@charset "utf-8";
/* CSS Document */
body{
	overflow:auto;
	margin:0;
	color:#666;/*url(imagenes/linea_azul.jpg);*/
	/*overflow:hidden;*/
	background:url(imagenes/fondo.JPG) no-repeat fixed;
	/*background:#3CF;*/
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;

}
/*Opera Fix*/
body:before {
content: "";
height: 100%;
float: left;
width: 0;
margin-top: -32767px;/* Efecto Negativo para OPERA*/
}
.titnegrita {font-weight: bolder; }
#contenedorgral{
	background: rgb(217,230,230);/*#87d4fa;*//*url(imagenes/linea_azul.jpg);*/
	min-width:800px;
}
#titulo{
	/*position:fixed;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:100;
	font-size:60px;
	z-index:9001;
	margin-top:-10px;
	height:100px;
*/}
#titulopage{
	color:	#4169e1;/*#369;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	border-bottom:#36C 2px solid;
	/*margin-right:150px;*/
}
.encabezado{
	background:url(imagenes/Fondo_azul.jpg) repeat-x;
	/*position:fixed;*/
	height:105px;
	width:100%;
	min-width:570px;
	top:0px;
	left:0px;
	z-index:9999;
	border-bottom:6px solid #333;
	display:block;
}
.scroll{
	top:85px;
	left:-10px;
	width:100%;
	/*height:650px;
	overflow:auto;*/
	margin-bottom:5px;
	}
.cuerpo{
	/*position:relative;
	color:#000;

	padding-left:15px;*/
	padding-top:50px;
	margin:0px auto;
	width:90%;	
}
.cuerpo h2{
	/*width:90%;
	margin:0px auto;*/
}
.pie{position:relative;	
	bottom:0px;
	/*margin-top:50px auto;
	color:#FFF;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	text-align:center;
	width:100%;
	border-top:#000 4px solid;
	overflow:visible;
}
#visitas{
	position: fixed;
    font-size: 1.2em;
    padding: 15px;
    background: rgba(51,102,204,0.8);
    color: aquamarine;
    top: 0px;
    right: 0px;
}
