@charset "utf-8";
/* CSS Document */

/* ESTILOS GENERALES */

a:link { 			color: #999; text-decoration:none; }
a:visited { 		color: #999; text-decoration:none; }
a:hover { 			color: #FDBB63; }
a:active {			color: #FDBB63; }

.background { 		background-color:#0E0E0E;	
					margin-bottom:0px;
					background-image:url(img/fondo_back.jpg);
					background-repeat:repeat-x;
}


/* ESTILOS DIVs */

#container {		position: absolute;
					left: 50%;
					width: 960px;
					margin-left: -480px;
					margin-top: 3px;
}

#content {			width: 960px;
					height: 670px;
}

#encabezado {		width: 960px;
					height: 130px;
}

#contenido {		width: 960px;
					height: 470px;
}

#viewer {			width: 639px;
					height: 430px;
					float:right;
					z-index:10;
					padding-top:20px;
					padding-bottom:20px;
}

#textolateral {			width: 260px;
						height: 410px;
						margin-top: 20px;
						margin-right:20px;
						padding:20px;
						padding-top:0px;
						float:left;
						border-left: 1px solid #141414;
						overflow: auto;
}

#pie {					width: 960px;
						height:70px;
						clear:both;
						border-bottom: 1px solid #141414;
}

#pietexto {				width: 940px;
						font-family:Verdana, Geneva, sans-serif;
						font-size:10px;
						color:#2c2c2c;
						padding:10px;
						text-align:center;
}

/* ESTILOS DIVs Secundarios */

.logo {					width: 600px;
						height: 100px;
						float:left;
}

.logoright {			width: 320px;
						height: 100px;
						float:left;
						font-family:Arial, Helvetica, sans-serif;
						font-size:13px;
						color:#d7be9d;
						text-align:right;
						padding-right:40px;
}

.navegacion {		width: 960px;
					height: 30px;
					font-family: Verdana, Geneva, sans-serif;
					font-size: 9px;
					color:#999;
}

.udesta {			width: 619px;
					height: 22px;
					float:left;
					padding-top: 8px;
					padding-left: 20px;
}

.botonestop {		width: 160px;
					height: 30px;
					float:left;
}

.botonera {			width: 159px;
					height: 70px;
					float:left;
}

.botonerault {		width: 160px;
					height: 70px;
					float:left;
}

.botoneranada {		width: 1px;
					height: 70px;
					float:left;
					background-color:#141414;
}

/* ESTILOS Textos */

.lateral_fecha {	font-family:Arial;
					font-size: 11px;
					color:#5f5f5f;
					text-align:right;
					vertical-align:middle;
					float:right;
}

.lateral_titulo {	font-family:Arial;
					font-size: 11px;
					color:#FDBB63;
					float:left;
					vertical-align:middle;
}

.lateral_text {		font-family:Verdana, Geneva, sans-serif;
					font-size: 11px;
					color:#5f5f5f;
					text-align:justify;
}

.recuadro 		{ 	border: 1px solid #141414;
}

.resaltado		{
				color:#DDD;
				
				}
				
.form{
	width:300px;
	border: 1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.form2{
	width:300px;
	height: 100px;
	border: 1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.formcont{
	width:500px;
	text-align:right;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}		
