/********************* ********************* *********************
********************** GENERAL
********************** ********************* ********************* 
*/

BODY {
    font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0;
    text-align: center;
    color: #333333;
    background-color: #FFFFFF;
}

.top{
    height:100px;
    width:980px;
    background-image: url('../img/top_bg_site.png');
    background-repeat:repeat-x;
}

.pie{
    height:40px;
    width:980px;
    background-image: url('../img/pie_bg_site.png');
    background-repeat:repeat-x;
}

.div_home{
    width:506px;
    text-align:justify;
}

.div_central{
    width:476px;
    border: 1px #CCCCCC solid;
    text-align:justify;
    padding: 15px;
    margin-bottom:10px;
}

.div_central_2{
    width:676px;
    border: 1px #CCCCCC solid;
    text-align:justify;
    padding: 15px;
    margin-bottom:10px;
}

.div_accionrecreativa{
    /**
    background-image: url('../img/accionrecreativa_bg.png');
    background-repeat:repeat-x;
    background-position:bottom;
    /**/
    background-color:#FFFFFF;
    border: 0px;
    text-align:justify;
}
/********************* ********************* *********************
********************** PANEL REDONDEADO
********************** ********************* *********************
*/

#panel{
    width: 100%;
}

#panel_contenido{
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#panel_contenido_2{
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-top: 1px;
}

.panel_contenido_der{
    width: 60%;
}

.panel_contenido_izq{
    width: 30%;
}

#panel_top{
    height:6px;
    background-image:url(../img/panel_top_medio.png);
    background-repeat:repeat-x;
    text-align:center;
}
#panel_top_izq{
    height:6px;
    width:6px;
    background-image:url(../img/panel_top_izq.png);
    float:left;
}
#panel_top_der{
    height:6px;
    width:6px;
    background-image:url(../img/panel_top_der.png);
    float:right;
}
#panel_pie{
    height:6px;
    background-image:url(../img/panel_pie_medio.png);
    background-repeat:repeat-x;
    text-align:center;
}
#panel_pie_izq{
    height:6px;
    width:6px;
    background-image:url(../img/panel_pie_izq.png);
    float:left;
}
#panel_pie_der{
    height:6px;
    width:6px;
    background-image:url(../img/panel_pie_der.png);
    float:right;
}

.foto_preview{
    color: #888888;
    font-size: 10px;
    text-decoration: none;
    border: 2px solid #666666;
}

.naranja_izq{
    width:6px;
    height:30px;
    background-image:url(../img/naranja_izq.png);
    float:left;
}
.naranja_centro{
    width:248px;
    height:30px;
    background-image:url(../img/naranja_centro.png);
    background-repeat:repeat-x;
    float:left;
}
.naranja_der{
    width:6px;
    height:30px;
    background-image:url(../img/naranja_der.png);
    float:left;
}

.azul_izq{
    width:7px;
    height:30px;
    background-image:url(../img/azul_izq.png);
    float:left;
}
.azul_centro{
    width:700px;
    height:30px;
    background-image:url(../img/azul_centro.png);
    background-repeat:repeat-x;
    float:left;
}
.azul_der{
    width:7px;
    height:30px;
    background-image:url(../img/azul_der.png);
    float:left;
}


/********************* ********************* *********************
********************** TABLA DATOS
********************** ********************* *********************
*/

.tabla_datos{
    width: 100%;
    text-align: center;
    font: 10px Geneva, Arial, Helvetica, sans-serif;
    color: #666;
    text-decoration: none;

    border: 1px #E7E7E7 solid;
}

.tabla_cabecera{
    background-color: #F0F0F0;

    font: 11px Geneva, Arial, Helvetica, sans-serif;
    color: #0055BB;
    font-weight: bold;
    text-decoration: none;

    border-bottom: 1px #999999 solid;
}

.tabla_par{
    background-color: #F8F8F8;
    border: 1px #E7E7E7 solid;
}
.tabla_par:hover {
    background-color: #FFFFDD;
}

.tabla_impar{
    background-color: #FFF;
    border: 1px #E7E7E7 solid;
}
.tabla_impar:hover {
    background-color: #FFFFDD;
}

.tabla_pie{
    background-color: #F0F0F0;
    width: 100%;
    font: 10px Geneva, Arial, Helvetica, sans-serif;
    color: #666;
    text-decoration: none;
    border: 1px #E7E7E7 solid;
    border-top: 0px #E7E7E7 solid;
    border-spacing: 0px;
}

/*
* LINKS
*/

.link_menu_izq{
    color: #640000;
    font-family: arial;
    font-size: 12px;
    font-weight:bold;
    text-decoration:none;
}

.link_blanco{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
.link_blanco:hover{
    color: #CCCCCC;
}

.link_blanco_chico{
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}
.link_blanco_chico:hover{
    color: #CCCCCC;
}

.link_gris{
    color: #888888;
    font-size: 10px;
    text-decoration: none;
}
.link_gris:hover{
    color: #333333;
}

.link_gris_buscar{
    color: #333;
    font-size: 10px;
    text-decoration: none;
}

.link_titulo{
    color: #CC0000;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    font-family: arial;
}

.link_titulo_2{
    color: #CC0000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: arial;
}

.link_paginado{
    color: #CC0000;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.link_paginado_disable{
    color: #FFAAAA;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.link_menu{
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: arial;
}
.link_menu:hover{
    color: #BBB;
}

.link_titulo_top{
    color: #0094CF;
    font-size: 20px;
	font-weight: bold;
    text-decoration: none;
    font-family: arial;
	text-align: left;
}

.link_titulo_top_2{
    color: #0094CF;
    font-size: 12px;
	font-weight: bold;
    text-decoration: none;
    font-family: arial;
	text-align: left;
}

/*
* Texto
*/

.titulo_top{
    color: #0094CF;
    font-size: 28px;
	font-weight: bold;
    text-decoration: none;
    font-family: arial;
	text-align: left;
}

.titulo_gris{
    color: #707070;
    font-size: 16px;
    /**
	font-weight: bold;
	/**/
    text-decoration: none;
    font-family: arial;
	text-align: left;
}

.titulo_negro{
    color: #000000;
    font-size: 16px;
    /**/
	font-weight: bold;
	/**/
    text-decoration: none;
    font-family: arial;
	text-align: left;
}

.texto_blanco{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    font-family: arial;
}

.texto{
    color: #333333;
    font-size: 12px;
    text-decoration: none;
    font-family: arial;
}

.texto_2{
    color: #333333;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    font-family: arial;
}

.texto_chico{
    color: #333333;
    font-size: 10px;
    text-decoration: none;
    font-family: arial;
}

.texto_verde{
    color: #008800;
    font-size: 12px;
    font-weight:bold;
    text-decoration: none;
    font-family: arial;
}
.texto_rojo{
    color: #880000;
    font-size: 12px;
    font-weight:bold;
    text-decoration: none;
    font-family: arial;
}

.texto_chico_rojo{
    color: #AA0000;
    font-size: 10px;
    font-weight:bold;
    text-decoration: none;
    font-family: arial;
}


.titulo{
    color: #666666;
    font-size: 18px;
    font-weight:bold;
    text-decoration: none;
    font-family: arial;
}

.titulo_rojo{
    color: #AA0000;
    font-size: 14px;
    font-weight:bold;
    text-decoration: none;
    font-family: arial;
}

.buscar{
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: arial;
}

/*
* Input
*/
.input_login{
    font-size:10px;
    background-color: #F1F1F1;
    border: 1px #D4D4D4 solid;
    width: 125px;
    height: 15px;
}
.input_login:focus  {
    background-color: #FFFFDD;
}
