{margin:0px ; padding:0px ; border: 0px}
body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	color: #FFFFFF ;
		background-color: #000000;	
	
	background-image:url(../../image/fondo3.jpg);

	background-repeat:no-repeat;
	

}



.global
{

	position: absolute; /*Posicionamiento absoluto*/
	top: 30%; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 30%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: 725px; /*Le ponemos el valor del alto*/
	width: 1024px; /*Le ponemos el valor del ancho*/
	margin-top: -200px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -250px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	
}

.CJ_01 {
	position:absolute;
	height: 60px;
	width:100%;
	

	background-color: #b4d9da ;
	opacity: .3 ;
	filter: alpha(opacity=30); opacity: .3;
	-moz-opacity:0.3	
}
.cabecera
{
	
	position:absolute;
	height: 60px;
	width:97%;
	*width: 100%;
	
	

}

.CJ_02 {
	position:absolute;
	height: 655px;
	width:100%;
	top:70px;

	background-color: #b4d9da ;
	opacity: .3 ;
	filter: alpha(opacity=30); opacity: .3;
	-moz-opacity:0.3	
}


.datos
{
	
	position:absolute;
	height:;
	width:97%;
	*width: 100%;
	top:100px;
	margin-left:100px;
	
	

}
.asterisco
{
color:#CC0000;
font-size:16px;
}



