body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 1023px;
	/* border: solid 1px black;  Para debug */
}

img{
	margin: 0px;
	padding: 0px;
}

a{
	color: #000000;
}

*.link ,*.link:visited, *.link:link   {
	text-decoration: none !important;
	background-image: none !important;
	padding-left: 0px !important;
}
*.link:hover ,*.link:active  {
	
	color: black !important;
	text-decoration: none !important;
	background-image: none !important;
}

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover, a:active{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* ESTILOS DEL MENU */

#menu{
	width: 180px;
	text-align: right;
	margin-right: 20px;
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu div{
	float: right;
	width: 180px;
	text-align: right;
}

#menu a:link, #menu a:visited{
	color:#7b7878;
	font-weight: normal;
	text-decoration: none;
	padding-left: 18px;
	font-size: 11px;
}

#menu a:active, #menu a:hover{
	padding-left:18px;	
	background-image: url('../img/link-image.jpg');
	background-repeat: no-repeat;
}

#menu a.selected {
	color: black;
	padding-left:18px;	
	background-image: url('../img/link-image.jpg');
	background-repeat: no-repeat;
}

#menu .english{
	font-size: 10px;
	color:#7b7878;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	
}

#menu .spanish{
	font-size:10px;
	color:#a8a8a8;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* FIN MENU */

/* FLASH PORTADA*/
#flashportada{
	margin: 0px;
	padding: 0px;
	weight: 745px;
	height: 334px;
	/*margin-right: 71px;*/
}

#flashsecundario{
	margin: 0px;
	padding: 0px;
	weight: 356px;
	height: 251px;
	
}

/* FIN FASH PORTADA*/

#cabecera{
/*	position: absolute;
	width: 745px;
	height: 21px;
	font-weight: bold;
	padding-top: 50px;
	left: 210px;
	font-size: 14px; */
}

#cabecera .coment {
	font-weight: normal;
	color: #999999;
	font-size: 9px;
	padding-left: 15px;
}

#contenido{
	overflow: none;
	position: absolute;
	width: 745px;
	left: 210px;
	top: 45px;
	
	/* border: solid 1px black;  */
}

#pie{
	padding-top: 0px;
	color:#666666;	
}

#pie a:link, #pie a:visited{
	color:#666666;	
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}

#pie a:active, #pie a:hover{
	padding-left: 0px;
	color: black;
}

/* NOTICIAS */
#noticias{
	width: 225px;
	
	text-align: left;
}
/* FIN NOTICIAS*/

/* ART */
.art{
	padding-bottom: 4px;
	padding-top: 4px;
}
/* FIN ART*/