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

/* ESTILO DE LAS TABLAS */

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

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

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

tr.normal2{
	background-color:transparent;
}

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

tr.sobre2{
	background-color:#DDDDDD;
}

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

td.titulo_seccion{
	background-color:transparent;
	font-weight:bold;
	font-size:14px;
	height:30px;
	color:#D08884;
}

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;
}

td.graldiv{
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#000000;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:1px;
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}


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

input.grande 
{
	width: 330px;
}

input.mediogrande
{
	width:200px;
}

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:#333333;
	/*
	border-color:#abaaa8;
	border-style:solid;
	border-width:1px;
	*/
	font-size:11px;
}

select.grande 
{
	width: 355px;
}

select.pequeño
{
	width:50px;
}
select.mediano
{
	width:90px;
}
select.mediogrande
{
	width:180px;
}
select.mediogrande2
{
	width:285px;
}







