@charset "utf-8";


h0{
	font-size:3.0em;
	font-weight: lighter;
	margin:0;    
}

h1 {
	/*font-size:2.6rem;*/
	font-weight: lighter;
	margin:0;
    
}

h2 {
	font-size:2.0em;
	font-weight: lighter;
	margin:0;

}


h3 {
	font-size:1.4em;
/*	font-size:30px;*/
	line-height: 1.1em;
	font-weight: lighter;
	margin:0;

}

h4 {
	font-size:1.2em;
	/*font-size:200px;*/
	line-height: 1.3em;
	font-weight: lighter;
	margin:0;
}


h5 {
	font-size:0.8em;
	font-weight: 100;
	line-height: 20px;
	margin:0;
}

.centrado{
	text-align:center;
}
.fuente_27{
	font-size: 27px;

}

.fuente_20{
	font-size: 20px;

}

.fuente_18{
	font-size: 18px;

}

.fuente_15{
	font-size: 15px;

}

.blanco{
	color: white;
}

.negro{
	color: black;
}


.gris{
	color:#444444;
}

.alerta{
	color:red;
}





.grueso{
	font-weight: bold;
}




.fuente_grande{
	font-size: 45px;
}


.justificado{
	text-align: justify !important;
}

.izquierda{
	text-align: left;
}
.derecha{
	text-align: right;
}


@media only screen and (max-width:1580px){

	
}

@media only screen and (max-width:1280px){

	.fuente_grande{
		font-size: 30px;
	}
	
	
	
	
}

@media only screen and (max-width:900px){

	
	h0{
		font-size:3.0em;
		font-weight: lighter;
		margin:0;    
	}

	h1{
		/*font-size:30px;*/
		font-weight: 300;
	}

	h2{
		
		
	}

		
	h3{
		font-size:1.3em;
	}

	h4{		
		font-size:1.1em;
	}
	
	
	.fuente_grande{
		
	}
	
}