﻿@font-face {
font-family: "FontFuenteLinda";
src: url(/fonts/OpenSans-Light.ttf) format('truetype');
/*src: url(/fonts/OpenSans-Light.eot);*/
/*src: url(/fonts/segoeui.ttf) format('truetype');*/
}

.txtFuenteLinda {
font-family: "FontFuenteLinda", Segoe UI Light, Segoe UI, Helvetica Neue Medium, Calibri, Arial, Verdana, sans-serif;
color: #000000;
font-size:14px;
    margin-right: 0px;
}

.txtFuenteLindaBack {
    font-family: "FontFuenteLinda", Segoe UI Light, Segoe UI, Helvetica Neue Medium, Calibri, Arial, Verdana, sans-serif;
    color: #000000;
    font-size: 14px;
    margin-right: 0px;
    background: rgba(255,255,255,0.2);
    padding-right:30px;
}

.fuentelinda {
    font-family: Segoe UI Light, Segoe UI, Helvetica Neue Medium, Calibri, Arial, sans-serif;
    text-align: center;
}

.btnCuenta{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    display: block;
	background-color: #e5a16e;
	color: #FFF;
    border-radius: 3px; 
    font-family:Arial;
    font-size:small;
}
.btnCuenta:hover{
    background-color: #d7925e;
}


@media (max-width: 800px) {
    .mifuente_responsiva {
        font-size: 20px;
    }

    .btnResponsivo {
        font-size: 28px;
        border-style: none;
        background-color: #e17111;
        color: #FFF;
        border-radius: 4px;
        width: 100%;
        height: 60px;
    }

        .btnResponsivo:hover {
            background-color: #b15a10;
        }
}
@media (min-width: 800px) {
    .mifuente_responsiva {
        font-size: 16px;
    }

    .btnResponsivo {
        margin-left: 50px;
        /*margin-right: 10em;*/
        border-style: none;
        background-color: #e17111;
        color: #FFF;
        border-radius: 2px;
        width: 200px;
        height: 50px;
        /*margin:auto;*/
        /*align-items: initial;*/
    }

        .btnResponsivo:hover {
            background-color: #b15a10;
        }
}


@media (max-width: 800px) {
    .mifuente_responsiva {
        font-size: 20px;
    }

    .btnResponsivoVerde {
        /*text-size-adjust: auto;*/
        font-size: 28px;
        border-style: none;
        background-color: #e17111;
        color: #FFF;
        border-radius: 4px;
        width: 100%;
        height: 70px;
    }
        .btnResponsivoVerde:hover {
            background-color: #b15a10;
        }
}
@media (min-width: 800px) {
    .mifuente_responsiva {
        font-size: 20px;
    }

    .btnResponsivoVerde {
        /*margin-left: 50px;*/
        /*margin-right: 10em;*/
        font-size: 24px;
        border-style: none;
        background-color: #e17111;
        color: #FFF;
        border-radius: 2px;
        width: 300px;
        height: 70px;
        margin: auto;
        /*align-items: initial;*/
    }
        .btnResponsivoVerde:hover {
            background-color: #b15a10;
        }
}

.btnIniciarSesion{
	display: block;
	width: 90px;
	height: 26px;
	border: none;
	background-color: #FFF;
	color: #FFF;
    border-radius: 3px; 
    font-family:Arial;
    font-size:small;
}
.btnIniciarSesion:hover{
    background-color: #e6dede;
}

.btnAyudaContacto{
	display: block;
	width: 90px;
	height: 26px;
	border: none;
	background-color: #FFF;
	color: #000000;
    border-radius: 3px; 
    font-family:Arial;
    font-size:small;
}
.btnAyudaContacto:hover{
    background-color: #e6dede;
}

.btnSwitch{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    display: block;
	background-color: #c7c3c3;
	color: #FFF;
    border-radius: 3px; 
    font-family:Arial;
    font-size:small;
}
.btnSwitch:hover{
    background-color: #e6dede;
}

.btnSwitchSelect{
	display: block;
	width: 90px;
	height: 26px;
	border: none;
	background-color: gray;
	color: #FFF;
    border-radius: 3px; 
    font-family:Arial;
    font-size:small;
}
.btnSwitchSelect:hover{
    background-color: #e6dede;
}

.btnMenuCentro{
	border-style: none;
    border-color: inherit;
    border-width: medium;
	background-color: orange;
	color: #FFF;
    border-radius: 3px; 
    font-family:Arial;
    font-size:small;
}
.btnMenuCentro:hover{
    background-color: #e8871e;
}.btnMenuCentro:disabled {
        background-color: gray; 
} 

.tabla {
   width: 100%;
   height: 100%;
   background: url('../../image/evo_fondo03.jpg') 50% 50% no-repeat;
   background-size: cover;
}

.tabla_impresion {
   width: 100%;
   height: 100%;
   background: url('../../image/evo_impresion4.jpg') 50% 50% no-repeat;
   background-size: cover;
}

.tabla_colabora {
   width: 100%;
   height: 100%;
   background: url('../../image/evo_colabora1.jpg') 50% 50% no-repeat;
   background-size: cover;
}

.tabla_padres {
   width: 100%;
   height: 100%;
   background: url('../../image/evo_padres.jpg') 50% 50% no-repeat;
   background-size: cover;
}

.tabla_cuotas {
    width: 100%;
    height: 100%;
    background: url('../../image/evo_cuotas2.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.tablahelp {
   width: 100%;
   height: 100%;
   background: url('../../image/evo_ayuda.jpg') 20% 20% no-repeat;
   background-size: cover;
}

