@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Exo:400,800,600|Raleway:300,600,800|Armata&subset=latin,latin-ext);
body {
	background-color: #f2f2f2;
	margin: 0px;
	padding: 0px;
	font-family: 'Armata',arial, sans-serif;
	background:url(../img/background4.jpg)
}
h1,h2,h3 {
	color: #FB0!important;
	font-family: 'Raleway', arial ,sans-serif !important;	
}
h1 {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;

}
#contenedor {
	width: 100%;
	max-width:960px;
	background-color:#FFF!important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin: 0 auto;
	box-shadow:#bbb 0px 0px 10px;	
}
#header {
	height: auto;
	overflow:hidden;
	background:url(../img/header.jpg);
	z-index:100;
}
#logo {
	height: 110px;	
}
#menu_superior {
	height:40px;
}
#menu_superior ul{
	margin: 0px 0px 0px 110px;
	padding: 0px;
	right: 8%;
	font-family: 'Exo', arial, sans-serif;
	font-size:1.1em;
	width: 580px;
	float: right;
	text-align:right;
}
#menu_superior ul li{
	float: left;
	font-size: 1.4em;
	list-style-type:none;
	margin: 0px;
	padding: 3px 30px;
	border-right: 1px solid #ccc;
	color:#699;
	height: 34px;
	line-height:30px;
}
#menu_superior ul li:nth-child(4){
	border-right: none;
}
#menu_superior ul li a{
	color:#699;
	text-decoration:none;
}
#menu_superior ul li a:hover{
	color: #9CC;
	text-decoration:underline;
}
#banner {
	height:300px;
	margin-bottom: 40px;
	border-top: 4px solid #fffdca;
	background-image:url(../img/fondobanner.jpg)
}
#contenido {
	height: auto;
	margin: 0 4% 25px 4%;
	overflow:hidden;
}
#contenido .section {
	width:28%;
	margin-right: 2%;
	/*border: 1px solid #DEEDEF;*/
	float: left;
	border-radius: 8px;
	background-color:#f7f7f7;
	padding: 2%; 	
}
#contenido .section:nth-child(3) {
	margin-right: 0px;
}
.section .vermas {
	text-align:right;
	color:#999;
	margin-top: 10px;
	font-size:11px;
		
}
.section .vermas a{
	text-align:right;
	color:#003471;	
	text-decoration: none;
	background-color:#eee;
	border-radius: 5px;
	padding: 3px;
	margin-top: 5px;
}
.section .vermas a:hover{
	text-align:right;
	color:#777;
	text-decoration:underline;	
}
#footer {
	color:#799DBB;
	height: 95px;
	background:#003471;
/*	border-top:#699 5px solid;	*/
}
#footer_izq ul{
	float: left;
	margin-left: 3%;
	width: 50%;
}
#footer_izq ul li{
	display: inline;
	line-height: 100px;
	border-right: 1px solid #799DBB;
	padding: 5px 2%;
}
#footer_izq ul li a{
	color:#799DBB;
	text-decoration:none;
}
#footer_izq ul li a:hover{
	text-decoration:underline;
}
#footer_der {
	font-size:1.8em;
	float:right;
	line-height:100px;
	width: 40%;
}
#footer_der1 {
	font-size:1.2em;
	float:left;
	line-height:100px;
	width: 40%;
}
#pagina_caida {
	margin-top: 30px;
	min-height: 400px;	
}
#pagina_caida h3{
	margin-bottom: 10px;
	margin-top: 10px;	
}
#pagina_caida ol li{
	list-style-type:decimal !important;
	margin-bottom: 10px;
	list-style-type:circle;
}
#pagina_caida p{
	font-size:13px;
	margin: 8px 0px;
}
#pagina_caida h2{
	font-size:1.5em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;	
}
#pagina_caida ul li{
	display:inline;
	float:left;	
	border: 1px solid #ccc;
	height: 70px;
	margin: 10px;
	border-radius: 8px;
	box-shadow: 3px 3px 3px #ccc;
}
#pagina_caida ul li img{
	width: 200px;
	margin: 5px;
	line-height:40px;
	
}
#caja_login {
	width: 240px;
	height: auto;
	border-radius: 8px;
	background-color:white;
	font-family: 'Raleway', arial ,sans-serif;
	color:#333;	
	float: right;
	border: 1px solid #ccc;	
	padding: 5px;
	margin: 3px 10px;
/*	box-shadow: 2px 2px 3px #ccc;*/
}
#caja_login p{
	font-size:15px;
	color:#036;
	font-weight:bold;
	text-align:center;
	margin-bottom:3px;
}
#caja_login input{
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 11px;
}
#caja_login select{
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 11px;
}
#caja_login #boton{
	background-color:#036;
	color:#FFF;
	font-weight:bold;
	margin-left: 8px;
	border-radius: 5px;
	border: none;
}
#separador {
	border-top: 4px solid #fffdca;
	height: 0px;	
}


/*@media only screen and (max-width:780px){  
	#header {
		text-align: center;
		height: auto;
		overflow: hidden;
		background-repeat:no-repeat;
		background-position: top center;
	}
	#nav {
		list-style:none;
		font-size:1.4em !important;
		float:none !important;
	}
	#nav li {
		float:left;
		background-repeat:no-repeat;
		background-position:right;
		border-right: none;
		width: 100%;
		text-align:left;
		border-bottom: 1px solid #ccc;
		}
	#nav li a {
		display: none;
	}
	#nav li a:hover {

	}
	#nav ul.submenu {
		display: none !important;
	}
	#contenido .section {
		width: 96%;
		margin: 0 0 20px 0;
	}
	#contenido .section p{
		font-size: 1.2em;
	}
	#contenido .section .vermas {
	text-align:right;
	color:#699;
	font-size: 1.3em;	
	}   
	#slider {
		display:none !important;	
	}
	#prevBtn, #nextBtn{
		display: none!important;	
	}
	#banner {
		background:url(../img/previewcredits.jpg);
	}
	#footer {
		height: 140px;	
	}
	#footer_izq ul{
	float: left;
	margin-left:0%;
	width: 100%;
	font-size: 1.2em;
	text-align:center;
	}
	#footer_izq ul li:nth-child(4){
	border-right: none;
	}
	#footer_der {
	font-size:1.8em;
	float:left;
	line-height:10px;
	width: 100%;
	text-align:center;
}
}
*/
