@charset "utf-8";
body {
    margin: 0 auto;
    background-color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

@font-face {
    font-family: "east";
    src: url(../fonts/east.otf) format("opentype")
}


@font-face {
    font-family: "merri";
    src: url(../fonts/merri.otf) format("opentype")
}


@font-face {
    font-family: "snf";
    src: url(../fonts/snf.ttf) format("truetype")
}


@font-face {
    font-family: "Dulcelin";
    src: url(../fonts/Dulcelin.otf) format("opentype")
}


@font-face {
    font-family: "carson";
    src: url(../fonts/carson.otf) format("opentype")
}

@font-face {
    font-family: "Roboto-Light";
    src: url(../fonts/Roboto-Light.ttf) format("truetype")
}


@font-face {
    font-family: "dacila";
    src: url(../fonts/dacila.otf) format("opentype")
}

/*
@font-face {
    font-family: "jennifer";
    src: url(../fonts/jennifer.ttf) format("truetype")
}
*/

@font-face {
    font-family: "heti";
    src: url(../fonts/heti.otf) format("opentype")
}

h1 {
    font-family: "Roboto-Light";
}

h2 {
    font-family: "aceSans";
}

p {
    font-family: "Roboto-Light";
}


a {
    font-family: "merri";
}


#capa0Body{
	position:relative;
	width:100%;
	height:auto;
	background-color:#2b2b2b; background-image: url(../imagenes/sedes.png); background-repeat: no-repeat; background-size: cover;
}

    .fila1Capa0{position: relative; width: 100%; height: 50px;}
    .fila2Capa0{position: relative; width: 80%; height: auto;}
    .txt1Capa0{color: #fff; position:relative; left: 30px;}
    .txt2Capa0{color: #FFF; position:relative; left: 30px; font-size: 2em; }



    #capa22Body{position: relative; width: 100%; height: auto; }
   .txt3Capa2{position: relative; font-size: 1.3em; text-align: center; width: 70%; margin-left: 15%; margin-right: 15%;}

    @media (max-width: 768px) {
        
        
    }

