@charset "UTF-8";
/* CSS Document */

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

pregunta{
	font-family:Tahoma, Verdana, Arial;
	font-size:13px;
	font-weight: bold;
}

body{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	text-align:right;
	background-image:url(imagenes/fondo30.jpg);
	background-repeat:repeat;
}

input[type="text"],
		input[type="password"] {
			font:Arial, Helvetica, sans-serif;
			font-size:12px;
			-webkit-border-radius: 4px; 
			-moz-border-radius: 4px;
			border: 1px solid #cccccc;
			padding:4px;
			color:#666666;
			width:200px;
}

#principal{
	width:800px;
	height:525px;
	margin:0 auto;

}

#elmenu{
	width:817px;
	margin:0 auto;
}

#arriba{
	position:relative;
	width:799px;
}

#arriba .laform {
	position:absolute;
	right:50px;
	top:10px;
}

#arriba .fondo {
	position:absolute;
	right:1px;
}

#arriba .contienetext{
	position:absolute;
	width:579px;
	height:auto;
	top:15px;
	right:100px;
	text-align:justify;
	font-size:11px;
	padding:5px;
}

#arriba .eltexto{
	background-image:url(imagenes/cCuerpo.png);
	background-repeat:repeat-y;
	width:579px;
	height:auto;
	text-align:justify;
	font-size:11px;
	padding:5px;
}

#arriba .arribatext{
	background-image:url(imagenes/recuperacion-datos.png);
	background-repeat:no-repeat;
	width:579px;
	height:69px;
	text-align:justify;
	font-size:11px;
	padding:5px;
}

#arriba .abajotext{
	background-image:url(imagenes/cAbajo.png);
	background-repeat:no-repeat;
	width:579px;
	height:34px;
	text-align:justify;
	font-size:11px;
	padding:5px;
}


#arriba .cuadro1{
	position:absolute;
	left:1px;
	top:450px;
}

#arriba .reportaje1{
	position:absolute;
	width:200px;
	left:20px;
	top:464px;
	text-align:justify;
}

#modo{
	position:absolute;
	left:0px;
	top:0px;
	background-color:#000;
	width:100%;
	height:900px;
	z-index:40;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	display:none;
	
}

#espera{
	position:absolute;
	left:35%;
	top:20%;
	color:#FFF;
	background-image:url(../imagenes/ff.png);
	width:300px;
	height:200px;
	z-index:42;
	display:none;
	
}

#latabla {
	text-align: right;
}

#info{
	position:absolute;
	left:20%;
	top:40%;
}

#fondop{
	text-align:center;
}

