/*********************  GENERAL  **************************/
body {
	background: #dadc8f;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #6b6767;
	margin: 4px;
}
p{
	margin: 0 0 .7em 0;
	line-height:24px;
	text-align:justify;
	font-size:12px;
}
ul{
   list-style: none;
	font-size:12px;
	margin: 0;
	font-weight: normal;
	text-align: justify;
	line-height:26px;
}
ul li{
   font-size:12px;
	margin: 0;
	padding:2px 0 2px 16px;
	text-align: justify;
	list-style: none;
	background: url(../images/ico_listas.gif) no-repeat top left;
	line-height:24px;
}
ul.listas2 {
	list-style: none;
	font-size:12px;
	margin: 5px 0 15px 20px;
	font-weight: normal;
	text-align: justify;
	line-height:18px;
	background: none;
}
ul.listas2 li.listas2{
	font-size:12px;
	margin: 0;
	padding:0px 16px;
	text-align: justify;
	list-style: none;
	background: url(../images/ico_listas2.gif) no-repeat top left;
	line-height:20px;
}
a:link, a:visited{
	color: #728c0a;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/******************   LAYOUTS      ***************/
#contenedor{
	top: 0%; 
	left: 50%; 
	margin-left: -501px;
	margin-top:0px;
	position: absolute; /**/
	width: 1002px;
}
/*****  MENU  *****/
.menu {
	text-align: left;
	background: #8c8e34;
	margin:0px;
	padding:0;
}
.tablain{
	padding:6px 8px 6px 26px;
}
.menu  a:link,.menu a:visited{
	color:#c0c266;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: none;
}
.menu  a:hover{
	color:#f1f39f;
}
.bordesub{
	background: url(../images/border_submenu.gif) repeat-x top left;
}
.menubt{
	margin-top:3px;
}

/**** VARIOS  ***/
.destGris{
	color:#606060;
	font-weight: bold;
}
.destLila{
	color: #6e4997;
	font-weight:bold;
}
/***** formularios  *****/
td.formtxt{
	font-size:12px;
	text-align:left;
	vertical-align: middle;
}
.cuadro{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #8b9840;
	background-color: #e4efa4;
	border: 1px solid #b2c060;

	margin-top:10px;
	margin-left:0px;
	padding-left:5px;
	width:200px;
	height:18px;
}

.cuadro_variable{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #8b9840;
	background-color: #e4efa4;
	border: 1px solid #b2c060;

	margin-top:10px;
	margin-left:0px;
	padding-left:5px;
}







.validacionMensaje
{
	display: block;
	clear: both;
	font-size: 10px;
	font-weight: bold;
	color: red;
}


.documentacion_categoria
{
	color: #6e4997;
	font-size: 16px;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:10px;
	clear:both;
	display:block;
	border-bottom: 1px solid #6e4997;
	width: 100%;
}

.documentacion_cuadro
{
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b2c060;
	width: 80%;
}

.documentacion_titulo
{
	clear:both;
	display:block;
	font-size: 12px;
	font-weight:bold;
}

.documentacion_descripcion
{
	clear:both;
	font-size: 10px;
	display:block;
}

.documentacion_cuadro a
{
	font-size: 11px;
	color:#606060;
	font-weight:bold;
	clear:both;
	display:block;
}