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

body {
	background: #0c0e38 url(fondo-complementario.jpg) repeat-x;
	padding: 0;
	margin: 0;
	font-family: Century Gothic, Avant Garde, Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#000;
}

#contenido {
	position: absolute;
	background: url(fondo.jpg) no-repeat center top;
	width:100%;
	height: 700px;
	top:0px;
	text-align: center;
	z-index:1;
}

#contenido-interior {
	position:absolute;
	margin-left:50%;
	margin-top:220px;
	left:-420px;
	width:820px;
	text-align: justify;
	z-index:100;
}

#recuadro-izq-ch {
	float:left;
	width:29%;
}

#recuadro-izq-gr {
	float:left;
	width:69%;
}

#recuadro-der-ch {
	float:right;
	width:29%;
}

#recuadro-der-gr {
	float:right;
	width:69%;
}

#apDiv-botonera {
	position:absolute;
	margin-left: 50%;
	left:-196px;
	top:170px;
	width:554px;
	height:48px;
	z-index:4;
}

#apDiv-minilogos {
	position:absolute;
	margin-left: 50%;
	left:180px;
	top:515px;
	width:145px;
	height:28px;
	z-index:4;
}

#minilogos-compartir {
	float: right;
	width:15px;
	padding-top:6px;
}

#minilogos-otros {
	float:left;
	width:130px;
	height:28px;
}

#apDiv-banner {
	position: absolute;
	margin-left: 50%;
	left:-234px;
	top:55px;
	width:622px;
	height:133px;
	z-index:3;
}

#apDiv-ubicacion {
	position:absolute;
	margin-left: 50%;
	left:-505px;
	top:475px;
	width:160px;
	height:90px;
	z-index:3;
}

#titulo-seccion {
	position:absolute;
	margin-left: 50%;
	left: -375px;
	width: 750px;
	top:435px;
	text-align:right;
	z-index:99;
}

#titulo-subseccion {
	position:absolute;
	margin-left: 50%;
	left: -375px;
	width: 750px;
	top:440px;
	text-align:right;
	z-index:99;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	color: black;
	padding: 5px 10px 5px 10px;
}

p.grande {
	color: black;
	font-size: 35px;
}

h1 {
	font-size:300%;
}

h2 {
	font-size:240%;
}

img {
	border:0;
}

input.entrada {
	width: 400px;
	border: 1px solid #006;
}

input.boton {
	border: 1px solid #006
}

textarea {
	width: 400px;
	height:100px;
	border: 1px solid #006;
}

.negra {
	font-weight:bold;
}

.redonda {
	font-weight:normal;
}

.sombra {
	text-shadow:#000;
}

.blanco-sombra {
	color:white;
	text-shadow: black 2px 1px 4px;
}

.negro-sombra {
	color:black;
	text-shadow: white 2px 1px 4px;
}

.blanco {
	color:white;
}

.negro {
	color:black;
}

.resaltado {
	font-weight:bolder;
	font-size:115%;
}

.achicar1 {
	font-size:90%; 
}

.achicar2 {
	font-size:75%
}

.achicar3 {
	font-size:50%
}


.agrandar1 {
	font-size:110%;
}

.agrandar2 {
	font-size:135%;
}

.agrandar3 {
	font-size:200%;
}

.redondear  
{  
border-radius: 20px;  
-ms-border-radius: 20px;  
-moz-border-radius: 20px;  
-webkit-border-radius: 20px;  
-khtml-border-radius: 20px;  
}

.translucido {
	filter: alpha(opacity=50);
	opacity: .5
}

.menos-translucido {
	filter: alpha(opacity=50);
	opacity: .9
}

.opaco {
	filter: alpha(opacity=50);
	opacity: 1
}
 

