/* ESTILOS GENERALES*/
*{
	margin:0;
	padding: 0;  
}
body {
	background: url(img/bkg_header.jpg) repeat-x 0 top;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #EDEDED;
}
#contenedor{
	background: #EDEDED;
	min-height: 400px;
}
h3{
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #00245D;
	margin: 20px 5px 10px;
}
h3 span{
	font-size: 10px;
}
.link_legal a {
	color: #999999;
	font-weight: bold;
}
.menu {
	height: 31px;
	padding: 3px 20px 0;
	width: 100%;
}
#menu_global{
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	height: 25px;
	background: #021335;
	float: right;
	margin: 0 30px 0 0;
	padding: 0 15px;
}
#header{
	background: url("img/img_header.jpg") no-repeat scroll 0 0 transparent;
	height: 120px;
	width: 1024px;
	margin: 0 auto;
}
#logo {
	float: left;
	padding: 22px 30px;
}
#titulo{
	width: 400px;
	height: 100px;
	float: left;
	background: url(img/img_titulo.png) no-repeat 30px 35px;
}
a {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;    
}
a img {
	border: none;
}
#fondo_legales {
	background: #222;
	width: 100%;
	height: 30px;
	float: left;
	position: relative;
	z-index: -999;
}
#legales_footer {
	color: #999999;
	font-size: 10px;
	margin: 0 auto;
	width: 700px;
}
.copy{
	float: left;
	padding: 3px 0px 2px 30px;	
}
.link_legal{
	float: right;
	padding: 3px 20px 2px -2px;
}
.spiral{
	background: url("img/spiral.png") repeat-x;
	width: 100%;
	height: 120px;
	margin: 125px 0px 0px;
}


/*CAJA AZUL*/
	#sombra{
	width: 400px; 
	margin: 0 auto;
	position: relative;
	top: -150px;
}
.sombra_top{
	background: url("img/sombratop.png") no-repeat;
	width: 400px;
	height: 15px;
}
.sombra_center{
	background: url("img/sombracenter.png") repeat-y;
	width: 400px;  
}
.sombra_bottom{
	background: url("img/sombrabottom.png") no-repeat;
	width: 400px;
	height: 15px;
}


/*CAJA GRIS*/
#bgreg{
	width: 370px;
	margin: 0 auto;    
	position: relative;   
}
.bgreg_top{
	background: url("img/bgreg_top.png") no-repeat;
	width: 370px;
	height: 15px;
}
.bgreg_center{
	background: url("img/bgreg_center.png") repeat-y;
	width: 310px;
	padding: 0px 30px;   
}
.bgreg_bottom{
	background: url("img/bgreg_bottom.png") no-repeat;
	width: 370px;
	height: 15px;
}
#sombra p{
	color: white;
	font: 25px Tahoma,Verdana;
	margin:0px 20px 5px;     
}
#bgreg p span{
	color: black;
	font-size: 20px;
	position: relative;  
	left: -15px;
}
li{
	list-style: none;
}
#boton_ingreso{
	text-align: center;
	margin: 10px 0px 0px;
}
.button_ingreso{
	background: #415782;   
	padding: 6px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;   
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 5px;
	cursor: pointer;
}
.button_ingreso:hover {
	background: #A4B140;
}
.button_ingreso:active {
	background: #92A0B2;
}
#form_usuario{
	background: url("img/icn_user.png") no-repeat;
	padding-left: 25px;        
}
#form_contrasena{
	background: url("img/icn_key.png") no-repeat;
	padding-left: 25px;
}
.txt_login{
	width:250px;
	padding: 3px;
	color: #333;
	font-size: 11px ;
}
.msj_error{
	color: #f22016;
	margin: 5px 0px;	
}


/* FOOTER*/
#fondo_footer{
	background-color: #172449;
	width: 100%;
	height: 120px;
	position: relative;
	top: 0;
	z-index:-999;
}
