body{
	/*background: url(../img/fondo.png) repeat center center fixed;*/
	background-size: 100%;
	background-color: F1F2EB;
}
#header{
	background-color: 049DBF;
	padding-bottom: 30px;
}
.main{
	/*background: url(../img/fondo.png) repeat center center fixed;*/
}
.margen-buscador{
	margin-top: 30px;
}
.noencontro{
	color: gray;
	font-size: 45px;
}

.txtBuscar{
	text-transform: uppercase;
}
/*.footer{
	position:fixed;
	bottom:0px;
	width:100%;
	height: 30px;
	background-color: #f5f5f5;
}*/

/*Estilo para Div suggestions */
.suggest-element{
	cursor:pointer;
	margin-left:5px;
	margin-top:5px;
	width:350px;
}
.suggest-element:hover{
	background-color: 049DBF;
	cursor:pointer;
	margin-left:5px;
	margin-top:5px;
	width:350px;
}

#suggestions {

	background-color: white;
	border:1px solid silver;
    display: none;
    float:right;
    margin-top:-6px;
    position:absolute;
    z-index: 999;
   # margin-top:30px; /*fix for IE7*/
}


/* Estilo para Imagen Responsive */
img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
.datos_inferior{
	background-color: 03658C;
	color: F1F2EB;
	display: none;
	font-size: 10px;
	margin-top: 10px;
	padding-left: 10%;
}
.datos_inferior a{
	color: white;
}
h3{
	font-size: 13px;
	text-align: justify;
}
area{
	cursor: pointer;
}
img{
	margin-top: 20px;
}
blockquote{
	font-size: 11px;
}
.button-right{
	margin-left: 85%;
}
/* navegador menu*/
#header1 { 
	margin:auto;max-width:100%;font-family:Arial, Helvetica, sans-serif;background-color:#000;}
            ul, ol {list-style:none;}
            #nav{cursor:pointer;}
            #nav > li {float:left; }
            #nav li a {background-color:#000;color:#fff;text-decoration:none;padding: 15px 30px;display:block;}
            #nav li a:hover {background-color: #004080;}
            #nav li ul {display:none;position:absolute;min-width:140px;}
            #nav li:hover > ul {display:block;}
            #nav li ul li {position:relative;}
            #nav li ul li ul {right:-140px;top:0px; }
.nav-pages{
	height: 0;
}
.nav-pages a[rel=prev]{
	left: 50px;
}
.nav-pages a{
	border-radius: 50px;
	height: 85px;
	margin-top: -25px;
	position: fixed;
	top: 250px;
	width: 50px;
}

