@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#555;
	margin:0;
	padding:0
}


#contenedor {
	width:988px;
	margin:0 auto;
	background:#FFF url(img/lateral.jpg) repeat-y;
}

#cabecera {
	width:960px;
	background:url(img/cabecera.jpg) no-repeat top;
	height:115px;
	padding:16px 14px 0 14px;
	position:fixed
}
#cabecera-portada {
	width:960px;
	background:url(img/cabecera.jpg) no-repeat top;
	height:115px;
	padding:16px 14px 0 14px;
}
#logo {
	background-color:#FC00A3;
	width:220px;
	height:90px;
	float:left;
	display:inline
}
#banner_superior {
	background-color:#FC00A3;
	width:740px;
	height:90px;
	float:left;
	display:inline
}

ul#menu {
	clear:both;
	width:960px;
	height:25px;
	background-color:#000;
	list-style-type:none;
	padding:0;
	margin:0;
}
ul#menu li {
	display:inline;
	padding:0 14px;
	margin:0;
	line-height:24px
}

ul#menu li a,
ul#menu li a:link,
ul#menu li a:visited {
	color: #FC00A3;
	text-decoration:none;
	font-weight:bold
}

ul#menu li a:hover {
	color:#FFF;
}


#contenido {
	width:964px;
	padding:131px 12px 0 12px
}
#contenido-portada {
	width:960px;
	padding:0 14px;
}

#pie {
	width:988px;
	height:51px;
	background:url(img/pie.jpg) no-repeat top;
}
#pie-portada {
	width:988px;
	height:13px;
	background:url(img/pie-portada.jpg) no-repeat top;
}

#barra-portada {
	clear:both;
	width:960px;
	height:25px;
	background-color:#000;
}

#barra-portada table {
	margin-top:3px
}

/* Formatos de texto */

a img {
	border:0
}

.texto-blanco {
	color:#FFF
}

a.enlaceblanco,
a.enlaceblanco:link,
a.enlaceblanco:visited {
	color:#FFF;
	text-decoration:none;
}

a.enlaceblanco:hover {
	color:#FC00A3
}

.vat {
	vertical-align:top
}

/* Formularios */


.frm-portada {
	margin-left:10px;
	color:#FFF;
	font-size:10px
}
.frm-portada input {
	background-color:#FFF;
	border:1px solid #C4C4C4;
	color:#666;
	margin-right:25px;
	font-size:11px;
}

.frm-portada input.frm-portada-submit {
	background-color:#000;
	color:#FFF;
	border:0;
	font-weight:bold;
	cursor:pointer;
	font-size:10px
}



