html {
	height:100%;
	margin: 0 auto;
}

body {
	background-color: #9a1517;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	margin: 0 auto;
	background-image: url(../img/bglogotipo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

ul {  
	list-style:none;
	margin:0;
	padding:0;
	color: #000000;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul li {
	padding:0;
	float: right;
	color: #000000;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	
}

ul li a {
	display:block;
	width:185px;
	height:20px;
	text-decoration:none;
	color: #000000;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;	
}

ul li a:hover {
	background-position:bottom;
	background-color:#ffaa3f;
}

ul li a span {
	display:none;
}

.txt_li_sub {
	text-decoration:none;
	color: #e2e2e2;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.textoBlanco
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#e2e2e2;
	text-align: justify;
	padding: 20px;
}

.Estilo1 {
	color: #FFAB3C;
	font-weight: bold;
}

.link {
    color: #FFAB3C;
    text-decoration: none;
}

hr {
  	border: 0;
  	width: 100%;
	color: #c38788;
	background-color: #c38788;
	height: 1px;
}

.link:hover {
    color: #ffffff;
    text-decoration: none;
}

#contenido
{
	height: 100%;
	width: 1000px;
	text-align: left;
}

#zonaLeft
{
	width:485px;
	text-align:left;
	float:left;	
	height: 748px;
}

#menuLeft
{
	text-align: right;
	padding-top: 80px;
	margin-left: 295px;
	border-left: 1px solid #c38788;
	height: 100%;
}

#zonaRight
{
	width:506px;
	text-align: left;
	float:right;	
	height: 1200px;
	border-right: 1px solid #c38788;
	border-left: 1px solid #c38788;	
}

#logotipo
{
	height: 315px;
	vertical-align: bottom;
}

.fecha {
	margin-left:3px;
	margin-top:4px;
	float: left;
}

#btnIdx
{
	background-color:#FFFFFF;
	width:525px;
	margin-top:5px;
	text-align:center;
}

#puntitosX
{
	background-image:url(../img/puntitos.gif);
	background-repeat:repeat-x;
	width:520px;
	height:5px;
	margin: 5px 3px 5px 2px;
}
#puntitosY
{
	background-image:url(../img/puntitos.gif);
	background-repeat:repeat-y;
	margin: 0px 0px 0px 20px;
	height: 100%;
}

#textoContenido
{
margin: 0px 0px 0px 15px;
}
.imgClass {
	border: thin dotted #000066;
}

H1
{
	text-align:right;
	font:bold 18px Verdana, Arial, Helvetica, sans-serif;
	margin: 6px 8px 0 0;
	color: #FFFFFF;
}

#posicionBotonera
{
text-align:left;
margin: 44px 0 0 0;
}

.colorido {
	color: #29104A;
}

.enlace
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}

input, textarea, select
{
	border:solid 1px #faa61a; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;	
	color: #666666; 
	vertical-align:middle;
}

button 
{
	background: #F8F8F8; 
	border:solid 1px #faa61a;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;	
	color: #666666; 
	font-weight: bold; 
}

.tabladatos 
{
	empty-cells: show;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:11px;
	padding: 0px;
	margin: 0px;
	width: 97%;
}

.tabladatos thead td
{
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #faa61a;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #faa61a;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:11px;			
}	

.fila {
    color: #000000;
	background-color: #DFDFDF;
	height:17px;	
}

.filaon {
    color: #000000;
	background-color: #cccccc;	
	height:17px;	
}

.FilaCabecera {
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #faa61a;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:11px;		
}



