/* 
    Created on : Dec 3, 2015, 11:08:09 AM
    Author     : LMZC, AAFR
*/

/*@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');*/
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic&subset=greek,greek-ext,latin-ext');

body {
    margin: 0px;
    padding: 0px;
    font-family: "Century Gothic","Didact Gothic","Apple Gothic",AppleGothic, Verdana, Geneva, sans-serif;
    border: none;                
    font-size: 14px;
}




#seccion{
    font-family: "Century Gothic","Didact Gothic","Apple Gothic",AppleGothic,"Didact Gothic", Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: black;
    margin-top: 134px;	
}


/*Estilos de Links*/

/* Links sobre fondos claros  default*/

#seccion > a {text-decoration: none;color: rgba(31,40,104,0.75);font-weight: bold;}
#seccion > a:hover {color: rgba(87,171,39,1.00);}
#seccion > a:active {color: rgba(87,171,39,1.00);}

.links_fb {text-decoration: none;color: rgba(31,40,104,0.75);font-weight: bold;}
.links_fb:hover,.links_fb:active {color: rgba(87,171,39,1.00);}

.linkfbres {text-decoration: none;color: rgba(239,38,118,0.75);font-weight: bold; font-size: 110%;}
.linkfbres:hover {color: rgba(87,171,39,1.00);}

.linkfbeve {text-decoration: none;color: rgba(239,38,118,0.75);font-weight: bold; font-size: 110%;}
.linkfbeve:hover {color: rgba(87,171,39,1.00);}

/* Links sobre fondos claros INVERTIDO*/
.links_fbi {text-decoration: none; color: rgba(0,0,0,1.00); font-weight: bold;}
.links_fbi:hover,.links_fbi:active {color: rgba(87,171,39,1.00);}


/* Links fondos oscuros */
.links_fn { text-decoration: none;color: #FFFFFF;	
}

.links_fn:hover {color: #ffcc66;}


.titulo_hoja{
    font-size: 21px;
    font-weight: bold;	
}


.bloque_rs{
    display: flex;
    flex-wrap: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}


#boton_facebook{
    cursor: pointer;
}


#img_sic_logo{
    border: 0px;
}


 @media screen and (max-width: 650px){
     
                #img_sic_logo{
                    width: 200px;
                    height: auto;
                }
     
 }