@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;
}

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;
}

textarea {
			font:Arial, Helvetica, sans-serif;
			font-size:12px;
			-webkit-border-radius: 4px; 
			-moz-border-radius: 4px;
			border: 1px solid #cccccc;
			padding:1px;
			color:#666666;
			resize:none;
}

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

}
#hastarriba{
	width:817px;
	height:175px;
	margin:0 auto;
}

#topjy{
	position:relative;
}

#topjy .elmenu{
	position:absolute;
	top:0px;
	right:0px;
	z-index:20;
}

#topjy .bannerp{
	position:absolute;
	top:30px;
	right:40px;
	z-index:40;
}

#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/terminos-de-uso.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;
}

table.navbar {
   border-collapse: collapse;
   text-align:center;
}
table.navbar td {
	text-align:center;
	font-size:12px;
	height:26px;
 
}
table.navbar td a{
   font-size:12px;
   text-decoration: none;
   height:26px;
   padding:2px;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #fff;
}
table.navbar td a:hover, table.navbar td a:active {
	color: #000;
	background-color:#FFF;
	text-align: center;
}

#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;
}


#contactob a:visited{
	color: #fff;
}

