.area { 
		background-color: #ffffff; 
		color: #666666;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		font-weight: normal; 
		border: 1px solid #999999;
		text-decoration: none;
		padding: 2px;
		}
.boton { 
		background-color: #DADBDC; 
		color: #666666;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		font-weight: bold; 
		border: 1px solid #999999;
		text-decoration: none;
		padding: 2px;
		}
body {
background-image: url(/imagenes/fondo_body.jpg);
	}
.txt { 
text-decoration: none;
color: #666666; 
font-family: Helvetica; 
font-size: 11px; 
font-weight: bold;
		}
		.txt_msj { 
text-decoration: none;
color: #666666; 
font-family: Helvetica; 
font-size: 13px; 
font-weight: bold;
		}
		.txt_volver { 
text-decoration: none;
color: #cccccc; 
font-family: Helvetica; 
font-size: 13px; 
font-weight: bold;
		}
		a.txt_volver:hover { 
text-decoration: none;
color: #666666; 
font-family: Helvetica; 
font-size: 13px; 
font-weight: bold;
		}
		a.txt:hover { 
text-decoration: none;
color: #333333; 
font-family: Helvetica; 
font-size: 11px; 
font-weight: bold;
		}
		.txt2 { 
text-decoration: none;
color: #666666; 
font-family: Helvetica; 
font-size: 13px; 
font-weight: normal;
		}
		#principal {
	position:absolute;
	top:0px;
	width:740px;
	height:592px;
	z-index:1;
	background-image: url(/imagenes/fondo_contenido.jpg);
	background-repeat:no-repeat
	
}
#menu {
	position:absolute;
	left:7px;
	top:0px;
	width:204px;
	height:93px;
	z-index:3;
}
#contenido {
	position:absolute;
	left:29px;
	top:198px;
	width:686px;
	height:351px;
	z-index:2;
}
#encabezado {
	position:absolute;
	left:90px;
	top:0px;
	width:66px;
	height:36px;
	z-index:1;
}
#texto {
	position:absolute;
	left:90px;
	top:76px;
	width:513px;
	height:276px;
	z-index:2;
}
#error {
	position:absolute;
	width:612px;
	height:285px;
	z-index:1;
	background-image: url(/imagenes/fondo_msj.jpg);
	background-repeat:no-repeat
}
#suberror {
	position:absolute;
	left:27px;
	top:168px;
	width:562px;
	height:31px;
	z-index:1;
}
#volver {
	position:absolute;
	left:0px;
	top:243px;
	width:613px;
	height:15px;
	z-index:2;
}
#login {
	position:absolute;
	width:612px;
	height:285px;
	z-index:20;
	background-image: url(../imagenes/fondo_login1.jpg);
}
#sublogin {
	position:absolute;
	left:0px;
	top:138px;
	width:613px;
	height:49px;
	z-index:3;
}
#login2 {
	position:absolute;
	width:612px;
	height:285px;
	z-index:2;
	background-image: url(../imagenes/fondo_login2.jpg);
	background-repeat:no-repeat;
}
#login3 {
	position:absolute;
	width:612px;
	height:285px;
	z-index:1;
	background-image: url(../imagenes/fondo_login3.jpg);
	background-repeat:no-repeat;
}
#suberror2 {
	position:absolute;
	left:29px;
	top:156px;
	width:561px;
	height:24px;
	z-index:3;
}