/*        --------------------------------------------------------
        Sitio Web:                 Proyecto
        Version:                
        Autor:                        Angela Munoz, Eduardo Chao - Pexego Sistemas Informaticos S.L. 
        Gramatica CSS:                2.1
        Gramatica (X)HTML:         1.0 Strict
        Comentarios:                 info@pexego.es
        -------------------------------------------------------- */

/*         General 
        ---------------------------------------------------------------------------------------- */
* { margin:0; padding:0 }

body {
        margin: 0 auto;
        text-align: left;
        font-family: "Lucida Sans Unicode",Arial, Verdana, "Sans-serif"; 
        max-width: 1003px;
        text-align: center;

}

.todo {
        margin:0 auto;
        text-align: center;
}

.arriba {
        width: 998px;
        height: 60px;
        margin-top: 10px;
}

.pescagalicia {
        float: left;
        width: 380px;
        height: 70px;
        background: url(../imaxes/pescagalicia_index.png) no-repeat;
        margin-left: 20px;
}

.xunta {
       float: right;
       width: 172px;
       height: 46px;
       margin-right: 20px;
       /*background: url(../imaxes/logoxunta.png) no-repeat;*/
}

.europeo {
       float: right;
       width: 120px;
       height: 40px;

       /*background: url(../imaxes/logofse.png) no-repeat;*/
}

.imaxes_index { border: none;}

.abajo {
        width: 998px;
        height: 60px;
	margin-top: 10px;
}

.lista_enlaces {
        float: left;
        list-style: none;
	margin-left: 70px;
	width: 100%;
}
* html .lista_enlaces {margin-left: 35px;}/* solo ie6*/

.li_enlaces1, .li_enlaces2, .li_enlaces3, .li_enlaces4, .li_enlaces5, .li_enlaces6, .li_enlaces7 {
        float: left;
        height: 33px;
        padding: 5px 0px 0px 33px;
        margin: 0px 0px 0px 12px;
        font-size: 1.1em;
        background: url(../imaxes/icnoticias.png) no-repeat;
}

.li_enlaces2{ background: url(../imaxes/icagenda.png) no-repeat;}
.li_enlaces3{ background: url(../imaxes/icformacion.png) no-repeat;}
.li_enlaces4{ background: url(../imaxes/icrecursos.png) no-repeat;}
.li_enlaces5{ background: url(../imaxes/iccoop.png) no-repeat;}
.li_enlaces6{ background: url(../imaxes/icrecreo.png) no-repeat;}
.li_enlaces7{ background: url(../imaxes/icligazons.png) no-repeat;}

.link_enlaces {
        text-decoration: none;
        color:#003366;
        cursor: pointer;
}

.link_enlaces:hover {text-decoration: underline;}

.lista_idioma {
        float: right;
        list-style: none;
        margin: 5px 65px 0px 0px;
}
* html .lista_idioma { margin: 5px 20px 0px 0px;} /* solo ie6 */



.li_idioma1, .li_idioma2 {
        float: left;
        margin: 0px 14px 0px 0px;
        padding: 0px 0px 0px 24px;
        font-size: 1.2em;
	height: 25px;
        background: url(../imaxes/galego.png) no-repeat;
}

.li_idioma2 { background: url(../imaxes/castellano.png) no-repeat;}

.link_idioma {
        text-decoration: none;
        color:#036;
}

.pie {
        float: left;
        margin: 0px 0px 0px 78px;
        color: #fff;
        text-align: left;
        font-size: 0.8em;
        font-weight: bold;

}
* html .pie {  margin: 0px 0px 0px 48px; font-size: 0.9em;}/*solo ie6 */

.separador_links_pie {
	float: left;
        color: #75c6e3;
        font-size: 14px;
        font-weight: bold;
	margin: -3px 0px 0px 3px;
}

.separa_pie_del_fondo {
        float: left;
        width: 815px;
        height: 10px;
}

.link_sin_efectos_fff {
	float: left;
        text-decoration: none;
        cursor: pointer;
        border: none;
	margin: 0px 2px 0px 5px;
        color: #036;
	font-size: 0.8em;
        }
* html .link_sin_efectos_fff { font-size: 0.7em;}/* solo ie6 */

.xunta_pie {
	float: left;
	color: #036;
	font-size: 0.7em !important;
}

#flashcontent { margin-top: 10px;}
