@charset "utf-8";
/* CSS Document */

#mostrar_noticia {
margin:0 auto;
padding:15px;
width:475px;
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
}

#mostrar_noticia A {
color:#990099;
text-decoration:none;
}

#mostrar_noticia A:hover {
color:#990066;
text-decoration:underline;
}

.ver_titulo h1 {
color:#839710;
font-size:16px;
}

.ver_introduccion {
color:#333333;
font-size:13px;
}

.ver_texto {
color:#666666;
font-size:12px;
}

/* ////////////////////////////////////// LISTADO ULTIMAS NOTICIAS //////////////////////////////////////// */

#unot {
margin-left:100px;
}

.unot_cabeza {
background:transparent url('/img_cev/unot_cabeza.gif') no-repeat;
height:86px;
width:340px;
}

.unot_cuerpo {
background:transparent url('/img_cev/unot_cuerpo.gif') repeat-y;
width:340px;
}

.unot_pie {
background:transparent url('/img_cev/unot_pie.gif') no-repeat;
width:340px;
height:45px;
}

.titulo_noticia {
background:transparent url('/img/flecha_.gif') 15px -0.04em no-repeat;
font:Arial, Helvetica, sans-serif;
font-size:11px;
padding-left:35px;
padding-right:30px;
}

.titulo_noticia A {
font:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#666666;
text-decoration:none;
}

.titulo_noticia A:hover {
color:#333;
text-decoration:underline;
}

.texto_noticia {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#666666;
padding-left:35px;
padding-right:30px;
}

.texto_noticia A {
font-weight:normal;
color:#666666;
text-decoration:none;
}

.texto_noticia A:hover {
font-weight:normal;
color:#666666;
text-decoration:underline;
}

.puntos {
padding-left:30px;
height:30px;
}

.paginador {
height:50px;
margin-bottom:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#666666;
padding-left:15px;
padding-right:15px;
}

.paginador A {
color:#993399;
text-decoration:none;
}

.paginador A:hover {
text-decoration:underline;
}

.busqueda {
margin:0 auto;
padding:5px;
width:350px;
border:1px #9f3f9f dotted;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #666666;
}

.busqueda input {
border: 1px solid #9f3f9f;
background-color:#f7f7f7;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.busqueda .radio {
border: 0px groove #9f3f9f;
}

#edit_noticia {
margin-left:8px;
}


.volver {
margin:0 auto;
padding:5px;
border:1px #9f3f9f dotted;
text-align:right;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #666666;
}

