@CHARSET "UTF-8";
/*------GENERALES------*/
body{
	text-align: center;
	font-family:"arial";
	font-size:10pt;
	padding:0px;
	margin:0px;
	background-color: black;
}
a{
	text-decoration: none;
}
ul{
	padding:0px;
	margin:0px;
}
div{
	margin: 0px;
	padding: 0px;
}
#principal{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -385px;
	margin-top: -290px;
	width: 770px;
	height: 580px;
	border: 1px solid black;
	background-color: white;
	text-align: left;
	overflow: hidden;
}
#loader{
	display: none;
}
/*------ENCABEZADO------*/
#encabezado{
	position: relative;
	height: 160px;
}
	#logo_link{
		text-decoration: none;
		border: none;
	}
	#logo{
		border: none;
		position: absolute;
		left: 210px;
		height: 190px;
	}
	#encabezado_izq{
		overflow: hidden;
		height: 160px;
		width: 455px;
		display: block;
		position: absolute;
		background-color: #585555;
	}
		#img_enc_izq{
			position: absolute;
			left: 0px;
			top: 0px;
		}
	#encabezado_der{
		overflow: hidden;
		height: 225px;
		width: 310px;
		display: block;
		left: 460px;
		position: absolute;
		background-color: #ACAAAA;
	}
/*------CUERPO------*/
#cuerpo{
	position: relative;
	height: 420px;
	}
	/*------IZQUIERDO------*/
	#cuerpo_izq{
		position: absolute;
		width: 455px;
		height: 420px;
		overflow: hidden;
		background-color: #ACAAAA;
	}
		/*------CONTENIDO------*/
		#contenido_izq{
			position: absolute;
			top: 24px;
			color: white;
		}
			/*------DOS SECCIONES------*/
			.tit_crp_izq{
				height: 70px;
				width: 430px;
				font-size: 14pt;
				background-color: #ACAAAA;
				border-bottom: 2px solid white;
				padding-left: 25px;
			}
				.tit_crp_izq div{
					position: absolute;
					top: 50px;
				}
			.cont_crp_izq{
				height: 305px;
				width: 415px;
				padding-left: 25px;
				padding-right: 15px;
				padding-top: 20px;
				background-color: #585555;
				text-align: justify;
				
			}
			.cont_crp_izq a{
				color: white;
			}
			/*------UNA SECCIONE------*/
			.cont_crp_izq_unico{
				padding: 0px;
				height: 396px;
				width: 455px;
				background-color: white;
			}
	/*------DERECHO------*/
	#cuerpo_der{
		position: absolute;
		overflow: hidden;
		left: 460px;
		width: 310px;
		height: 360px;
		top: 60px;
		background-color: #ACAAAA;
	}
		#contenido_der{
			position: absolute;
			top: 24px;
		}
			.img_crp_der{
				position: absolute;
				top: 0px;
				left: 0px;
			}
		#cont_img_der{
			position: absolute;
			top: 24px;
		}
		#pie_der{
			position: absolute;
			background: url("../img/back_pie_der.png");
			top: 330px;
			width: 311px;
			height: 30px;
		}
			#pie_der span{
				position: absolute;
				top: 10px;
				left: 10px;
				color: white;
			}
			#pie_der a{
				position: absolute;
				top: 10px;
				left: 140px;
				color: white;
			}
#debug_me{
	position: absolute;
	top: 660px;
	color: white;
	width: 350px;
	height: 50px;
	border: 1px solid white;
	display: none;
}