@charset "utf-8";
/* CSS Document */

a {
	font-family: Tahoma;
	font-size: 10px;
	color: #545826;
}
a:hover {
	color: #A9D105;
	text-decoration: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #545826;
}
a:active {
	text-decoration: underline;
	color: #545826;
}
body {
	margin: 0px;
	background:#83962A;
}
.pagina{
	margin:120px auto; width: 253px; height:282px; background:url(../imagenes/fondoLogin.jpg);
}

.left{
	width:200px; height:480px; background:#545826; margin:0px; float:left; 
}

.right{
	width:400px; height:480px; float:left; margin-left:20px; margin-top:0px; 
}

.cont_001{
	padding-left:130px; padding-bottom:20px; padding-top:40px; float:left;
}

.cont_002{
	padding-left:40px; float:left;
}

.cont_003{
	font-family:verdana; font-size:21px; color:#E2E9C5; text-align:center; width:200px; padding-left:100px; padding-right:100px; padding-top:150px
}

.cont_004{
	width:106px; height:109px; padding-top:40px; padding-left:46px; padding-right:46px; margin-top:25px; margin-bottom:25px; background:#83962A; border:#545826 solid 1px
}

.cont_005{
	font-family:tahoma; font-size:11px; color:#E2E9C5; text-align:center; padding-left:15px; padding-right:15px; padding-top:15px
}

.cont_006{
	padding-top:30px; float:left
}

.txt_001{
	font-family:verdana; font-size:22px; font-weight:bold; color:#545826
}

.txt_002{
	font-size:0.7em; font-family:Tahoma, verdana, arial; color:#545826; 
}

.cajatxt{
	color:#545826; border:#545826 solid 1px; background:#E2E9C5; font-family:Tahoma; font-size:11px;
}

.celda_001{
	color:#545826; background:#E2E9C5; font-family:Tahoma; font-size:11px;
}

.celda_002{
	color:#E2E9C5; background:#545826; font-family:Tahoma; font-size:11px; font-weight:bold;
}

/**************   Estilo del Menu    *************/

#menu {
	background: #545826;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu li {
	font: 0.7em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #545826;
	border-bottom: 1px solid #E2E9C5;
	color: #E2E9C5;
	display: block;
	margin: 0;
	padding: 5px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #E2E9C5 url("../imagenes/hover.gif") left center no-repeat;
	color: #545826;
	padding-bottom: 5px;
}	
