/* ESTRUCTURA DEL SITIO */
body{
	margin:0;
	padding:0;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

#centrado{
	text-align:center;
}

#contenedor{
	position:absolute;
	width:841px;
	height:601px;
	background:#000;	
	color:#FFF;
	margin-right: auto;
	top:50%; 
	margin-top:-300.5px;
	left:50%;
	margin-left:-420.5px;
}

#top {
	width:695px;
	height:438px;
	float:right;
	background-image:url(top.jpg);
	background-repeat:no-repeat;
}

#top-prensa {
	width:841px;
	height:439px;
	float:right;
	background-repeat:no-repeat;
}

#top embed{
	float:right;
	margin:50px 0 0 0;
	border:none;
}

#flash{
	float:right;
	margin:50px 0 0 0;
	border:none;
}

#box {
	width:695px;
	height:21px;
	background-image:url(top-bottom.jpg);
	background-repeat:no-repeat;
	float:right;
}
#box-prensa {
	width:695px;
	height:21px;
	background-repeat:no-repeat;
	float:right;
}

#menu {
	width:695px;
	height:46px;
	background-image:url(menu.jpg);
	background-repeat:no-repeat;
	float:right;
}
#menu-prensa {
	width:695px;
	height:46px;
	background-repeat:no-repeat;
	float:right;
}


#bottom {
	width:695px;
	height:95px;
	background-image:url(bottom.jpg);
	background-repeat:no-repeat;
	float:right;
}
#bottom-prensa {
	width:695px;
	height:95px;
	background-repeat:no-repeat;
	float:right;
}

#footer {
	width:841px;
	height:200px;
	float:left;
}

#left-panel {
	width:146px;
	height:600px;
	float:left;
}

#logo {
	width:146px;
	height:122px;
	float:right;
	background-image:url(logo.jpg);
	background-repeat:no-repeat;
}
#logo-prensa {
	width:146px;
	height:122px;
	float:left;
	background-image:url(logo-prensa.jpg);
	background-repeat:no-repeat;
}

#left {
	width:146px;
	height:439px;
	float:left;
	background-image:url(left-panel.jpg);
	background-repeat:no-repeat;
}
#left-prensa {
	width:146px;
	height:439px;
	float:left;
	background-repeat:no-repeat;
}


#enlaces {
	padding:60px 300px 0px 180px;
	font-size:13px;
}

#enlaces a {
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	margin:10px;
	font-weight:bold;
}

#enlaces p {
	padding-left:0px;
	margin:0;
	font-size:11px;
}

#divisor {
	height:10px;
}

#firmaNeox {
	height:1em;
	width:841px;
}

/* FORMATO DEL TEXTO  */
.text {
	text-transform:lowercase;
	padding-right:85px;
}

.text a{
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	margin:5px;
}

.firma a{
	font-size:9px;
	color:#999999;
	float:right;
	text-decoration:none;
}
