@CHARSET "ISO-8859-1";
body{
	text-align: center;
	 font-family: Helvetica, Arial, sans-serif;
	 font-size: 11px;
}

#contenedor{
	width: 771px;
	margin: auto;
	background: url("../img/backGral.jpg") repeat-y left;
	
}
#logoTop{
	background: url("../img/logotop.gif") no-repeat ;
	width: 761px;
	height: 60px;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;		
}

#menuTopAc a{
	color: black;
	text-decoration: underline;
}
#menu{
	float:left;
	background: #D9D9DB;
	width: 200px; 
	height:auto;
	padding-top: 12px !important;
	padding-top: 20px; 
	text-align: left;
}

#menu li{
	list-style: none;
	margin-bottom: 12px !important;
	margin-bottom: -14px;
	margin-left: -40px;	
}

#menu li.lineaM{
	border-bottom: 2px solid #808080;
	list-style: none;	
	margin-bottom: 10px;
}

#menu a{	
	color: #1F3B7F;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left:35px;
	background: url("../img/flecha.gif") left no-repeat;
}

#menu a:hover{
	text-decoration: underline;
}

#menuTop{
	list-style: none;	
}

#menuTop li{
	margin-bottom: 5px;
}

#menuTop a{
	text-decoration: none;
	color: #1F3B7F;
}

#menuTop a:hover{
	text-decoration: underline;
	color: black;
}

#seccion{
	margin-left: 210px !important; 
	margin-left: 205px;
	margin-top: 20px;
	width: 513px;
	
}

#loginTXT{
	width: 257px; 
	height: 234px;
	background: url("../img/backLogin.jpg") no-repeat;
	margin-left: 100px;
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

#elLogin{
	list-style: none; 
	margin: 0; 
	padding: 0;
}

#elLogin li{
	margin-bottom: 8px;
}

#elLogin a{
	color: #1F3B7F;
}

#elLogin a:hover{
	color: black;
}

.tablaCom{
	width: 600px;		
	
}

.tablaCom a{
	color: black;
}

.btnExp{
	color: black;
	margin: 0;
}
.nombreCampo{
	width: 30%;
	text-align: right;
}

.nombreCampoE{
	width: 20%;
	text-align: right;
}

.campo{
	text-align: left;
}

.campoE{
	text-align: left;
}

.inputForm{
	width:300px;
	border: 1px solid #999;
	color:#1F3B7F;
	font-size: 11px;
}

.inputForm100{
	width:100px;
	border: 1px solid #999;
	color:#1F3B7F;
	font-size: 11px;
}

.inputForm200{
	width:200px;
	border: 1px solid #999;
	color:#1F3B7F;
	font-size: 11px;
}


.inputFormLog{
	width:150px;
	border: 1px solid #999;
	color:#1F3B7F;
	font-size: 11px;
}

#listaMateriales{
	list-style: none;
	margin: 0;
	padding: 0;
}

#listaMateriales li{
	margin-bottom: 10px;
	
}

#listaMateriales a{
	text-decoration: none;
	color: black;	
}

#listaMateriales a:hover{
	text-decoration: underline;
}


/* clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.inputFormFecha{
	width: 130px;
	border: 1px solid #999;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.input150{
	width: 150px;
	border: 1px solid #666666;
}

.input200{
	width: 200px;
	border: 1px solid #666666;
}

.btn{
	background: url("../img/btn.jpg") no-repeat;
	display: block;;
	width:120px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	color: black;
	padding-top: 3px;
	float: right;
	margin-left: 5px;
}

.btn:hover{	
	color: #FFFFFF;
	background: url("../img/btnRollOver.jpg") no-repeat;
}

.nombreCampoUs{
	width: 145px;
	text-align: right;
}

.campoUsuario{
	 padding: 3px;
}
.contenedorAnio{
	text-align: left;
}
.contenedorAnio a{
	color: black;
}
