@font-face {font-family: 'robotolight';src: url('fonts/Roboto-Light-webfont.eot');src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/Roboto-Light-webfont.woff2') format('woff2'),url('fonts/Roboto-Light-webfont.woff') format('woff'),url('fonts/Roboto-Light-webfont.ttf') format('truetype'),url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg');font-weight: normal;font-style:normal;font-weight:400;font-style:normal}body{font-family: 'robotolight';font-size:16px;letter-spacing:1.5px;line-height:25px;color:#2D2D2D}

@media screen and (min-width:900px){

	/*TITULOS*/
	.titulo{font-size:40px;text-shadow:black 4px 3px 2px;font-weight:bold;}
	.subtitulos{font-size:30px;text-shadow:black 2px 3px 2px;font-weight:bold;}
	.subsubtitulos{font-size:20px;text-shadow:black 2px 3px 2px;margin:10px;font-weight:bold;}

	.titulo-seccion{font-size:38px;margin: 0 0 40px 0}
	.subsubtitulos-seccion{font-size:20px;}

	/*LÍNEAS*/
hr.linea-pequena{border:4px solid #671514;width:240px;box-shadow:black 4px 3px 2px}
hr.linea-blanca{border:4px solid white;width:340px;box-shadow:black 4px 3px 2px;margin:10px auto}
/*LÍNEAS*/
}

@media only screen and (min-width:600px) and (max-width:899px){
	/*TITULOS*/
	.titulo{font-size:35px;text-shadow:black 4px 3px 2px;font-weight:bold;}
	.subtitulos{font-size:25px;text-shadow:black 2px 3px 2px;font-weight:bold;}
	.subsubtitulos{font-size:18px;text-shadow:black 2px 3px 2px;margin:10px;font-weight:bold;}

	.titulo-seccion{font-size:30px;margin: 0 0 40px 0}
	.subsubtitulos-seccion{font-size:18px;}

	/*LÍNEAS*/
hr.linea-pequena{border:4px solid #671514;width:240px;box-shadow:black 4px 3px 2px}
hr.linea-blanca{border:4px solid white;width:340px;box-shadow:black 4px 3px 2px;margin:10px auto}
/*LÍNEAS*/
}
@media only screen and (min-width:5px) and (max-width:599px){
	/*TITULOS*/
	.titulo{font-size:35px;text-shadow:black 4px 3px 2px;font-weight:bold;}
	.subtitulos{font-size:25px;text-shadow:black 2px 3px 2px;font-weight:bold;}
	.subsubtitulos{font-size:18px;text-shadow:black 2px 3px 2px;margin:10px;font-weight:bold;}

	.titulo-seccion{font-size:30px;margin: 0 0 40px 0}
	.subsubtitulos-seccion{font-size:18px;}

	/*LÍNEAS*/
hr.linea-pequena{border:4px solid #671514;width:80%;box-shadow:black 4px 3px 2px}
hr.linea-blanca{border:4px solid white;width:80%;box-shadow:black 4px 3px 2px;margin:10px auto}
/*LÍNEAS*/
}

/*TITULOS*/

/*COLORES*/
.color-principal{color:#671514}
.color-white{color:white}
.color-black{color:#2D2C2C}
/*COLORES*/

/*ALINEACIONES*/
.alineacion-left{text-align:left;}
.alineacion-right{text-align:right;}
.alineacion-center{text-align:center;}
.alineacion-justify{text-align:justify;}
/*ALINEACIONES*/

/*PARRAFOS*/
p.parrafos-10{margin:20px 0}
/*PARRAFOS*/



/*LINKS*/
a.link-principal{color:#671514;text-decoration:underline;}
a.link-blanco{color:white}
a.link-color-principal-sub{}
a.link-color-negro{color:#2D2D2D}
/*LINKS*/