* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}
body {
	/*background-image: url("../imgs/fondo3.jpg");*/
	font-family: Lato;
}
.bienvenida{
	margin-top: 10em;
}

.pie{
	margin-top: 8em;
}

.cabecera{
	margin-top: 6em;
}

.footer{
	background-color: #ffffff;
	color: #744ad5;
	padding: 1em 0em;
	font-size:  18px;
}


.navbar-inverse {
	background-color:#ffffff;
}

.navbar-header > button{
	background-color: #744ad5;
}

.navbar-inverse .navbar-toggle {
    
}

button.navbar-toggle.collapsed:hover{
	background: #744ad5;
}

.fondo{
	background-image: url('./../img/fondo4.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	
}

table th {
  text-align: center;
  font-size: 24px;
  
}

table tr {
  text-align: center;
  font-size: 20px;
}
.ventajas{
	font-size: 20px;

}

.navbar-inverse .navbar-nav> li > a {
    color: #744ad5;
    font-size:  18px;
    padding: 30px 10px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: white;
    background: #744ad5;
}

.navbar-inverse .navbar-brand {
    color: #744ad5;
    background: white;
    padding: 30px 10px;
    font-size:  18px;
    font-family: Helvetica;

 }



 .navbar-inverse .navbar-brand:hover {
    color: #744ad5;
    background: white;
    font-size:  18px;
    font-family: Helvetica;
 }

.boton{
	background: white;
	color: #744ad5;
	border: white;
	cursor:pointer; 

}

.boton:hover{

	background: white;
	color: #744ad5;
	border:white;
	cursor:pointer; 
}

.boton:active{
	background: white;
	color: #744ad5;
	border: white;
	cursor:pointer; 
}

.boton:visited{
	background: white;
	color: #744ad5;
	border: white;
	cursor:pointer; 
}

.boton:link{
	background: white;
	color: #744ad5;
	border: white;
	cursor:pointer; 
}

