

table.contenido{
    text-align:justify;
    height: 100%;
    font-size: 12px;
    width: 100%;
	font-family:Arial, Helvetica, sans-serif;
}

table.intro{
    text-align:center;
    height: 100%;
    font-size: 10px;
    width: 100%;
	font-family:Arial, Helvetica, sans-serif;
}

table.interior{
	text-align:center;
	height:40%;
	width:40%;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:normal;
	}




tr.titulo{
        background-color : #3c5d70;
        color: #ffffff;
    text-align: center;
    padding-top: 4px;
    padding-left: 4px;
    height: 20px;
    font-weight: bold;
    font-size: 10px;

}

tr.par{
        background-color:#C6D3E1;
        color: #000000;
    text-align: center;
    padding-top: 4px;
    padding-left: 4px;
    height: 20px;
    font-size: 10px;

}

tr.impar{
        background-color : #DEE5EE;
        color: #000000;
    text-align: center;
    padding-top: 4px;
    padding-left: 4px;
    height: 20px;
    font-size: 10px;

}


.button {
    color:#F00;
	background:url(../imgs/boton.jpg);
}

.button_editar{
	color:#FFF;
	background:url(../imgs/interfase_06.jpg);
	width:40px;
	height:40px;
	}

td.titulo{
    color: #27577a;
}

.inputbox {
    padding: 2px;
    border:solid 1px #27577a;
    background-color: #ffffff;
}  



li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}





body {
    margin: 15px;
    padding: 0px;
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 8px;
    color: #000000;
    background: #ffffff;

}

a:link, a:visited {
    color: #003366; text-decoration: none;
    font-weight: bold;
}

a:hover {
  color: #FFD400; text-decoration: none;
  font-weight: bold;
}
