/* ------ GENERAL ------- */
body {
	background-color: #F4F4F4;
	margin: 0px;
	}

form {
margin: 0px;
}

a {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #A6A92E;
	text-decoration:none;
	}
	
a:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #878A15;
	text-decoration:none;
	}

a.documentos {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #747474;
	font-weight:bold;
	}
	
a.documentos:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #878A15;
	text-decoration:none;
	}

a.mapaweb {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #192A65;
	font-weight:bold;
	
	}
	
a.mapaweb:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color:  #878A15;
	font-weight:bold;
	}

.link_descarga {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #192A65;
	text-decoration:none;
	}
	
.link_descarga:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #878A15;
	text-decoration:none;
	}

a.ari {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #525252;
	text-decoration: none
	}
a.ari:hover {
	text-decoration: underline;
	}


select, input, textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #525252;
	background-color: white;
	border: 1px solid #B2C250;
	}
	
p {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #525252;
	text-align: justify;
	}
	
.texto{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #525252;
	}
	
.texto2{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #A6A92E;
	}
	
	.texto3{
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #192A65;
	}
	
.txtazul {
	color: #192A65;
	}

.txtazul12 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #192A65;
	}
/* ------------ */

/* ------ NOTICIAS DIARIO DIRECTO - ACTUALIDAD ------- */

body.bodyND {
	background-color: #FFFFFF;
	}
	
a.linkND {
	color: #41444F;
	text-decoration: none;
	}

a.linkND:hover {
	color: #C0D230;
	text-decoration: underline;
	}

b.scrollND {
	font-family: Arial, verdana, helvetica;
	font-size: 11px;
	color: #41444F;
	}
/* ------------ */


/* ------ TABLA PRINCIPAL CON SOMBRAS ------- */	
table.principalSombras {
	width: 915px;
	height: 710px;
	}
	
td.sombraIz {
	width: 5px;
	background-image: url("images/bckg-sombra-iz.gif");
	}

td.sombraDe {
	width: 5px;
	background-image: url("images/bckg-sombra-de.gif");
	}

td.sombraBajo {
	background-image: url("images/bckg-sombra-bajo.gif");
	height: 11px;
	}
	
td.fondoContenido {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	text-align: center;
	}
/* ------------ */

/* ------ TABLA ESTRUCTURA ------- */	
table.estructura {
	width: 98%;
	}
	
td.cabecera {
	height: 96px;
	}

td.central {
	height: 200px;
	}
	
td.contenido {
	height: 320px;
	}

td.contenidoInteriortd {
	height: 419px;
	}
	
td.pie {
	background-image: url("");
	height: 83px;
	}
	
td.pieInterior {
	background-image: url("");
	height: 83px;
	}
/* ------------ */

/* ------ CABECERA ------- */	
table.tablaCabecera {
	width: 100%;
	height: 100%;
	}
	
table.elementosCabecera {
	width: 100%;
	height: 100%;
	}
	
td.logo {
	width: 230px;
	text-align: center;
	}

td.cabecera2 {
	width: 650px;
	text-align: left;
	}

td.banner {
	width: 100%;
	height: 60px;
	text-align: center;
	}

td.actualidad {
	width: 100%;
	height: 20px;
	}
	
td.imagenComposicion {
	height: 15px;
	text-align: left;
	}

/* ------------ */

/* ------ TABLA CENTRAL ------- */

table.tablaCentral {
	height: 199px;
	}
	
table.imagen {
	background-image: url("images/bckg-central.jpg");
	width: 100%;
	}

td.txtHome {
	width: 313px;
	height: 159px;
	text-align: right;
	}

td.buscador {
	width: 209px;
	height: 100%;
	}

td.menuInicio {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	}
	
table.centro {
	width: 676px;
	height: 320px;
	background-image: url("images/bckg-menu-central.jpg");
	}

table.centroInterior {
	background: white url("images/bckg-texto-interior.jpg");
	background-repeat: no-repeat;
	width: 690px;
	height: 396px;
	}
/* ------------ */

/* ------ BUSCADOR ------- */
table.tablaBuscador {
	background-image: url("images/bckg-buscador.gif");
	width: 100%;
	height: 100%;
	}
td.txtBco {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: white;
	text-align: left;
	padding: 5px 0px 0px 11px;
	}
/* ------------ */

/* ------ CONTENIDO HOME ------- */
table.contenidoHome {
	background-image: url("images/bckg-contenido-home.jpg");
	width: 100%;
	height: 100%;
	}
	
td.celdaMenu {
	width: 204px;
	height: 252px;
	}
/* ------------ */

/* ------ CONTENIDO INTERIOR ------- */
table.contenidoInterior {
	background: #ffffff url("images/bckg-contenido-interior.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	}
table.contenedorCursos{
	width:100%;
	border:0;
}
table.cursos { 
	width: 600;
	}
td.cursos{
	border:#E0E999;
	border-style:dashed;
	border:thin;
	border-right:none;
	vertical-align:top;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #525252;
	text-align:left;
	}
td.cursos2{
	border:#E0E999;
	border-style:dashed;
	border:thin;
	border-left:none;
	vertical-align:top;
	padding-left:20;
	text-align:left;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #525252;
	}
td.cursos2titulo{
	border:#E0E999;
	border-style:dashed;
	border:thin;
	border-left:none;
	padding-left:20;
	text-align:left;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #525252;
	height:25px;
	}
td.listadoCursos{
	border:#E0E999;
	border-style:dashed;
	border-right:none;
	border:thin;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #525252;
	height:25px;
	width:12px;
	}
td.listadoCursos2{
	border:#E0E999;
	border-style:dashed;
	border-left:none;
	border:thin;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #525252;
	height:25px;
	}
ul.cursos{
	list-style-image: url(images/iconillo.gif);
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #525252;
	}
ul.cursos2{
	list-style-image: url(images/iconillo2.gif);
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #525252;
	font-weight: bold;
	}
td.listado{
	text-align:left;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #525252;
	}	
td.tituloInterior {
	padding: 15px 0px 0px 35px;
	text-align: left;
	width: 100%;
	height: 45px;
	}
	
td.textoInterior {
	background: #F4F8FD url("images/bckg-txt-interior.jpg") no-repeat;
	width: 610px;
	height: 404px;
	padding-top: 15px;
	}
	
td.colizq {
	width: 27px;
	}

td.coldcha {
	width: 53px;
	}
	
td.pietxtInterior {
	width: 100%;
	height: 23px;
	}
	
td.debajoMenu {
	background: white url("images/bckg-debajomenu.jpg") no-repeat;
	width: 100%;
	height: 177px;
	}
/* ------------ */

/* ------ MENÚ HOME ------- */
table.menuHome {
	background-image: url("images/bckg-menu.jpg");
	width: 100%;
	height: 252px;
	}
	
td.menu {
	color: #192A65;
	font-size: 2px;
	text-align: left;
	height: 18px;
	width: 184px;
	}

td.separacion {
	height: 8px;
	text-align: left;
	}
	

	
a.serviciosHome {
	font-family: Bell Cent;
	font-size: 25px;
	color: #A6A92E;
	}

a.serviciosTodos{
	//font-family: Bell Cent;
	font-size: 18px;
	//color: #192A65;
	}

td.serviciosTodos{
	//font-family: Bell Cent;
	font-size: 26px;
	//color: #192A65;
	}

.solapa { 
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-style : normal;
font-weight : bold;
color : #005D6C;
text-transform:uppercase;
} 
.txthome{
color:#525252;
font-family:Arial,Verdana,Helvetica;
font-size:11px;
text-decoration:none;
}
/* ------------ */

/* --------- PIE ----------*/
td.cuadropie {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #192A65;
	text-align: left; 
	vertical-align: top;
	padding: 7px 0px 0px 8px;
	}
/* -----------*/

/* --------- MENU ABAJO FORMACION----------*/
td.submenu {
	background: #E0E999;
	height: 45px;
	text-align: center;
	}

td.submenu:hover{
	background: #FAFFD2;
	}

a.lnkSubmenu {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #192A65;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	}
/* -----------*/

table.tablaBuscar{
	border:1px solid #5481C2;	
}

.tituloBuscar{
	background-color:#5481C2;	
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
}

.lineaverde{
	background-color:#EDF2CA;
	text-align: center;
}

.lineatransparente{	
	text-align: center;
}

.lineagris{
	background-color:#E7E8F6;
	text-align: center;
	cursor:hand;
}

.enlaceBuscar{
	color: #525252;	
	text-decoration:none;
}

.enlaceBuscar:hover{
	color: #525252;	
	text-decoration:underline;	
}
