﻿@charset "utf-8";
/* CSS Document */

.xa-pe-titulo {
    background-color: #009E62;
    padding: 40px 0px;
    text-align: center;
    color: #FFF;
    font-family: 'Roboto Slab';
    font-size: 150% !important;
    font-weight: 300;
}
.xa-pe-subtitulo {
    background-color:#F0F0E1;
    padding:10px 0px;
}
/* <EVENTO DESTACADO> */
.fEDRecuadro {
	padding: 20px 10px;
	border: 3px solid #F0F0E1;
}
.fEDRecuadro h1 {
    font-family: 'Roboto Slab';
	font-size: 150% !important;
	font-weight: 300 !important;
    margin-top:10px !important;
    margin-bottom:15px !important;
}
.fEDRecuadro h1 a {
    color:#111 !important;
}

.fEDRecuadro h1 a:hover {
    color:#111 !important;
}
.fEDRecuadro h2 {
    font-family: 'Roboto' !important;
	font-size: 110%;
	font-weight: 700 !important;
    margin-top:5px !important;
    margin-bottom:5px !important;
}

/* </EVENTO DESTACADO> */

/* <ACTIVIDADES DE FIN DE SEMANA> */
.xa-barra-afs {
    background-color:#F7F7F0;
    padding-top:25px;
    padding-bottom:25px;
}
.hLinea::before, .hlineagrupos::before {
    content:
        url(/imagenes/AFS-h1.png);
	padding-right:5px;

}



.fAFSRecuadro {
	padding: 10px 0px;
}
.fAFSRecuadro h1 {
    font-family: 'Roboto Slab';
	font-size: 130% !important;
	font-weight: 300 !important;
    margin-top:10px !important;
    margin-bottom:15px !important;
}
.fAFSRecuadro h2 {
    font-family: 'Roboto' !important;
	font-size: 100%;
	font-weight: 700 !important;
    margin-top:5px !important;
    margin-bottom:5px !important;
}
/* </ACTIVIDADES DE FIN DE SEMANA> */

/* <ETIQUETAS> */
.label1PE{
    background-color:#BDBDAE;
    font-size:75%;
    font-weight:500;
    padding: 2px 5px;
}
.label2PE {
    background-color:#DFDFD0;
    font-size:75%;
    font-weight:500;
    padding: 2px 5px;
}
/* </ETIQUETAS> */
.xa-pe-formulario {
    background-color:#FFF;
    padding:25px;
}