@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:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	background-image:url(imagenes/fondo30.jpg);
	background-repeat:repeat;
}


table.mitabla td {
	color:#FFF;
	text-align:right;
 
}

table.navbar2 {
   border-collapse: collapse;
   text-align:center;
}
table.navbar2 td {
	text-align:center;
	font-size:12px;
	color:#FFF;
 
}
table.navbar2 td a{
   text-decoration: none;
}
table.navbar2 td a:link, table.navbar2 td a:visited {
   color: #fff;
   text-decoration: none;
}
table.navbar2 td a:hover, table.navbar2 td a:active {
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#principal{
	width:800px;
	height:700px;
	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: 90px;
}

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

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

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

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

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



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

#arriba .cuadro2{
	position:absolute;
	left:270px;
	top:450px;
}

#arriba .cuadro3{
	position:absolute;
	left:540px;
	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:1000px;
	z-index:50;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	display:none;
	
}

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

#latabla {
	text-align: right;
}

#espera .infoMarco{
	width:299px;
	position:absolute;
	top:20%;
	left:0px;
}

#fondop{
	text-align:center;
}



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


/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#fff;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#FFF;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#F90;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#F90;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#FC0;
    border:1px solid #F90;
    color:#FFF;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.buttons a.positive:active{
    background-color:#F90;
    border:1px solid #F90;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

table.navbar {
   border-collapse: collapse;
   text-align:center;
}
table.navbar td {
	text-align:center;
	font-size:14px;
	height:26px;
 
}
table.navbar td a{
   font-size:14px;
   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;
}


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


