body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #E1E0D8;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

/* formato de enlaces genéricos */

a:link {
	color: #B20325;
	text-decoration: none;
}
a:visited {
	color: #B20325;
	text-decoration: none;
}
a:hover {
	color: #B20325;
	text-decoration: underline;
}
/* formato de enlaces alternativos */
a.alternativo:link {
	color: #363636;
	text-decoration: none;
}
a.alternativo:visited {
	color: #666666;
	text-decoration: none;
}
a.alternativo:hover {
	color: #B20325;
	text-decoration: underline;
}

/*  ESTILOS PARA LA COMPOSICIÓN DE LA ESTRUCTURA: CSS DE POSICIONAMIENTO */
/* capa decorativa para alojar una segunda imagen de fondo */
#antebase{
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../images/bg_antebase.gif);
	background-repeat:  repeat-y;
	background-position: center top;
}
#antebaseEmergentes{
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../images/bg_emergente.gif);
	background-repeat:  repeat-y;
	background-position: center top;
}

/* acoge todo el contenido útil */
#base {
	width: 774px;
	margin: 0px auto;
	padding: 0px;
	background-color: #DCDDD2;
	height: 100%;
}
#baseEmergentes {
	width: 558px;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	font-size: 11px;
}
/* Agoge el contenido de la parte izquierda */
#izda {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 557px;
}
/* Agoge el contenido de la parte derecha */
#dcha {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 215px;
}

/* Acoge el contenido de una caja o pliego (gráficamente hablando) */
div.Pliego {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 557px;
	text-align: center;
}
div.tophomePliego {
	background-image: url(../images/top_home.gif);
	background-repeat:  no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 557px;
	height: 95px;
	font-family: Arial, Helvetica, sans-serif;
}
div.tophomePliego a:link {
	color: #666666;
	text-decoration: none;
}
div.tophomePliego a:visited {
	color: #666666;
	text-decoration: none;
}
div.tophomePliego a:hover {
	color: #666666;
	text-decoration: underline;
}
div.tophomePliego p {
	margin: 0px;
	padding: 10px 0px 0px 8px;
	text-align: left;
	font-size: 9px;
}
div.cuerpoPliego {
	background-image: url(../images/bg_pliego.gif);
	background-repeat:  repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 557px;
	float: left;
	clear: none;
	text-align: center;
}
div.cuerpoPliego02 {
	background-image: url(../images/bg_pliego.gif);
	background-repeat:  repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 557px;
	float: left;
	clear: none;
	text-align: center;
	
}
div.cuerpoPliegoHome {
	background-image: url(../images/bg_pliego.gif);
	background-repeat:  repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 557px;
	float: left;
	clear: none;
	text-align: center;
}


/* Menú principal */
div.menuPrincipal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #666666;
	margin: 0px 5px 1px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
}

div.menuPrincipal ul {
	list-style-type: none;
	margin: 0px;
	text-align: center;
	padding: 3px 0px;
}
div.menuPrincipal ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
a.menu:link {
	color: #F2F2ED;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #828282;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #414141;
	margin: 0px;
}
a.menu:visited {
	color: #F2F2ED;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #828282;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #414141;
	margin: 0px;
}
a.menu:hover {
	color: #F2F2ED;
	text-decoration: none;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #B20325;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FC6987;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B20325;
}
a.menuon:link {
	color: #F2F2ED;
	text-decoration: none;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #B20325;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FC6987;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B20325;
}
a.menuon:visited {
	color: #F2F2ED;
	text-decoration: none;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #B20325;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FC6987;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B20325;
}
a.menuon:hover {
	color: #F2F2ED;
	text-decoration: none;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #B20325;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FC6987;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B20325;
}
div.cajasCentrales {
	background-image: url(../images/bg_cajascentrales.gif);
	background-repeat:  repeat-x;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 182px;
	float: left;
	background-position: left top;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
div.cajasCentrales p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 11px;
}
.ilustracion {
	margin-left: 2px;
	margin-bottom: 3px;
	margin-top: 2px;
	padding: 0px;
}

div.cajasCentrales01 {
	background-image: url(../images/bg_cajascentrales.gif);
	background-repeat:  repeat-x;
	margin: 0px 0px 10px 2px;
	padding: 0px;
	float: left;
	background-position: left top;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	width: 181px;
}
div.cajasCentrales01 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1.home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 21px;
	padding-left: 20px;
	text-align: left;
}

h2.home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
}
div.piePliego {
	background-image: url(../images/pie_pliego.gif);
	background-repeat:  no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	width: 557px;
	float: left;
	height: 34px;
	clear: left;
}
div.top01Pliego {
	background-image: url(../images/top01_home.gif);
	background-repeat:  no-repeat;
	background-position: left top;
	margin: 5px 0px 0px;
	padding: 0px;
	width: 557px;
	height: 30px;
}
div.top01Pliego h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #363636;
	margin: 0px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 27px;
	text-align: left;
}

div.eventos {
	padding: 0px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 350px;
}
div.eventos h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
div.eventos p {
	margin: 0px;
	padding: 0px 8px 10px 0px;
	font-size: 11px;
	text-align: left;
}
div.eventos p.fecha {
	margin: 0px;
	padding: 5px 0px 0px 1px;
	font-size: 9px;
	text-align: left;
	color: #B20325;
}
div.imgeventos {
	background-color: #FFFFFF;
	padding: 3px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	border: 1px solid #999999;
}
#dchaTop {
	margin: 0px;
	padding: 8px 0px;
	float: left;
	width: 216px;
	background-image: url(../images/bg_dchaTop.jpg);
	background-repeat:   repeat-x;
	background-position: left top;
	background-color: #B91715;
	text-align: center;
}
div.cajaDcha {
	text-align: center;
	width: 192px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
div.topCajas {
	background-repeat: no-repeat;
	width: 192px;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
}
.topHerramientas {
	background-image: url(../images/tit_herramientas.gif);
}
.topPublicaciones {
	background-image: url(../images/tit_publicaciones.gif);
}
.topEnlaces {
	background-image: url(../images/tit_enlaces.gif);
}
.topFormacion {
	background-image: url(../images/tit_formacion.gif);
}
.topRecursos {
	background-image: url(../images/tit_recursos.gif);
}
.topFinanciacion {
	background-image: url(../images/tit_financiacion.gif);
}
.topAyudas {
	background-image: url(../images/tit_ayudas.gif);
}


div.cajaCentral {
	background-image: url(../images/bg_cajaCentral.gif);
	background-repeat:  repeat-y;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
div.cajaCentral p {
	margin: 0px 15px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-size: 11px;
}
div.cajaCentral p.divisoria {
	margin: 0px 15px 3px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

div.cajaCentral p.menor {
	margin: 0px 15px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;

}
.divisoria02 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
div.cajaCentral ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 10px;

}
div.cajaCentral ul li{
	list-style-image: url(../images/bulletmenuSeccion_off.gif);
	padding-bottom: 5px;
}
div.piecajaDcha {
	background-image: url(../images/pie_cajasdcha.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 192px;
	margin-right: auto;
	margin-left: auto;
}
div.cajaCentral h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	font-size: 11px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666666;
}

div.cajaCentral img.foto {
	float: left;
	margin: 5px 7px 5px 14px;
	padding: 0px;
}

div.cajaTelefono {
	text-align: center;
	width: 192px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	background-image: url(../images/telefono.gif);
	background-repeat: no-repeat;
	height: 70px;
	margin-bottom: 8px;
}
#dchaBottom {
	margin: 0px;
	padding: 0px 0px 8px;
	float: right;
	width: 216px;
	text-align: center;
	background-image: url(../images/bg_dchaBottom.gif);
	background-repeat:  repeat-x;
	background-position: left top;
}
div.noticias {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	text-align: left;
	margin-top: 30px;
	background-image: url(../images/tit_noticias.gif);
	background-repeat: no-repeat;
	padding-top: 18px;
}
div.noticias a {
	color: #F2F2ED;
	background-color: #918D68;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
div.noticias a:link {
	color: #F2F2ED;
	background-color: #918D68;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

div.noticias a:visited {
	color: #F2F2ED;
	background-color: #918D68;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
div.noticias a:hover {
	color: #F2F2ED;
	background-color: #7E7D60;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
div.noticias p {
	margin: 0px;
	padding: 0px 5px;
	color: #656452;
}
div.noticias p.fecha {
	margin: 0px;
	padding: 0px 5px 0px 6px;
	color: #7C871F;
	font-size: 9px;
}
div.noticias p.firma {
	margin: 0px;
	padding: 2px 5px 0px;
	color: #858222;
	font-size: 9px;
	text-align: right;
}
div.noticias p.divisoria {
	background-image: url(../images/divisoria_noticias.gif);
	background-repeat:  repeat-x;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 15px;
	background-position: center;
}
div.cajaPie {
	margin: 8px 0px 0px;
	padding: 0px;
	float: left;
	width: 557px;
	text-align: center;
}
div.topcajaPie {
	background-image: url(../images/top_cajapie.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 557px;
}
div.cuerpoPie {
	background-image: url(../images/bg_cajaPie.gif);
	background-repeat:  repeat-y;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	width: 557px;
	float: left;
	clear: none;
	text-align: center;
}
div.cuerpoPie table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

div.cuerpoPie a:link {
	color: #F2F2ED;
	text-decoration: none;
}
div.cuerpoPie a:visited {
	color: #F2F2ED;
	text-decoration: none;
}
div.cuerpoPie a:hover {
	color: #F2F2ED;
	text-decoration: underline;
}
div.cuerpoPie p {
	font-size: 9px;
	padding-bottom: 10px;
	margin: 0px;
	color: #FFFFFF;
}
#direccion {
	width: 100%;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: left;
}
#direccion p {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
}
p.home {
	text-align: left;
}
h1.tituloSeccion {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #363636;
	margin: 0px 4px 0px 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 22px;
	text-align: left;
	background-image: url(../images/bg_titulo_seccion.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Menú lateral izquierdo de niveles inferiores */
div.menuSeccion {
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #AEADA6;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 110px;
}
div.menuSeccion p.menu {
	font-size: 11px;
	color: #363636;
	text-align: left;
	margin: 0px 0px 0px 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 220px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.menuSeccion ul li {
	margin: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D2D3C7;
	list-style-image: url(../images/bulletmenuSeccion_off.gif);
}
div.menuSeccion ul.menu {
	font-size: 11px;
	color: #363636;
	text-align: left;
	margin: 0px 0px 0px 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 220px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.menuSeccion ul.menu li {
	color: #363636;
	text-decoration: none;
	display: block;
	padding-left: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}
div.menuSeccion ul.menu li.actual {
	color: #363636;
	text-decoration: none;
	display: block;
	background-color: #E4E4DA;
	padding-left: 3px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	list-style-image: url(../images/bulletmenuSeccion_on.gif);
}
div.menuSeccion ul.menu li a:link {
	color: #363636;
	text-decoration: none;
	display: block;
	padding-left: 3px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}
div.menuSeccion ul.menu li a:visited {
	color: #363636;
	text-decoration: none;
	display: block;
	padding-left: 3px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}

div.menuSeccion ul.menu li a:hover {
	color: #363636;
	text-decoration: none;
	display: block;
	background-color: #E4E4DA;
	padding-left: 3px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}

/* Fondos diferentes para cada área del menú principal */
.bgFormacion {
	background-image: url(../images/bg_menuFormacion.jpg);
}
.bgRecursos {
	background-image: url(../images/bg_menuRecursos.jpg);
}
.bgPublicaciones {	
	background-image: url(../images/bg_menuPublicaciones.jpg);
}
.bgContacto {	
	background-image: url(../images/bg_menuContacto.jpg);
}
.bgEnlaces {
	background-image: url(../images/bg_menuEnlaces.jpg);
}
.bgNoticias {
	background-image: url(../images/bg_menuNoticias.jpg);
}
.bgInnovacion {
	background-image: url(../images/bg_menuInnovacion.jpg);
}
.bgProyecto{
	background-image: url(../images/bg_menuProyecto.jpg);
}

/* Estilos para la caja de contenido a la derecha del submenú */
div.contenidoSeccion {
	padding: 0px;
	float: right;
	width: 421px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
div.contenidoSeccion img.foto {
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
}


p.ilustracion {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9C6;
	height: 95px;
}
.ilusFormacion {
	background-image: url(../images/ilustracion_formacion.jpg);
	background-repeat: no-repeat;
}
.ilusRecursos {
	background-image: url(../images/ilustracion_recursos.jpg);
	background-repeat: no-repeat;
}
.ilusPublicaciones {
	background-image: url(../images/ilustracion_publicaciones.jpg);
	background-repeat: no-repeat;
}

div.contenidoSeccion p {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 4px;
	font-size: 11px;
}
div.contenidoSeccion p.menor {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 4px;
	font-size: 10px;
}
div.contenidoSeccion p.titular {
	border-top: 1px solid #C9C9C6;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

div.contenidoSeccion p.menor01 {
	font-size: 9px;
	text-align: left;
	margin: 0px;
	padding: 5px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9C9C6;
	text-transform: uppercase;
	color: #2C2C2C;
}
div.contenidoSeccion p.fecha {
	margin: 0px;
	padding: 5px 0px 0px 1px;
	font-size: 9px;
	text-align: left;
	color: #B20325;
}
div.contenidoSeccion ul {
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 30px;
	font-size: 12px;
	list-style-type: square;
}
div.contenidoSeccion ul.noticias li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C9C9C6;
}
div.contenidoSeccion p.first {
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 5px;
	font-size: 11px;
}
div.precio {
	font-size: 36px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Arial Black";
	color: #878787;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B20325;
	border-bottom-color: #B20325;
	border-bottom-width: 3px;
}
div.contenidoSeccion ol {
	font-size: 10px;
	margin: 0px 15px 15px 0px;
	list-style-type: decimal;
	text-align: left;
	background-color: #E8E8E1;
	padding: 5px 10px 5px 30px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #AEADA6;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AEADA6;
}

div.ficha {
	font-size: 10px;
	text-align: left;
	margin: 0px 10px 10px 0px;
	padding: 4px 0px 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #363636;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #363636;
}
table.navInferior {
	font-size: 11px;
	margin-right: 5px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	padding: 5px;
}


h1.seccion {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #363636;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 20px;
}
h2.seccion {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	text-align: left;
	color: #363636;
}
h3.seccion {
	font-size: 10px;
	text-align: left;
	margin: 5px 0px 0px;
	padding: 5px 0px 0px;
	color: #363636;
	font-weight: normal;
}
blockquote {
	margin: 0px;
	padding: 5px 0px 5px 20px;
}
p.left {
	text-align: left;
}
p.right {
	text-align: right;
}
.enfasisRojo {
	color: #B20325;
}
.enfasisNegro {
	color: #363636;
}
.enfasisVerde {
	color: #666666;
	background-color: #E1E0D8;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
.enfasis01 {
	font-weight: bold;
	text-transform: uppercase;
}
legend {
	font-size: 12px;
	color: #BABBA6;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
form.contacto {
	margin-top: 10px;
	margin-right: 15px;
}
fieldset.contacto {
	font-size: 11px;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #BABBA6;
}
.camposform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #E1E0D8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #E1E0D8;
	border-right-color: #E1E0D8;
	border-bottom-color: #A4A088;
	border-left-color: #E1E0D8;
	padding-left: 3px;
}
.botonform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #918D68;
	font-weight: bold;
	float: right;
	border-top: 1px solid #DFDED2;
	border-right: 1px solid #504E38;
	border-bottom: 1px solid #504E38;
	border-left: 1px solid #DFDED2;
	margin-top: 8px;
	margin-left: 10px;
}
.botonform02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #C93B3B;
	font-weight: bold;
	float: right;
	border-top: 1px solid #EAB0B0;
	border-right: 1px solid #6C1E1E;
	border-bottom: 1px solid #6C1E1E;
	border-left: 1px solid #EAB0B0;
	margin-top: 8px;
	margin-left: 10px;
}
.botonform03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #C93B3B;
	font-weight: bold;
	border-top: 1px solid #EAB0B0;
	border-right: 1px solid #6C1E1E;
	border-bottom: 1px solid #6C1E1E;
	border-left: 1px solid #EAB0B0;
	margin-left: 6px;
	margin-bottom: 2px;
}
form.noticias {
	margin-left: 10px;
}
.margentop10 {
	margin-top: 7px;
}
.margentop0 {
	margin-top: 0px;
}

fieldset.categorias {
	font-size: 11px;
	padding: 10px;
	margin-top: 0px;
	border: 1px solid #BABBA6;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.contenidoSeccion ul.sinbullet {
	margin: 0px 25px 0px 0px;
	padding: 7px 0px 0px 10px;
	font-size: 12px;
	list-style-type: none;
}
div.contenidoSeccion ul.sinbullet li {
	margin: 0px;
	padding: 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9C6;
}
div.contenidoSeccion ul.sinbullet p {
	padding-left: 20px;
}

.descriptor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #817827;
	font-style: italic;
}
hr {
	height: 1px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #C9C9C6;
}

#topEmergentes {
	background-image: url(../images/top_emergentes.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 558px;
	float: left;
}
#topEmergentes p {
	text-align: right;
	padding: 26px 35px 0px 0px;
	margin: 0px;
}
p.pie {
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
div.cuerpoPliego02 {
	background-image: url(../images/bg_pliego.gif);
	background-repeat:  repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 557px;
	float: left;
	clear: none;
	text-align: center;
	
}
div.nota {
	padding: 5px 10px 5px 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #AEADA6;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AEADA6;
	font-size: 9px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	line-height: 11px;
}
.paginacion {
	background-color: #E8E9E2;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	margin: 10px 0px;
	display: block;
	font-size: 11px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div.cajaEventos {
	font-size: 9px;
	padding-top: 25px;
	margin: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 18px;
	color: #6D6A4E;
}
.titVideos {
	background-image: url(../images/tit_ultimoVideo.gif);
	background-repeat: no-repeat;
	background-position: 3px top;
}
.titEntrevistas {
	background-image: url(../images/tit_ultimasEntrevistas.gif);
	background-repeat: no-repeat;
	background-position: 3px top;
}
div.topEventos {
	background-image: url(../images/tit_eventos.gif);
	background-repeat: no-repeat;
	width: 192px;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
}
div.cajaEntrevistas {
	font-size: 9px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 18px;
	color: #6D6A4E;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BFBDAE;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
a.boton:link   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #C93B3B;
	font-weight: bold;
	border-top: 1px solid #EAB0B0;
	border-right: 1px solid #6C1E1E;
	border-bottom: 1px solid #6C1E1E;
	border-left: 1px solid #EAB0B0;
	margin-top: 0px;
	margin-left: 10px;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	
}
a.visited:link   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #C93B3B;
	font-weight: bold;
	border-top: 1px solid #EAB0B0;
	border-right: 1px solid #6C1E1E;
	border-bottom: 1px solid #6C1E1E;
	border-left: 1px solid #EAB0B0;
	margin-top: 0px;
	margin-left: 10px;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	
}
a.hover:link   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #C93B3B;
	font-weight: bold;
	border-top: 1px solid #EAB0B0;
	border-right: 1px solid #6C1E1E;
	border-bottom: 1px solid #6C1E1E;
	border-left: 1px solid #EAB0B0;
	margin-top: 0px;
	margin-left: 10px;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	
}
h1.descargas {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #363636;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 20px;
	margin-top: 0px;
}
div.fechaDescargas {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #817827;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
blockquote.descargas {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #363636;
}
.bgDescargas{
	background-image: url(../images/bg_descargas.jpg);
}
div.descargas {
	font-size: 10px;
	margin-right: 10px;
	margin-left: 15px;
	line-height: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}

div.paginacion {
	text-align: center;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E1E0D8;
	letter-spacing: 0.2em;
	padding: 0px;
	margin-bottom: 0px;
	color: #666666;
}
div.paginacion img {
	margin-right: 3px;
	vertical-align: top;
}
div.paginacion a {
	color: #666666;
	text-decoration: none;
}
div.paginacion a:hover {
	color: #A91C3D;
}
.actual {
	font-weight: bold;
	color: #A91C3D;
}
