body {
	margin: 0 0 0 0;
}


a, a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    border: 0;
}

/**************************/
/* ESTILOS PARA EL CUERPO */
/**************************/

.cont-menu{
    width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
}

.cont-menu2{
    width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

.cont-menu-ab{
    width: 100%;
    height: 55px;
    background-color: #5ba3c8;
    overflow: hidden;
    position: absolute;
}

.cont-menu-ar{
    width: 100%;
    height: 50px;
    background-color: #036699;
    position: absolute;
    top: 0;
}

.cont-menu-ar p {
    color: #ffffff;
    margin: 0;
    font-size: 13px;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 30px;
    margin-top: 15px;
    font-family: clearsansb;            
}


.cont-bars {
    width: 100%;
    height: auto;
    overflow: hidden;    
    position: absolute;
    left: 15px;
    top: 12px;
    color: #fff;
    font-size: 25px;
}

.cont-ex {
    width: 100%;
    height: auto;
    position: absolute;
    text-align: right;
    right: 15px;
    top: 10px;
    color: #fff;
    font-size: 30px;
    display: inline-block;
}

.cont-rss {
    width: 100%;
    height: auto;
    position: absolute;
    text-align: right;
    right: 15px;
    top: 15px;
    display: inline-block;
}

.marg-ico {
    margin-right: 10px;
}

.img-ico-twi {
    width: 21px;
    height: 21px;
    float: right;
    background-image:url(../img/cabecera/rss/twi_a.png);
    background-repeat: no-repeat;
}

.img-ico-twi:hover {
    background-image:url(../img/cabecera/rss/twi_b.png);
    background-repeat: no-repeat;
}

.img-ico-lin {
    width: 21px;
    height: 21px;
    float: right;
    background-image:url(../img/cabecera/rss/lin_a.png);
    background-repeat: no-repeat;
}

.img-ico-lin:hover {
    background-image:url(../img/cabecera/rss/lin_b.png);
    background-repeat: no-repeat;
}

.img-ico-fac {
    width: 21px;
    height: 21px;
    float: right;
    background-image:url(../img/cabecera/rss/fac_a.png);
    background-repeat: no-repeat;
}

.img-ico-fac:hover {
    background-image:url(../img/cabecera/rss/fac_b.png);
    background-repeat: no-repeat;
}


.cont-env {
    width: 100%;
    height: 50px;
    background-color: #036699;
    overflow: hidden;    
}

.cont-cent {
    text-align: center;
}

.pad-logo {
    padding-left: 10px;
}

.cont-opcs {
    height: auto;
    background-color: #187eb2;
    overflow: hidden;    
    display: inline-block;
}

.cont-opc {
    width: 100%;
    height: 40px;
    background-color: #187eb2;
    overflow: hidden;    
    	text-align: left;
}

.cont-opc:hover{
    background-color: #5ba3c8;
}

.cont-opc p{
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 30px;
    margin-top: 8px;
    font-family: clearsansb;            
}


/**************************/
/*        FUENTES         */
/**************************/

@font-face {
    font-family: clearsanst;
    src: url(../fuentes/ClearSans-Thin.ttf);
}

@font-face {
    font-family: clearsansm;
    src: url(../fuentes/ClearSans-Medium.ttf);
}

@font-face {
    font-family: clearsansb;
    src: url(../fuentes/ClearSans-Bold.ttf);
}

@font-face {
    font-family: clearsans;
    src: url(../fuentes/ClearSans-Regular.ttf);
}