/* CSS Document */
/* Reset css */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	 
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* Inicio código */
body{ 
	background-image:url(../imagenes/fondo.png);
	background-repeat: repeat-x;
	background-color:#83CEEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	padding-top:0px;
}


#contenido{ 
	margin:18px 10px;
}
#contenedor{ 
	width:960px; 
	margin: auto;
	position:relative;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#menu1{
	color:white;
	position:absolute;
	top:116px;
	left: 0px;
	width: 960px;
	text-align:center;
	font-size:11px;
}
#menu1 a{
	color: white;
	text-decoration:underline;
}

#noticia{
	padding-bottom: 10px;
	border-bottom:1px solid #FFD202;
	margin-bottom:10px;
}
#pie{
	background-color:white;
	padding-bottom: 5px;
	color:#666;
	font-size:11px;
	text-align:center;
}
#pie a{
	color:#666;
	font-size:11px;
	text-decoration:none;
}
.cabecera{
	border-bottom:6px solid #FFD202;
}
.menu_left{
	background-image:url(../imagenes/menu_left.jpg);
	background-repeat:no-repeat;
	background-color:white;
	padding-top:16px;
	padding-left:20px;
	padding-right:5px;
}
.menu_right{
	background-image:url(../imagenes/menu_right.jpg);
	background-repeat:no-repeat;
	background-color:white;
	padding-top: 18px;
}
.img_left{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.img_right{
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}

.fecha{
	color:#666666;
	font-size:11px;
	font-weight:bold;
}

.title{
	margin:4px 0px;
	font-size:14px;
	color:#015BB6;
	}
	
.titular
{padding-bottom:3px;
border-bottom: 1px solid #FFD202;
margin-right:20px;
margin-left:7px;
text-align:right;
font-weight:bold;
margin-bottom:20px;

}

.events
{padding-bottom:3px;
margin-right:20px;
margin-left:7px;
text-align:right;
font-weight:bold;
margin-bottom:20px;
}

a {color:#015BB6;
text-decoration:none;}

a.small {color:#015BB6;
text-decoration:none;
font-size:11px;}
