html{
	overflow-x:hidden;
	overflow-y:hidden;
	background-color: #EFE4D1;
}
body{
	
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	

	/* border: solid 1px black;  Para debug */
}

.bloqueprimario{
	position: absolute !important;
	height: 1200px !important;
	width: 1600px !important;
	background: url('../img/fondo.jpg') !important;
	top: 50% !important;
	left: 50% !important;
	overflow: hidden !important;
	margin-top: -648px !important;
	margin-left: -800px !important;
}

#contenedor{
	width: 864px;
	height: 496px;
	
	
	position: absolute; /*Posicionamiento absoluto*/

	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/

	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/

	margin-top: -200px; /*Restamos la mitad de alto para centrarlo verticalmente*/

	margin-left: -432px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a{
	color: #000000;
}

*.link ,*.link:visited, *.link:link   {
	text-decoration: none !important;
	background-image: none !important;
	padding-left: 4px  !important;
}
*.link:hover ,*.link:active  {
	
	font-weight: bold !important;
	text-decoration: none !important;
	background-image: none !important;
	padding-left: 0px  !important;
}

a:link, a:visited{
	color: #a40042;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* ESTILOS DEL MENU */

#menu{
	/* border: green solid 2px;*/
	top: 50px;
	left: 0px;
	float: left;
	display: inline;
	position: static;
	width: 112px;
	height: 413px;
	z-index: 0;

}

/* FIN MENU */


#cabecera{
	width: 582px;
	height: 44px;
	margin-top: 12px;
	margin-bottom: 10px;
	/*border: solid 2px gray;*/
	z-index: 200;
}

#contenido{
	overflow: none;
	position: relative;
	float:left;
	width: 702px;
	height: 354px;
	left: 50px;
	top: 18px;
	
	/*border: solid 2px red;*/  
}

#pie{
	position: relative;
	float: left;
	width: 864px;
	height: 30px;
	color:#666666;
	/*border: brown solid 2px;*/
	
}

/* NOTICIAS */
#noticias{
	width: 346px;
	text-align: justify;
}
/* FIN NOTICIAS*/

/* EQUIPO */
.equipo{
	height:102px !important;
	width: 702px !important;
	overflow: hidden;
	/*border: 1px solid black;*/
	margin-bottom: 16px;
	float: left;
}

.tituloequipo {
	font-size: 14px;
	color: #a40042;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.textoequipo {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}

/* FIN EQUIPO */

/* VINCULOS */

.vinculo{
	height:42px !important;
	width: 702px !important;
	overflow: hidden;
	
	color: #a40042;
	float: left;
}

.titulovinculo a {
	font-size: 11px;
	color: #a40042 !important;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.textovinculo {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}

/* FIN VINCULOS */

/* CONTACTO */
* form, input, textarea{
	border: 0px;
	margin-bottom: 18px;
	color: #660033;
	font-size: 11px;
	
}