/* Cuerpo de la pagina imagen de fondo */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: trasparent;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-attachment: center;
	background-position: center center;
	color: #666666;
	font-size: 12px;
}
/*----------------------------------------------------------------*/

/* Estilo de Cabezera de la pagina */
#header {
	background: url(Imagenes/gifHeader.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 150px;
	width: 978px;
	background-color: transparent;
	color: #FFFFFF;
	background-position: center;
	font-size: 13px;
	font-weight:bolder;
}
/*----------------------------------------------------------------*/

/* Estilo de Reloj */
#reloj {
	background-image:url(Imagenes/freloj.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	margin: 0px auto;
	height: 15px;
	width: 978px;
	border-bottom: 1px solid #666666;
	color:#000000;
	padding: 0px;
	text-align: center;
}
/*----------------------------------------------------------------*/

/* Estilo Layout con columnas iguales */
#contenedor {
	width: 978px; /* Es necesario poner un ancho o alto para que IE "limpie" el elemento automaticamente */
	margin: 0 auto;
	overflow: hidden;
	margin-top: 0px;
}

/* Limpiamos el contenedor para los navegadores que si funcionan como deben */
#contenedor:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#izquierda, #central, #derecha {
	float: left;
	margin-right: 1px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}
/*----------------------------------------------------------------*/

/* Columna Izquierda */
#izquierda {
	width: 208px;
	background-color: #d1dbab;
	background-image: none;
	display: inline; /* IE Hack */
	color: #FFFFFF;
}

#izquierda caption{
	background: transparent;
	background-color: transparent;
}
/*----------------------------------------------------------------*/

/* Columna del Centro */
#central {
	width: 560px;
	background-color: #ffffff;
	background-image: url(Imagenes/separator2.png);
	background-repeat: no-repeat;
	display: inline; /* IE Hack */
	color: #8CA62E;
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}

#central table.sinborde2 {
	margin: auto 10px;
  	background-color: transparent;
    color: #000;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	text-decoration: none;
	text-align: justify;
	font-size: 15px;
	border: 0px solid #FFFFFF;
}

#central table.sinborde3 {
	margin: auto 10px;
  	background-color: transparent;
	background-image:url(Imagenes/separator3.png);
	background-repeat:no-repeat;
	width: 555px;
	height: 100px;
	margin:auto 0px;
    color: #8CA62E;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	text-decoration: none;
	text-align: justify;
	font-size: 15px;
	border: 0px solid #FFFFFF;
}

#central table.sinborde4 {
	margin: auto 10px;
  	background-color: transparent;
	width: 450px;
    color: #a0a0a4;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	text-decoration: none;
	text-align: justify;
	font-size: 15px;
	border: 0px solid #FFFFFF;
}

#central table.sinborde5 {
	margin: auto 10px;
  	background-color: transparent;
	width: 450px;
    color: #a0a0a4;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	text-decoration: none;
	text-align: right;
	font-size: 15px;
	border: 0px solid #FFFFFF;
}

#central table.sinborde5 a:link, a:active {
	margin: auto 10px;
  	background-color: transparent;
	width: 450px;
    color: #8CA62E;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	text-decoration: none;
	text-align: right;
	font-size: 15px;
	border: 0px solid #FFFFFF;
}

#central table.sinborde5 a:visited {
	margin: auto 10px;
  	background-color: transparent;
	width: 450px;
    color: #8CA62E;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	text-decoration: none;
	text-align: right;
	font-size: 15px;
	border: 0px solid #FFFFFF;
}

#central table.sinborde5 a:hover {
	margin: auto 10px;
  	background-color: transparent;
	width: 450px;
    color: #8CA62E;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	text-decoration: none;
	text-align: right;
	font-size: 15px;
	border: 0px solid #FFFFFF;
}

#central table.sinborde1 {
  	background-color: transparent;
    color: #000000;	
	text-decoration: none;
	font-size: 15px;
	border: 0px solid #FFFFFF;
}

#central table.conborde {
	border: 1px solid #316DBD;
}
/*----------------------------------------------------------------*/

/* Columna Derecha */
#derecha {
	width: 208px;
	background-color: #d1dbab;
	background-image: none;
	background-repeat:repeat-y;
	margin-right: 0px;  /* eliminamos el margin que agregamos arriba para que no descuadre */
	color :#000000; 
 	display: inline; /* IE Hack */
}

#derecha caption {
	background-color: transpatent;
	color :#FFFFFF; 
	text-align : center;
	font-weight:bold;
}

#derecha table.linqueos a {
  	background-color: transparent;
    color: #6F6048;
	text-decoration: none;
	font-size : 13px;
	float: none;
	margin: auto auto;
	border: 0px solid #FFFFFF;
}
/*----------------------------------------------------------------*/

/* Pie de pagina */
#footer {
	padding: 0px;	
	background: url(Imagenes/footer.png);
	background-position: center center;
	background-attachment: center;
	background-repeat:no-repeat;
	background-color: transparent;
	margin: 0px auto;
	height: 60px;
	width: 978px;
	color: #FFFFFF;
	text-align : center;
	font-size : 10px;
}
/*----------------------------------------------------------------*/

/* Codigo para el menu arriba-centro */
img {
	border: none;
}
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: transparent;
	padding-left: 0px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 0px 0px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none;
	padding-left: 0px;
}
/*----------------------------------------------------------------*/

/* Noticias principales */
#box6{
	position:absolute;
	width:450px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left
}
#handles6_2{
	float:right
}
.mask6{
	position: absolute;
	left: 50%;
	margin-left:-196px;
	width:450px;
	height:370px;
	overflow:hidden;
}

/* Definicion de las imagenes laterales */
.thumbs{
	width:54px;
}

.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

/* Tama�o del rectangulo de la noticia*/
.info{
	margin-top: 300px;
	width: 450px;
	height: 70px;
	background-color: #ff0000;
	position:absolute;
}
/* Separacion de renglon entre el titulo y Tama�o de la fuente*/
.info p, .info h4 {
	color:#ffffff;
	padding:0px 8px;
	font-family:Arial;
	font-size:10px;
}
/* Tama�o del titulo principal*/
.info h4{
	font-size:14px;
}
/*Ajustamos el link izquierdo*/
.info h4 a:link {
	float:right;
	background:#fff;
	color:#000;
	font-size:12px;
	padding:0 8px;
	text-decoration:none
}

.info h4 a:active{
	float:right;
	background:#fff;
	color:#000;
	font-size:12px;
	padding:0 8px;
	text-decoration:none
}

.info h4 a:visited{
	float:right;
	background:#fff;
	color:#000;
	font-size:12px;
	padding:0 8px;
	text-decoration:none
}

.info h4 a:hover{
	float:right;
	background:#fff;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:0 8px;
	text-decoration:none
}



span img{
	display:block;
	border:none;
}
/*----------------------------------------------------------------*/

/* Menu Izquierdo */
div.sdmenu {
	width: 190px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align:left;
	padding-bottom: 10px;
	background: none;
	color: #ffffff;
}
div.sdmenu div {
	background: url(images/title_original.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(images/toptitle.gif) no-repeat;

}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: normal;
	color: #ffffff;
	background: url(images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ff0000;
	font-size:10px;
}
div.sdmenu div.collapsed span {
	background-image: url(images/collapsed.gif);
	font-size:10px;
}

div.sdmenu div a.current {
	background : transparent;
	font-size:10px;
}

div.sdmenu div a {
	padding: 5px 10px;
	background: transparent;
	display: block;
	border-bottom: 1px solid #ff0000;
	color: #000000;
	text-decoration:none;
	font-size:10px;
}

div.sdmenu div a:hover {
	background : #ffffff url(images/linkarrow.gif) no-repeat right center; 
	color: #000000;
	text-align:left;
	text-decoration: none;
	font-size:10px;
}

div.sdmenu div a:link {
	background: trasparent url(images/linkarrow.gif) no-repeat right center;
	color: #000000;
	text-align:left;
	text-decoration: none;
	font-size:10px;
}

div.sdmenu div a:visited {
	background: trasparent url(images/linkarrow.gif) no-repeat right center; 
	color: #000000;
	text-align:left;
	text-decoration: none;
	font-size:10px;
}

div.sdmenu div a:active {
	background : #transparent url(images/linkarrow.gif) no-repeat right center;
	color: #000000;
	text-align:left;
	text-decoration: none;
	font-size:10px;
}