/* Noticias */
/************************/
/*| caja noticias |*/
.caja_noticia {
padding:0 20px 5px 20px;
cursor:default;
}

.caja_noticia .shortnews {
padding:10px;
}

.caja_noticia .fullnews {
padding:10px;
}

.caja_noticia p a:link {
font-family:"Microsoft Sans Serif";
font-size:0.9em;
font-weight:bold;
color:#00387D;
text-decoration:none;
cursor:pointer;
}

.caja_noticia p a:hover {
color:#000000;
text-decoration:underline;
}

.caja_noticia h2 {
margin:0;
font-family:"Trebuchet MS";
font-size:1.2em;
color:#623300;
font-weight:normal;
text-align:center;
cursor:default;
position:relative;
top:8px;
}

.caja_noticia h2 a {
cursor:pointer;
display:block;
width:100%;
color:#623300;
text-decoration:none;
}

.caja_noticia h2 a:hover {
color:#000000;
}

.caja_noticia p {
font-family:"Microsoft Sans Serif";
font-size:0.75em;
font-weight:bold;
color:#000000;
text-align:justify;
cursor:text;
}

.link {
font-family:"Microsoft Sans Serif";
font-size:0.75em;
font-weight:bold;
color:#00387D;
text-decoration:none;
letter-spacing:1px;
}

.link:hover {
color:#000000;
}

.por_contenido {
background:url(imagenes/por_contenido_bg.gif) repeat-x;
height:18px;
line-height:1.7em;
text-align:center;
font-family:"Microsoft Sans Serif";
font-size:0.65em;
letter-spacing:0.1em;
font-weight:bold;
color:#432100;
margin-left:24px;
margin-right:24px;
cursor:default;
}

.dato {
color:#000000;
}

.por_l {
background:url(imagenes/por_lr_bg.gif) left no-repeat;
}

.por_r {
background:url(imagenes/por_lr_bg.gif) right no-repeat;
}
/*| /caja noticias |*/