body {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
}
/*menu*/
.fondo_menu {
	background-image: url(../images/includes/fondo_menu.jpg);
	background-repeat:  repeat-x;
	height: 50px;
	font-size: 12px;
}
/*pag de inicio*/
.accesos_directos {
	border: 1px solid #CCCCCC;
	font-size: 13px;
	font-weight: bold;
	color: #5C788E;
	line-height: 25px;
	background-image: url(../images/f_accesos_direct.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a.directos {
	font-size: 13px;
	font-weight: bold;
	color: #5C788E;
}
a.directos:HOVER {
	font-size: 13px;
	font-weight: bold;
	color: #C6E4E6;
}
/*links del pie*/
.texto_pie {
	font-size: 10px;
	color: #A3A3A3;
	text-decoration: none;
}
a.pieLinks {
	font-size: 10px;
	color: #A3A3A3;
	text-decoration: none;
}
a.pieLinks:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
/*texto general y otros estilos GENERALES DE LA PÁGINA*/
.tabla_principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.texto_bold {
	font-size: 11px;
	color: #42A3A9;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
h1 {
	margin: 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #42A3A9;
	margin: 0px 8px 0px 0px;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #42A3A9;
	border-right-color: #42A3A9;
	border-bottom-color: #42A3A9;
	border-left-color: #42A3A9;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #5C788E;
	margin: 0px;
}

a {
	font-size: 11px;
	font-weight: bold;
	color: #5F9451;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FF7E2B;
	text-decoration: none;
}
a.noticias {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}
a.noticias:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FF7E2B;
	text-decoration: none;
}
a.blanco {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
a.blanco:hover {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.gris {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	font-style: normal;
}
a.gris:hover {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.linea_vertical {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C4BCBA;
	border-right-color: #C4BCBA;
	border-bottom-color: #C4BCBA;
	border-left-color: #C4BCBA;
}
.t_gris_claro {
	font-size: 16px;
	color: #C5C0BD;
	font-weight: bold;
}
ul {
	margin: 0px;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: disc;
	list-style-image: url(../images/vineta.jpg);
}

/* formularios*/

input {
	border: 1px solid #666666;
	background-color: #F5F5F5;
	color: #333333;
	font-size: 10px;

}
select {
	border: 1px solid #666666;
	background-color: #F5F5F5;
	color: #333333;
	font-size: 10px;
}
textarea {
	border: 1px solid #666666;
	background-color: #F5F5F5;
	color: #333333;
	font-size: 12px;
}

/*botones*/
.boton {
	font-size: 11px;
	font-style: normal;
	color: #5B778D;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #ECEAEB;
	background-image: url(../images/includes/fondo_menu.jpg);
	background-repeat:  repeat-x;
	background-position: top;
}
.boton:hover {
	font-size: 11px;
	font-style: normal;
	color: #42A3A9;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #ECEAEB;
	background-image: url(../images/includes/fondo_menu.jpg);
	background-repeat:  repeat-x;
	background-position: top;
}

/* tablas de datos*/

th {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #40A2A5;
	text-align: center;
}
.tabla_borde {
	border: 1px solid #CCCCCC;
	font-size: 11px;
}
.td_datos {
	background-color: #FBEBDC;
	border: 1px solid #704000;
	font-size: 11px;
	color: #000000;
}
/*continua varios web*/
.td_verde {
	background-color: #42A3A9;
	color: #FFFFFF;
}
