@charset "UTF-8";
/* CSS EXIT */
body {
background-image:url(f.gif);
font-family:verdana, monospace, bitstream;
}

p{padding-left:15px; padding-right:15px; font-size: 11px; line-height: 5px; color: #000; letter-spacing: 0.05em}

#contenedor{
width:600px;
margin:0px auto;
}
#titulo{
border:1px solid #CCC;
margin-bottom:5px;
}
#barra{
font-size:11px;
text-align:center;
background-image:url(pie.jpg);
height:15px;
border:1px solid #CCC;
margin-bottom:5px;
}
#barra a{
color:#666666;
text-decoration:none;
}
#barra a:hover{
color:#C39;
text-decoration:none;
}
#pie{
font-size:11px;
text-align:center;
background-image:url(pie.jpg);
height:15px;
border:1px solid #CCC;
}
#pie a{
color:#666666;
text-decoration:none;
}
#pie a:hover{
color:#C39;
text-decoration:none;
}
/* noticias */
#noticias{
margin-bottom:5px;
background-color:#FFF;
border: 1px solid #CCC;
}

#noticias .descr{
text-align:center;
font-weight:bold;
background:#CCC;
font-size: 11px;
margin-bottom: 3px;
color:#C39;
}
#noticias .link {
	background:#CCC;
}
#noticias .link a{
	font-size: 15px;
	vertical-align:50%;
	color:#06C;
}
#noticias .link a:hover{
	vertical-align:50%;
	color:#3366FF
}
#noticias .link2 {
	background:#BBB;
	color:#2d2769;
	text-align:right;
	padding-right:10px;
	padding-right:7px;
	font-size:14px;
}
#noticias .link3 {
	background:#C6C6C6;
	color:#000;
	padding-left:7px;
	padding-right:7px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:12px;
}
#noticias li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* textos */
h2{
font-size:14px;
text-align:center;
}
h3{
font-size:12px;
text-align:center;
color:#333;
}

