h3{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
h2{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.fondo_ {
	background-color: #2784E0;
}

.forms {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 1 1;
}
.listas {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 1 1;
}
.boton {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2983CB;
	border: solid;
}
.linea-tabla-verde{
	border: 1px solid #009900;
}
.fondo_central {
	background-image: url(imgs/fondo_central.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0F0F0;
}
.tx_contenidos {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.tx_contenidos2 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.tx_contenidos_link {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #009900;
	text-decoration: none;
}
.tx_contenidos_link:hover {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #0066FF;
	text-decoration: none;
}
.tx_contenidos_link_negro {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: Black;
	text-decoration: none;
}
.tx_contenidos_link_negro:hover {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #0066FF;
	text-decoration: none;
}
.tx_contenidos_idem {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #0099FF;
	text-decoration: none;
}
.forms_aplicaciones {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #EEEEEE;
	height: 18px;
	width: 305px;
	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: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #CCCCCC;
}
.tx_contenidos_destacado {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #0099FF;
	text-decoration: none;
}
.celda_destacada {
	background-color: #D7EFFF;
	border: 1px solid #D8D8DA;
}

.uls{
list-style: none;
padding: 3;
border: none;
 list-style-image: url(imgs/arrow_mini_right.gif);
 margin: 1 0 1 13;
}
.uls_menu{
list-style: none;
padding: 3;
border: none;
 list-style-image: url(imgs/plus.gif);
 margin: 0 0 0 22;
}
.uls_internos{
list-style: none;
margin: 1 0 1 20;
padding: 3;
border: none;
 list-style-image: url(imgs/arrow_mini_right.gif);
}
#blueblock{
width: 138px;
border-right: 1px solid;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 10px;
background-color: #519BE6;
color: #519BE6;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #519BE6;
border-right: 10px solid #508fc4;
background-color: #519BE6;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #519BE6;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}