@charset "utf-8";
body {        //*Cos dels articles*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-attachment: fixed;
	background-image: url(/imagenes/foto.jpg);
	background-color: #FF9900;/*color del fondo de la pagina*/
	color: #000000;
	margin-top: 20px; /* la altura d on comença la pagina a 2 cm*/
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
li {
	text-indent: 2px;
	margin: 0px;
	padding: 0px;
}
ul {
	text-indent: 2px;
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}
/*****************************************************/ 
/*               capas principales                   */
/*****************************************************/
#contenedor{
	text-align: left;
	width: 860px;
	background-color : #ffffff;
	margin: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#cabecera{
height : 150px; /*altura*/
width: 860px; /*amplaria de la cabecera*/
}
#contenido_central {
	margin-left: 160px; /*des don comença per l´esquerre el text*/
	margin-right: 160px; /* de don comença desde la dreta*/
	width: 540px;  /*lo que queda per a escriure*/
	margin-top: 5px;
}
#menu_izq{
width: 150px;  /*tamany de l´amplaria del lateral*/
background-color: #FFFFFF;    /*color de fondo*/
border-bottom : 1px solid #cccccc;
border-left : 1px solid #cccccc;
float:left;
}
#lateral{
width: 150px;   /*tamany del lateral*/
background-color: #FFFFFF;  /*color*/
float:right;
border-bottom : 1px solid #000000;
border-left : 1px solid #000000;

} 
#pie{
clear : both;
color : #FF6600;
text-align : center;
margin : 10px 10px 0px 10px;
padding-bottom:10px;
} 
} 
/*****************************************************/ 
/*               capas lateral                       */
/*****************************************************/
#tiempo{
	text-align:center;
}
/*****************************************************/ 
/*               Estilos                             */
/*****************************************************/
#menu_izq a:link, a:active{
	color:#FF9900;
	text-decoration: none;
	font-weight: bold;
}
#menu_izq a:visited{
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
#menu_izq a:hover{
	color:#FFFFFF;
	background-color:#FF9900;
	display:block;
	text-decoration: none;
	font-weight: bold;
}
.titular {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 1px;
	padding: 1px;
	clear: none;
	float: none;
	border: 1px 1 #FF9900;
}

.texto_noticia {
	font-size: 13px;
	text-indent: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: center;
}
#noticia {
	border-bottom-width: 1px;
	border-bottom-color: #FF9900;
	color: #000000;
}
#contenedor #cabecera td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#con .
	margin-right: 200px;
	margin-bottom: 20px;
	margin-left: 200px;
}