@charset "utf-8";
/* CSS Document */
html,body {
    margin: 0px;
	padding: 0px;
	background-color:#111111;
	font-family: Tahoma, Verdana, Arial;
}

table#cuerpo {
	width: 100%;
	height: 100%;
	margin:0px;
	padding: 0px;
}

table#cuerpo td {
    background-image:url(../jpg/bodyshadow.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align: center;
	margin:0px;
	padding:0px;
}

table#info {
width:100%;
height:280px;
/*background-image:url(../jpg/table_bg.jpg);
background-position:right bottom;
background-repeat:no-repeat;*/
}

table#info td {
padding:10px;
vertical-align:top;
background:none;
}

table#areas {
width:100%;
height:280px;
}

table#areas td {
padding:10px;
vertical-align:top;
background:none;
}


div.container {
    text-align: left;
	font-size: 12px;
	background-color:#000;
	color:#828282;
	border:1px solid #000;
	width: 780px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}

div.header {
border-bottom:6px solid #E74600;
width:780px;
height:420px;
z-index:2;
}

.colizquierda {
text-align:justify;
width:365px;
}

.colderecha {
text-align:justify;
width:365px;
}

div.rights {
padding:5px;
text-align:right;
font-size:11px;
width:770px;
border-top:1px solid #828282;
background-color:#000;
color:#828282;
}

.titulo {
width:175px;
float:left;
color:#ff6c00;
margin:5px;
}

strong {
color:#ff6c00;
}

span {
color:#cccccc;
}

a {
color:#ff6c00;
}

a:visited {
color:#ff6c00;
}
