/* texto */

body, html
{
	font-size:14px;
	
}
@font-face
{
   font-family: "fuenteuno";
   src: url("../fuentes/texgyreadventor-regular.otf"); 
}

@font-face
{
   font-family: "fuentedos";
   src: url("../fuentes/Oswald-Regular.ttf"); 
}

.interlineado
{
	line-height:2.5rem;
}

.modal_loading_menu1 {
    /*display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 2px; /* Location of the box */
    left: 0;
    top: 0;
    width: 40%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal_loading-content_menu1 {
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0); /* Black w/ opacity */
    margin: auto;
    padding: 20px;
    border: 0px solid #888;
    width: 90%;
}	
.modal_loading-content1 {background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.4); /* Black w/ opacity */
    margin: auto;
    padding: 20px;
    border: 0px solid #888;
    width: 80%;
}
.modal_loading1 {    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
} 
.modal_loading {
   /* display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal_loading-content {
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.4); /* Black w/ opacity */
    margin: auto;
    padding: 20px;
    border: 0px solid #888;
    width: 80%;
}	
.modal_loading_oscuro {
   /* display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content */
.modal_loading-content_oscuro {
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.7); /* Black w/ opacity */
    margin: auto;
    padding: 20px;
    border: 0px solid #888;
    width: 80%;
}	
.imagenredonda
{
	width:190px;
	height:auto;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 10%;
	padding:0px;
}
.imagenredonda250
{
	width:250px;
	height:auto;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 10%;
	padding:0px;
}
.imagenredonda90
{
	width:90%;
	height:auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	padding:0px;
}
.imagenes1 {
    max-width: 100%;
	height:auto;
	cursor:pointer;
}
/*
.imagenes2 {
    max-width: 20%;
	height:auto;
	cursor:pointer;
}
*/
.imagenes3 {
    max-width: 50%;
	height:auto;
	cursor:pointer;
}
.imagenes4 {
    max-width: 15%;
	height:auto;
	cursor:pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding:0px;
}
.botoncelestesubmit100
{
	background-color:#00778B;
	border-color:#00778B;
	color:#FFF;
	font-family:"fuenteuno";
	height:35px;
	width:100%;
	cursor:pointer;
}
.botoncelestesubmit100titulo
{
	background-color:#00778B;
	border-color:#00778B;
	color:#FFF;
	font-family:"fuenteuno";
	height:50px;
	width:100%;
	cursor:pointer;
	font-size:1.7rem;
	
}

.botoncelestesubmit
{
	background-color:#00778B;
	border-color:#00778B;
	color:#FFF;
	font-family:"fuenteuno";
	height:35px;
	width:160px;
	cursor:pointer;
}
.botongrissubmit
{
	background-color:#333333;
	border-color:#333333;
	color:#FFF;
	font-family:"fuenteuno";
	height:35px;
	width:160px;
	cursor:pointer;
}
.botongrissubmit100
{
	background-color:#333333;
	border-color:#333333;
	color:#FFF;
	font-family:"fuenteuno";
	height:35px;
	width:100%;
	cursor:pointer;
}
.botongrissubmit90
{
	background-color:#333333;
	border-color:#333333;
	color:#FFF;
	font-family:"fuenteuno";
	height:35px;
	width:90%;
	cursor:pointer;
}
.botonnaranjasubmit
{
	background-color:#F44B34;
	border-color:#F44B34;
	color:#FFF;
	font-family:"fuenteuno";
	height:35px;
	width:160px;
	cursor:pointer;
}
.botonnaranjasubmit2
{
	background-color:#F44B34;
	border-color:#F44B34;
	color:#FFF;
	font-family:"fuenteuno";
	height:35px;
	width:110px;
	cursor:pointer;
}
.botonnaranjasubmit100
{
	background-color:#F44B34;
	border-color:#F44B34;
	color:#FFF;
	font-family:"fuenteuno";
	height:35px;
	width:100%;
	cursor:pointer;
}
.botonverdesubmit
{
	background-color:#3C0;
	border-color:#3C0;
	color:#FFF;
	font-family:"fuenteuno";
	height:35px;
	width:160px;
	cursor:pointer;#333333
}
.botonverdesubmit100
{
	background-color:#3C0;
	border-color:#3C0;
	color:#FFF;
	font-family:"fuenteuno";
	height:35px;
	width:100%;
	cursor:pointer;
}
.botonrojosubmit
{
	background-color:#800000;
	border-color:#800000;
	color:#FFF;
	font-family:"fuenteuno";
	height:35px;
	width:160px;
	cursor:pointer;
}
.botonrojosubmit100
{
	background-color:#800000;
	border-color:#800000;
	color:#FFF;
	font-family:"fuenteuno";
	height:35px;
	width:100%;
	cursor:pointer;
}
.botonrojosubmit90
{
	background-color:#800000;
	border-color:#800000;
	color:#FFF;
	font-family:"fuenteuno";
	height:35px;
	width:90%;
	cursor:pointer;
}
.fondocelesteletrablanca
{
	background-color:#00778B;
	color:#FFF;
	font-family:"fuenteuno";
	font-size:1rem;	
}
.textonormal
{
	color:#000;
	font-family:'fuenteuno';
	font-size:1rem;
	font-weight:bolder;
}
.textonormalrojof2
{
	color:#F00;
	font-family:'fuentedos';
	font-size:1rem;
	font-weight:bolder;
}
.textonormalrojof3
{
	color:#F00;
	font-family:'fuenteuno';
	font-size:1rem;

}
.textonormallinks
{
	color:#FFF;
	font-family:'fuenteuno';
	font-size:1rem;
	font-weight:bolder;
}
.fondogrisletrablanca
{
	background-color:#333333;
	color:#FFF;
	font-family:"fuenteuno";
	font-size:1rem;
	
	
}
.fondogrisletrablancaaltura50
{
	background-color:#333333;
	color:#FFF;
	font-family:"fuenteuno";
	font-size:1rem;
	height:50px;
	
	
}
.inputl95textarea
{
	width:95%;
	font-family:'fuenteuno'; 
	color:#424A57;
	font-size:1rem;
}
.inputl100textarea
{
	width:100%;
	font-family:'fuenteuno'; 
	color:#424A57;
	font-size:1rem;
}
.inputl95fotos
{
	width:95%;
	font-family:'fuenteuno'; 
	color:#000;
	font-size:1rem;
}

.inputlista
{
	
	font-family:'fuenteuno'; 
	color:#424A57;
	font-size:1rem;
}
.inputnormal {
	width:70%;
	font-family:'fuenteuno'; 
	color:#424A57;
	font-size:1rem;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #C7C7C7;
        padding: 0 4px 0 4px;
     }
	 
	 
	 
.fondonaranjaletrablanca
{ 
	background-color:#EF4445;
	color:#FFF;
	font-family:"fuenteuno";
	font-size:1rem;	
}

.fondogrisclaroletranegra
{ 
	background-color:#CDCDCD;
	color:#333;
	font-family:"fuenteuno";
	font-size:2rem;	
	
}

.textonormalsoporte
{
	color:#000;
	font-family:'fuenteuno';
	font-size:1rem;
	font-weight:lighter;
}

.textotitulossoporte
{
	color:#EF4445;
	font-family:'fuenteuno';
	font-size:2rem;

}
.botoncmoradoubmit90
{
	background-color:#9E1F5F;
	border-color:#9E1F5F;
	color:#FFF;
	font-family:"fuenteuno";
	height:35px;
	width:90%;
	cursor:pointer;
	
}
.textonormalcelestesoporte
{
	color:#00778B;
	font-family:'fuenteuno';
	font-size:1rem;
	font-weight:lighter;
}
.inputnormalsoporte {
	width:90%;
	height:30px;
	font-family:'fuenteuno'; 
	color:#424A57;
	font-size:1.2rem;
	font-weight:bolder;
	color:#000;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #C7C7C7;
        padding: 0 4px 0 4px;
     }
.inputnormalsoporte100 {
	width:100%;
	height:30px;
	font-family:'fuenteuno'; 
	color:#424A57;
	font-size:1.2rem;
	font-weight:bolder;
	color:#000;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #C7C7C7;
        padding: 0 4px 0 4px;
     }
.cajatextonormalsoporte100 {
	width:100%;
	height:100px;
	font-family:'fuenteuno'; 
	color:#424A57;
	font-size:1rem;
	font-weight:bolder;
	color:#000;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #C7C7C7;
        padding: 0 4px 0 4px;
     }
.botonverdesoporte
{
	background-color:#779500;
	border-color:#779500;
	color:#FFF;
	font-family:"fuenteuno";
	height:25px;
	width:100px;
	cursor:pointer;
}
.textonormalsoportepunto7negro
{
	color:#000;
	font-family:'fuenteuno';
	font-size:.9rem;
	font-weight:lighter;
}
.textonormalsoportepunto7gris
{
	color:#999;
	font-family:'fuenteuno';
	font-size:.9rem;
	font-weight:lighter;
}
.botongrissoporte
{
	background-color:#888888;
	border-color:#888888;
	color:#FFF;
	font-family:"fuenteuno";
	height:25px;
	width:100px;
	cursor:pointer;
}
.botonamarillosoporte100
{
	background-color:#FFD045;
	border-color:#FFD045;
	color:#000;
	font-family:"fuenteuno";
	height:35px;
	width:100%;
	text-align:left;
}
.textonormalsoportepunto7morado
{
	color:#9E1F5F;
	font-family:'fuenteuno';
	font-size:.9rem;
	font-weight:bolder;
}
.botonmoradosoporte
{
	background-color:#9E1F5F;
	border-color:#9E1F5F;
	color:#FFF;
	font-family:"fuenteuno";
	height:25px;
	width:100px;
	cursor:pointer;
}


.textonegritatitulo2remnegro
{
	color:#000;
	font-family:'fuenteuno';
	font-size:2rem;
	font-weight:bolder;
}
.texto1remnegro
{
	color:#000;
	font-family:'fuenteuno';
	font-size:1rem;
}
.textonegrita1remnegro
{
	color:#000;
	font-family:'fuenteuno';
	font-size:1rem;
	font-weight:bolder;
}
.texto1remrojo
{
	color:#F00;
	font-family:'fuenteuno';
	font-size:1rem;
}
input {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #C7C7C7;
        padding: 0 4px 0 4px;
     }
.inputnormal1_2remfondogris65
{
	width:95%;
	height:35px;
	font-family:'fuenteuno'; 
	color:#333;
	font-size:1.2rem;
	background-color:#EAEAEA;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #C7C7C7;
        padding: 0 4px 0 4px;
}
.cajatextonormal1_2remfondogris65
{
	width:95%;
	height:95px;
	font-family:'fuenteuno'; 
	color:#333;
	font-size:1.2rem;
	background-color:#EAEAEA;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #C7C7C7;
        padding: 0 4px 0 4px;
}