/*CUERPO DE LA PÁGINA*/
/***********************************************************/
BODY
{
    background-color:#E23827;
}


/*TABLAS Y CELDAS*/
/***********************************************************/


.tablaIndex
{
    width:400px;
    height:542px;
    
}

.topIndex
{
    height:30px;
}

.pie
{
    height:10px;
    background-color:#E23827;
    border:0;
    
}


/*TEXTOS*/
/***********************************************************/
.titulo
{
    font-family:Tahoma;
    font-size:20px;
    font-weight:bold;
    padding-left:10px;
    text-decoration:none;
}

.cerrarSesion
{
    font-family:Tahoma;
    font-size:14px;
    font-weight:bold;
    padding-left:10px;
    text-decoration:none;
    color:Silver;
}


.usuario
{
    font-family:Tahoma;
    font-size:12;
    font-weight:bold;
    text-align:right;
    background-image:url(img/barra_index2.jpg);
    background-repeat:repeat;
    background-position:bottom;
    padding-right:2px;
    padding-bottom:6px;
    text-decoration:none;
}

.tituloRojo
{
    font-family:Tahoma;
    font-size:14px;
    font-weight:bold;
	text-align:right;
	color:#E23827;
	height:30px;
	padding-right:15px;
	vertical-align:bottom;
	text-decoration:none;
}

.celdaCentral
{
    background-color:White;
}

.posicionMenu
{
    vertical-align:top;
    padding-top:10px;
}

.tablaCentral
 {
    border-color:White;
    border-style:dotted;
 }
 .posicionMenu
{
    vertical-align:top;
    padding-top:10px;
}

 .ruta
 {
    font-family:Tahoma;
    font-size:12px;
	text-align:left;
	color:#313030;
	text-decoration:none;
	vertical-align:bottom;
 }
 
 .texto
{
    font-family:Tahoma;
    font-size:12px;
	text-align:justify;
	color:#313030;
	padding:15px;
	vertical-align:top;
	text-decoration:none;
	line-height:20px;
}

 .texto2
{
    font-family:Tahoma;
    font-size:11px;
	text-align:justify;
	color:#313030;
	padding-right:10px;
	vertical-align:top;
	text-decoration:none;
	line-height:15px;
}


.enlace
{
	font-family:Tahoma;
    font-size:12px;
    text-decoration:none;
    color:#313030;
    cursor:hand;
}

.enlaceNoticia
{
    font-family:Tahoma;
    font-size:11;
    color:#838383;
    text-decoration:none;
    padding-left:10px;
}

.enlaceGlosario
{
    font-family:Tahoma;
    font-size:10;
    vertical-align:top;
    color:#E23827;
    font-weight:bold;
    line-height:1.5;
    text-align:justify;
    text-decoration:none;
}