.txcomun {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #979797;
	text-decoration: none;
	text-align: justify;
}

.txcomun:hover {
	color: #727272;
}

.txlinkcomun {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #25A3DB;
	text-decoration: none;
	text-align: justify;
}

.txlinkcomun:hover {
	color: #0087c3;

}

.txaccesosdirectos {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
 color: #FFFFFF;
 text-decoration: none;
 text-align: justify;
}
.txaccesosdirectos:hover {
 color: #727272;
}

.titulo {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: bold;
 text-transform: uppercase;
 color: #25A3DB;
 text-decoration: none;
}

.titularnoticia {
 font-family: Tahoma, Helvetica, Arial, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: bold;
 text-transform: none;
 color: #797979;
 text-decoration: none;
 background-color: #DDDCDC;
}
.cajaformnewsletter {
 height: 15px;
 width: 220px;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
 color: #797979;
}
.linkpeq {
 font-family: Tahoma, Helvetica, Arial, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: bold;
 text-transform: none;
 color: #25A3DB;
 text-decoration: none;
}

.linkpeq:hover {
color: #0087C3;
}
.cajaTextoLogin {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
  color: #797979;
    text-decoration: none;
    vertical-align: middle;
    height: 20px;
    background-color: #EFEFEF;
    border: none;
    margin-right:5px;
    margin-left:5px;
}

/* ******* MENÚ LATERAL ******* */

/* Para el color de fondo de la tabla o la capa */
.ColorFondo{background-color: #C2BBB1;}
/* Para la celda del Titulo de los menús */
.MenuLateral_titulo {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #555656;
	padding-top: 16px;
	padding-bottom: 12px;
	padding-left: 24px;
	background: #CCC8C0 url(img/fondo_tit.gif) no-repeat left top;
	width: 163px;
}

/* Opciones principales */
	.MenuLateral_Principal,
	.MenuLateral_Principal_ON{
		background-color: #CCC8C0;
		width: 163px;
		font-family: Tahoma;
		font-size: 9px;
		font-style: normal;
		font-weight: bold;
		text-decoration: none;	
		text-transform: uppercase;
		color: #FFFFFF;
		height: 100%;
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 24px;
	}
	
	.MenuLateral_Principal:hover,
	.MenuLateral_Principal_ON {
		background-color: #C2BBB1;
	}

/* Para la celda de las opciones principales ACTIVADAS */
	.MenuLateral_Principal_ON{
	}

/* Opciones secundarias */
.MenuLateral_Secundario,
.MenuLateral_Secundario_ON{
	margin-left: 32px;
	margin-right: 6px;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
	text-transform: lowercase;
	color: #FFFFFF;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 3px;
	display: block;
}

.MenuLateral_Secundario:hover{
	background-color: #A4998A;
}

/* Para la celda de las opciones secundarias ACTIVADAS */
.MenuLateral_Secundario_ON{
	background: #A4998A url(img/menusec_flecha.gif) no-repeat 135px center;
}

