@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	background: #CCCCB9 url(../resource/2x2.gif) repeat;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	text-align: center;
	color: #000;
}
p, img {
	margin:0;
}
/*******************************
 Cajas
*******************************/
#contenedor {
	margin: 0px auto; 
	width: 950px;
	text-align: center;
	background-color: #CCCCB9;
	/*position:relative;*/
}
#encabezado {
    width: 854px;
	margin: 34px auto 5px auto;
}
#contenido {
	margin: 0px auto;
	padding-top: 8px;
	width: 950px;
	height: 494px;
	background-repeat: no-repeat;
	float: left;
	text-align: left;
}

/*******************************
 Menus
*******************************/
#menu {
	width: 854px;
	margin: 0px auto;
	color: #333;
	text-align: left;
}

/* Menu Superior */
#menuUp {
    width: 854px;
	margin: 0px;
	padding: 0px;
    font-size: 14px;
	float:left;
}
#audioOn, #audioOf {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#audioOn{
	visibility: hidden;
	left: -57px;
	z-index: 2;
}

/* Menu Primario */
#menuPup {
    width: 854px;
    margin: 10px 0px 6px 0px;
	padding: 6px 0px;
	border-bottom: 2px solid #333;
	border-top: 2px solid #333;
	float: left;
	font-size: 15px;
}

/* Menu Secundario */
#menuSup {
    width: 854px;
	float: left;
	font-size: 15px;
}

/* Menu Inferior */
#menuDown {
    width: 854px;
	margin: 0px 48px;
	padding: 6px 0px;
	border-top: 2px solid #333;
	font-size: 13px;
	color: #333;
	text-align: left;
	clear:both;
}

/*******************************
 Enlaces
*******************************/
a:link { 
	color: #333;
	text-decoration: none;
}
a:visited { 
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
a:active {
	color: #00152B;
}
/* --- */
.activoWhite {
	color:#fff;
}
/* --- */
.activo {
	color:#fff;
}
.activo a:link {
	color: #fff;
}
.activo a:visited { 
	color: #fff;
}
.activo a:hover{
	color: #666;
}
/* --- */
.enlaceExt {
    background: url(../resource/enlace.png) no-repeat right 1px;
    padding-right: 16px;
}
.enlace {
    background: url(../resource/enlace_mas.png) no-repeat right 1px;
    padding-right: 16px;
}
/*******************************
 texto
*******************************/
.parraf13 {
	font-size:13px;
	line-height:16px;
	float:left;
}
/*******************************
 Otras
*******************************/
.colum48 {
	width: 48px;
	height: 48px;
	float: left;
}
.colum24 {
	width: 24px;
	height: 24px;
	float: left;
}
.colum268 {
	width: 268px;
	height: 458px;
	float: left;
}
.izq {
    float: left;
	margin: 0;
	padding: 0;
}
.audio {
    float: left;
	margin: 0;
	padding: 0;
}
.c844_448 {
	width: 844px;
	height: 448px;
	float: left;
	border: 5px solid #E6E6E6;
	background-color: #00152B;
	color: #FFF;
}


.colum844 {
	margin-top:8px;
	width: 844px;
	height: 452px;
	float: left;
	color: #CCCCCC;
	border: 5px solid #E6E6E6;
}
.der {
	margin-top:207px;
	float: right;
	vertical-align:middle;
}

/*******************************
 tablas
*******************************/

td, th {
	padding-bottom:6px;
	font-weight:bold;	
}
