body {
	font-family: Arial , Tahoma;
	font-size: 0.8em; /*font-size: 12px;*/
	color: black;
	background-color: #c40101;
	padding: 0px;  margin: 0px;
}
* a img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: black;
}
img {
	margin: 10px;
}
form{
	margin: 0px;
	padding: 0px;
}
#container {
	width: 900px;
	padding: 0px;  margin: 0px;
	margin-left: auto; margin-right: auto;
}

/*************** clases ****************/

.rojo{
	color: #c40101;
}
/*************** top menu ***************/
#TopContainer{
 	width: 100%;
	background-image: url(bg_top_menu.gif);
	background-repeat: repeat-x;
	height: 110px;
	display: block;
}
#topMenu{
	width: 971px;
	_width: 980px;
	height: 110px;
	display: block;
	margin-left: auto; margin-right: auto;
}
#logo{
	width: 100px;
	height: 70px;
	display: block;
	background-image:url(../img/logo_top.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 20px 10px 0px 10px;
	_margin: 20px 0px 0px 10px;
}
#txtTitulo{
	font-family: Tahoma;
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}
#Reloj{
	float: right;
	background-image: url(bg_reloj.gif);
	background-repeat: no-repeat;
	width: 280px;
	height: 40px;
	display: block;
	margin-top: 10px;
	padding: 0px;
}
#flash_reloj{
	width: 200px;
	padding: 5px 0px 0px 15px;
	float: left;
	display: block;
}
#contador_visitas{
	padding: 5px 0px 0px 35px;
	margin: 5px 0px 0px 16px;
	float: left;
	font-size: 18px;
	display: block;
	color: #8e8e8e;
	font-weight: bold;
	letter-spacing: 1px;
}
#MenuMain{
	background-image: url(bg_main_menu.gif);
	width: 844px;
	height: 48px;
	display: block;
	float: right;
	font-size: 12px;
}

#MenuMain table{
	padding-left: 0px;
	margin-left: 13px;
	margin-top: 10px;
	margin-bottom:10px;
	width: 96.9%;
	height: 56%;
	text-align: center;
}


#MenuMain tr{
	vertical-align: middle;
}

#MenuMain td.selected{
	background-color: #e28081;
}
#MenuMain td:hover{
	background-color: #e28f8f;
}
#MenuMain a:hover{
	text-decoration: underline;
}


/*************** sección central ***************/

#main{
	width: 910px;
	padding: 0px 0px 0px 0px;
	background: #FFF;
	display: block;
}

/*************** peu pagina ***************/

#peu, #peu2 {
	clear: both;
	color: #777;
	background-color:#FFF;
	background-image: url(lazo_pie.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 15px 0px 5px 10px;
	height: 25px;
	margin-left: 16px;
	margin-right: 16px;
	margin-top:15px;
	text-align: left;
	font-size: 0.85em;
	vertical-align: bottom;

	border-top:1px solid #D9D9D9;
}


#peu a, #peu2 a {
	color: #777;
}

#peu a:hover, #peu2 a:hover {
	text-decoration: underline;
}


/******************************* idiomes ***********************/

#idiomes {
	font-family: Tahoma;
/*	width: 30px;*/
	font-size: 9px;
	font-weight: bold;
/*	float: left;*/
	float: right;
	margin: 0px 20px 0px 0px;
	_margin: 9px 10px -5px 0px;
	display: block;
}

#idiomes ul {
	list-style: none;
}


#idiomes a {
	color: #777;
}

#idiomes a:hover {
	text-decoration: underline;
}


/******************************** noticies ************************/
#cosNovetats span, #menuNovetats span {
	text-transform: uppercase;
}

