@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'cousineregular';
    src: url('fonts/cousine-regular-webfont.eot');
    src: url('fonts/cousine-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cousine-regular-webfont.woff2') format('woff2'),
         url('fonts/cousine-regular-webfont.woff') format('woff'),
         url('fonts/cousine-regular-webfont.ttf') format('truetype'),
         url('fonts/cousine-regular-webfont.svg#cousineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'days_oneregular';
    src: url('fonts/daysone-regular-webfont.eot');
    src: url('fonts/daysone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/daysone-regular-webfont.woff2') format('woff2'),
         url('fonts/daysone-regular-webfont.woff') format('woff'),
         url('fonts/daysone-regular-webfont.ttf') format('truetype'),
         url('fonts/daysone-regular-webfont.svg#days_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* VENTANA FLOTANTE */
#fondo_negro_modal { position: fixed; _position: absolute;  top: 0px; left: 0px; z-index:21; width:100%;  background-color:#000000; display:none; z-index:999; opacity:1; }  

.jqmWindow {
    display: none;
    position: absolute;
    z-index:1000;
}

body{
	padding: 0px;
	margin: 0px;
	background-color:#000000;	
}

.menu{
	color:#ffffff;
	border:0px;
	text-decoration:none;
	font-size:17px;
	font-family:'cousineregular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color:#000000;
	padding:10px 25px 10px 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-weight:100;
	width: 127px;
	transition: all 0.3s ease;
}

.menu:hover{
	color:#000000;
	background-color:#ffffff;
}

.menu_over{
	border:0px;
	color:#000000;	
	text-decoration:none;
	font-size:17px;
	font-family:'cousineregular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color:#ffffff;
	padding:10px 25px 10px 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-weight:100;
}

#clientes{
	background-color: #fff;
	padding-top: 85px;
	padding-bottom: 40px;
}

.logo_cliente_normal{
	width: 259px;
	height: 180px;
	text-align: center;
	position: relative;
	float: left;
	display: inline;
}
.textos_logos{
	font-size:11px;
	font-family:'cousineregular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#000;
	text-decoration: none;

}
.textos_blancos_grande{
	font-family:'days_oneregular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:35px;
	color:#ffffff;
	text-decoration:none;
	font-weight:100;
}


.textos_naranja_grande{
	font-family:'days_oneregular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:35px;
	color:#FF4E00;
	text-decoration:none;
	font-weight:100;
}

.boton_naranja{
	border:0px;
	color:#000000;
	text-decoration:none;
	font-size:17px;
	font-family:'cousineregular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-left:15px;
	margin-right:15px;
	background-color:#FF4E00;
	padding:10px 25px 10px 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-weight:100;
	
	transition: all 0.3s ease;
}

.boton_naranja:hover{
	color:#000000;
	background-color:#ffffff;
}

.contenido{
	font-family:'cousineregular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:22px;
	color:#ffffff;
	text-decoration:none;
	font-weight:100;
}
.contenido a{
	font-family:'cousineregular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:22px;
	color:#ffffff;
	text-decoration:none;
	font-weight:100;
}
.contenido a:hover{
	text-decoration:underline;	
}

.cajas{
	border: 0px solid;
	font-family:'cousineregular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:20px;
	color:#000000;
	text-decoration:none;
	font-weight:100;
	background-color:#ffffff;
	padding:3px;
	width:600px;
}


.abajo{
	font-family:'cousineregular',Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	font-weight:100;
}