body {
	font-size:13px;
	font-family: Arial, sans-serif;	
	color: #555555;
	padding: 26px 0 50px 0;
	margin: 0;
	padding:0;
}

a.menu {
	text-decoration: none;
    color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}

a.menu:hover{
	text-decoration:underline;
}

a.menu2 {
	text-decoration: none;
    color:#666666;
	cursor:pointer;
	font-weight:bold;
	font-size:13px;
}

a.menu2:hover{
    color:#DA0202;
	text-decoration:underline;
}
/* ESTILO DE LAS TABLAS */

td.encabezado{
	font-size:20px;
	color:#FFFFFF;
}

td.titulos{
	font-weight:bold;
	background-color:#DA0202;
	color:#FFFFFF;
	background-repeat:repeat-x;
	height:20px;
	text-align:center;
	font-size:14px;
}

tr.normal{
	background-color:#FFFFFF;
	font-size:12px;
}

tr.sobre{
	background-color:#CCCCCC;
	font-size:12px;
}

td.titulo_modulo{
	background-color:transparent;
	font-weight:bold;
	font-size:18px;
	height:30px;
	color:#5D4A43;
}

td.numpre{
	color:#666666;
	font-weight:bold;
}

td.gral{
	border-bottom-style:solid;
	border-bottom-color:#D2BCA7;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#D2BCA7;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#D2BCA7;
	border-right-width:1px;
	border-top-style:solid;
	border-top-color:#D2BCA7;
	border-top-width:1px;
}

/**********************************************************************************
*********************************FORMULARIO*****************************************
***********************************************************************************/
input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#783D3F;
	/*
	border-color:#abaaa8;
	border-style:solid;
	border-width:1px;
	*/
	font-size:11px;
}
input.extragrande 
{
	width: 450px;
}

input.grande 
{
	width: 330px;
}

input.mediogrande
{
	width:280px;
}

input.pequeño
{
	width:50px;
}
input.mini
{
	width:23px;
}
input.mediano
{
	width:90px;
}

input.ponderador
{
	text-align:right;
	width:90px;
}

select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#783D3F;
	/*
	border-color:#abaaa8;
	border-style:solid;
	border-width:1px;
	*/
	font-size:11px;
}

select.grande 
{
	width: 336px;
}

select.pequeño
{
	width:50px;
}
select.mediano
{
	width:90px;
}
select.mediogrande
{
	width:190px;
}

/**********************************************************************************
********************************* BOLITAS *****************************************
***********************************************************************************/

div.circuloRojo{
	background-image:url(../imagenes/circuloRojo.gif);
	width:80px;
	height:80px;
	background-repeat: no-repeat;
	color:#000000;
}
div.circuloRojo2{
	background-image:url(../imagenes/circuloRojo.gif);
	width:70px;
	height:70px;
	background-repeat: no-repeat;
	background-position: 0 -88px;
	color:#000000;
}
div.circuloRojo3{
	background-image:url(../imagenes/circuloRojo.gif);
	width:60px;
	height:60px;
	background-repeat: no-repeat;
	background-position: 0 -162px;
	color:#000000;
}

div.circuloAzul{
	background-image:url(../imagenes/circuloAzul.gif);
	width:80px;
	height:80px;
	background-repeat: no-repeat;
	color:#000000;
}
div.circuloAzul2{
	background-image:url(../imagenes/circuloAzul.gif);
	width:70px;
	height:70px;
	background-repeat: no-repeat;
	background-position: 0 -88px;
	color:#000000;
}
div.circuloAzul3{
	background-image:url(../imagenes/circuloAzul.gif);
	width:60px;
	height:60px;
	background-repeat: no-repeat;
	background-position: 0 -162px;
	color:#000000;
}

div.circuloVerde{
	background-image:url(../imagenes/circuloVerde.gif);
	width:80px;
	height:80px;
	background-repeat: no-repeat;
	color:#000000;
}
div.circuloVerde2{
	background-image:url(../imagenes/circuloVerde.gif);
	width:70px;
	height:70px;
	background-repeat: no-repeat;
	background-position: 0 -88px;
	color:#000000;
}
div.circuloVerde3{
	background-image:url(../imagenes/circuloVerde.gif);
	width:60px;
	height:60px;
	background-repeat: no-repeat;
	background-position: 0 -162px;
	color:#000000;
}






