#login{
	
	margin: 0 auto;
	width: 200px;
	padding: 40px 30px;
	background: white;
}

#login h1{
	
	text-align: center;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
}

#login label{
	
	display: block;
	margin: 5px 0px;
	color: #C00;
	font-family: Georgia;
	font-size: 15px;
	font-weight: bold;
}

#login input[type=text],
#login input[type=password]{
	
	width: 195px;
}

#login p.submit{
	
	text-align: right;
	margin: 10px 0px;
}

#sistema{
	
	padding: 10px 25px;
}

#sistema #lateral{
	
	float: left;
	height: 402px;
	width: 202px;
	background: url("../imagenes/carta_lateral.png");
}

#sistema #lateral ul{
	
	margin-top: 30px;
}

#sistema #lateral ul li{
	
	margin: 0px 1px;
	padding: 10px 10px;
	padding-top: 0px;
	border-bottom: 1px solid #B6AFA5;
	border-top: 1px solid white;
	font-weight: bold;
	padding-bottom: 0px;
}

#sistema #lateral ul li a{
	
	font-family: Georgia, serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	padding: 10px; 
}

#sistema #lateral ul li:hover{
	
	border-top: 1px solid #FC1A00;
	border-bottom: 1px solid #B61907;
	background: #C00;
}

#sistema #lateral ul li:hover a{
	
	color: white;
}

#sistema #contenidos{
	
	float: right;
	width: 640px;
	min-height: 200px;
	padding-top: 10px;
}

#sistema #contenidos h1{
	
	font-size: 20px;
	font-family: Georgia, serif;
	border-bottom: 1px solid #C00;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#sistema #contenidos h1 a{
	
	font-size: 20px;
	font-family: Georgia, serif;
	border-bottom: 1px solid #C00;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #C00;
}

/*------------------------------------------------------------------------------------------------------*/

#sistema #acciones{
	
	border: 1px solid #1134A9;
	padding: 10px;
	margin: 10px 0px;
	background: #015CAB;
}

#sistema #acciones a{
	
	color: white;
}

#sistema .lista{
	
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
}

#sistema .lista th{
	
	background: #666;
	color: white;
	padding: 5px;
}

#sistema .lista tr.even td{
	
	background: #93B4E1;
}

#sistema .lista td{
	
	text-align: center;
	color: black;
	padding: 5px;
}

/*------------------------------------------------------------------------------------------------------*/

#forma{
	
	width: 90%;
	margin: 0 auto;
}

#forma p span{
	
	font-size: 11px;
	display: block;
	padding-bottom: 5px;
}

#forma label{
	
	display: block;
	margin: 5px 0px;
	color: #C00;
	font-family: Georgia;
	font-size: 15px;
	font-weight: bold;
}

#forma input[type=text]{
	
	width: 100%;
}

#forma textarea{
	
	width: 100%;
	height: 120px;
}

#forma select{
	
	width: 100%;
}

#forma .submit{
	
	background: #0C2577;
	padding: 10px;
	margin: 10px 0px;
	text-align: right;
}