/* CSS Document */

.importante
{
	color:#FF3300;
}

/***********************/
/*   ZONAS DEL CUERPO  */
/***********************/

div#zona_izquierda
{
	background-image:url(../../../img/general/bg_zona_izquierda.jpg);
	background-color:#38373A;
	background-repeat:no-repeat;
	background-position:bottom;
}

/***********************/
/*    ZONA BUSCADOR    */
/***********************/

div.buscador ul li
{
	font-size:12px;
}

div.buscador ul li.tag
{
	font-weight:bold;
	color:#EEEEEE;
}

div.buscador ul li.radio
{
	color:#EEEEEE;
	font-weight:bold;
}

div.buscador ul li.input input.input,
div.buscador ul li select.entrada_datos
{
	font-size:9px;
	color:#000000;
}

div.buscador div.boton_buscar input.boton_input
{
	background:transparent no-repeat url(../../../img/general/boton_buscar_off.png) 0px 0px;
	border:none;
	text-indent:-9999px;
}

div.buscador div.boton_buscar input.boton_input:hover
{
	background:transparent no-repeat url(../../../img/general/boton_buscar_on.png) 0px 0px;
}

div.buscador div.grupo_texto p a
{
	background:none;
}

/**************************/
/* ENLACES DE INTERES 	  */
/**************************/
div#zona_enlaces_interes ul li
{
	background:transparent url("../../../img/interior/banner_udena_modelo_1.png") no-repeat 0px 2px;
}

div#zona_enlaces_interes ul li:hover
{
	background:transparent url("../../../img/interior/banner_udena_modelo_1_on.png") no-repeat 0px 2px;
}

div#zona_enlaces_interes ul li a
{
	font-weight:bold;
	color:#0F0F0F;
	font-size:20px;
}

div#zona_enlaces_interes ul li a:hover
{
	font-weight:bold;
	color:#D3D3D3;
	font-size:20px;
}

/**********************************/
/*  LISTADOS RESULTADOS FICHAS    */
/**********************************/



div.mini_ficha_resultado:hover
{
	background-color:#EDEDED;
}
div.mini_ficha_resultado div.tag_1
{
	background-color:#78A22F;
}
div.mini_ficha_resultado div.tag_1 h2
{
	color:#FFFFFF;
	text-align:left;
	font-size:14px;
}

div.mini_ficha_resultado div.datos
{
}

div.datos ul li.tag
{
	text-align:right;
}

div.enlace_vermas a
{
	background:transparent url(../../../img/general/bt_ver_mas_off.png) no-repeat scroll 0 0;
	text-indent:-9999px;
}
div.enlace_vermas a:hover
{
	background:transparent url(../../../img/general/bt_ver_mas_on.png) no-repeat scroll 0 0;
}

/*********************/
/*CONTENIDO DEL INDEX*/
/*********************/

div#titulo_seccion_index {

}

div#titulo_seccion_index h2{
	background-color:#E6E6E6;
	color:#000000;
}

div.imagen_centrada{
	border-bottom:#000000 solid 1px;
	border-top:#000000 solid 1px;
}

div#contenido_texto_index ul li input.boton_confirmar
{
	background:transparent url(../../../img/interior/confirmar_off.png) no-repeat scroll 0 0;
	border:none;
	text-indent:-9999px;
}

div#contenido_texto_index ul li input.boton_confirmar:hover
{
	background:transparent url(../../../img/interior/confirmar_on.png) no-repeat scroll 0 0;
}

/**********************************/
/*        SECCION NOTICIAS        */
/**********************************/

div.noticia li.titular,
div.proyecto li.titular
{
	background:transparent url("../../../img/general/bg_h2.png") no-repeat 6px 6px;
	font-size:28px;
}

div.noticia li.autor,
div.proyecto li.autor
{
	text-align:left;
	font-size:14px;
}

div.noticia li.autor a,
div.proyecto li.autor a
{
	color:#78A22F;
	font-weight:bold;
	font-size:14px;
}

div.noticia li.fecha,
div.proyecto li.fecha
{
	text-align:right;
	font-size:14px;
}

div.noticia li.descripcion,
div.proyecto li.descripcion
{
	font-size:12px;
	text-align:justify;
}

.completa
{
	background-color:#E2E2E2;
}
.destacado
{
	background-color:#EfEfEf;
	font-weight:bold;
/*
	text-indent:30px;
*/
}

div.noticia li.foto img,
div.proyecto li.foto img
{
	border:10px solid #000000;
}

div.noticia li.ver_mas,
div.proyecto li.ver_mas
{
	background-color:#E2E2E2;
	font-weight:bold;
	text-align:right;
}

div.noticia li.ver_mas a,
div.proyecto li.ver_mas a
{
	font-size:16px;
	color:#000000;
}

/**********************************/
/*        SECCION PROYECTOS       */
/**********************************/

div.proyecto li.titular
{
	background:transparent url("../../../img/general/bg_h2.png") no-repeat 6px 6px;
	font-size:20px;
}

div.proyecto li.autor
{
	text-align:left;
	font-size:14px;
}

div.proyecto li.autor a
{
	color:#78A22F;
	font-weight:bold;
	font-size:14px;
}

div.proyecto li.fecha
{
	text-align:right;
	font-size:14px;
}

div.proyecto li.descripcion
{
	font-size:12px;
	text-align:justify;
}

.completa
{
	background-color:#E2E2E2;
}
.destacado
{
	background-color:#EfEfEf;
	font-weight:bold;
}

div.proyecto li.foto img
{
	border: 0px;
}

div.proyecto li.ver_mas
{
	background-color:#E2E2E2;
	font-weight:bold;
	text-align:right;
}

div.proyecto li.ver_mas a
{
	font-size:16px;
	color:#000000;
}
