@charset "utf-8";
/* CSS Document */

body {
	background:url(imagenes/bg.gif) repeat;
}

#CONTENEDOR {
	position:absolute; 
	left: 50%; 
	top: 50%; 
	width: 854px; 
	margin-left:-427px; 
	margin-top:-265px; 
	text-align: left;
}

#ENCABEZADO {
	position:absolute;
	left:0px;
	top:0px;
	width:854px;
	height:530px;
	z-index:1;
	background:#FFFFFF;
}

#CUERPO {
	position:absolute; 
	left:0px; 
	top:184px; 
	width:854px; 
	height:346px; 
	z-index:2;
}
	#MENU {
		float:left; 
		width: 148px;
		height:346px;
	}
	#CENTRO {
		float:left;
		width:534px;
		height:346px;
		background: url(imagenes/body_bg.gif) no-repeat;
	}
	#CENTROMENU {
		float:left;
		width:534px;
		height:346px;
		background: url(imagenes/body_bg2.gif) no-repeat;
	}	
		#CUERPODATA {
			float:left; 
			width:473px; 
			height:265px; 
			margin-top:42px; 
			padding-left:32px; 
			overflow: none; 
		}
		#CUERPODATAINT {
			float:left; 
			width:473px; 
			height:265px; 
			margin-top:42px; 
			padding-left:32px; 
			overflow: auto; 
		}
	

#BANNERS {
	float:left; 
	width: 172px; 
	height:346px
}

.serif { font-family: "Times New Roman"; }
.sanserif {	font-family: "Trebuchet MS", "Verdana", "Arial"; }
.arial { font-family: "Arial"; }

.bold {	font-weight: bold; }
.italic { font-style:italic; }
.t34 {	font-size: 34px; }
.t32 {	font-size: 32px; }
.t30 {	font-size: 30px; }
.t26 {	font-size: 26px; }
.t24 {	font-size: 24px; }
.t22 {	font-size: 22px; }
.t20 {	font-size: 20px; }
.t18 {	font-size: 18px; }
.t16 {	font-size: 16px; }
.t14 {	font-size: 14px; }
.t12 {	font-size: 12px; }
.t12 {	font-size: 12px; }
.t11 {	font-size: 11px; }
.t10 {	font-size: 10px; }

.blanco {	color: #FFFFFF; }
.gris  {	color: #666666; }
.negro {	color: #000000; }
.lila1 { 	color: #F6EDF6; }
.lila2 { 	color: #FC9ADE; }
.lila3 { 	color: #E1069F; }
.lila4 { 	color: #790456; }
.lila5 {	color: #2E0120; }

.align_center { text-align:center; }
.align_right { text-align:right; }

.decoration_none {	text-decoration: none; }
.decoration_underline {	text-decoration: underline; }

.interline14 { line-height: 14px; }
.interline16 { line-height: 16px; }
.interline18 { line-height: 18px; }
.interline20 { line-height: 20px; }
.interline22 { line-height: 22px; }

.parrafo {
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

.titulo1 {
	font-family: "Trebuchet MS", "Verdana", "Arial";
	font-size: 16px;
	color: #790456;
	line-height: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.tabla_tit {
	text-align:center; 
	background-color:#780145;
	color: #FFFFFF;
	vertical-align:middle;
	font-family: "Arial";
	font-size: 11px;
	height:20px;
	font-weight: bold
}
.tabla_txt {
	border-bottom:1px #CC0066 solid;
	color: #000000;
	font-family: "Arial";
	font-size: 11px;
}.forminput {
	width: 140px;
	background-color: #F6EDF6;
	border: 1px solid #AA55AA;
}
