@font-face {
    font-family: Danube;
    src: url(../font/danube.eot);
}
@font-face {
    font-family: Danube;
    src: url(../font/danube.ttf);
}
@font-face {
    font-family: Helmet;
    src: url(../font/helmetcondensed.eot);
}
@font-face {
    font-family: Helmet;
    src: url(../font/helmetcondensed.ttf);
}
@font-face {
	font-family: MuseoModernoLight;
	src: url("../font/MuseoModerno-Light.ttf") 
}
@font-face {
	font-family: MuseoModernoMedium;
	src: url("../font/MuseoModerno-Medium.ttf") 
}
@font-face {
	font-family: MuseoModernoBold;
	src: url("../font/MuseoModerno-Bold.ttf") 
}
#textogrande{
	margin-top: -15%;
	margin-left: 6.5%;
	margin-bottom: 0px;
	font-family: MuseoModernoLight, sans-serif;
	font-size: 2em;
	color: #fd852a;
	width: 65%;
}
#tituloficha{
	margin-top: 6%;
	text-align: center;
	color: #fd852a;
	font-family: Danube, sans-serif;
	font-size: 3em;
}
#lineatitulo{
	width: 70%;
	margin: 0 auto;
	margin-top: -11px;
	border: 2px solid #fd852a;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}
#textopequeno{
	font-family: MuseoModernoLight, sans-serif;
	font-size: 1.5em;
	width: 88%;
	margin: 0 auto;
	color: #fd852a;
}
#cajagrande{
	width: 80%;
	height: 470px;
	margin: 0 auto;
	margin-top: 20px;
	color: #fd852a;
	text-align: justify;
}
#cajaizq{
	width: 48%;
	float: left;
	font-family: MuseoModernoLight, sans-serif;
	font-size: 1.5em;
}
#cajaderecha{
	width: 48%;
	float: right;
	font-family: MuseoModernoLight, sans-serif;
	font-size: 1.5em;
}
.imgverbos{
	width: 18%;
	float: left;
}
.parrafotext{
	width: 78%;
	margin-bottom: 2%;
	float: left;
}
@media only screen and (max-width:1024px) and (min-width:768px){
	#tituloficha{
		font-size: 2em;
	}
	#lineatitulo{
		margin-top: -8px;
	}
	#cajagrande{
		height: 510px;
	}
}
@media only screen and (max-width:768px) and (min-width:640px){
	#tituloficha{
		font-size: 1.5em;
	}
	#lineatitulo{
		margin-top: -5px;
	}
	#cajaderecha{
		font-size: 1.2em;
	}
	#cajaizq{
		font-size: 1.2em;
	}
	#textogrande{
		font-size: 1.5em;
	}
	#cajagrande{
		height: 450px;
	}
}
@media only screen and (max-width:640px) and (min-width:480px){
	#tituloficha{
		font-size: 1.3em;
	}
	#lineatitulo{
		margin-top: -5px;
	}
	#cajaderecha{
		font-size: 1.1em;
	}
	#cajaizq{
		font-size: 1.1em;
	}
	#textogrande{
		font-size: 1.5em;
	}
	#textopequeno{
		font-size: 1.2em;
	}
}
@media only screen and (max-width:480px) and (min-width:320px){
	#tituloficha{
		font-size: 1em;
	}
	#lineatitulo{
		margin-top: -4px;
	}
	#cajaderecha{
		font-size: 0.93em;
		float: none;
		width: 100%;
	}
	#cajaizq{
		font-size: 0.93em;
		float: none;
		width: 100%;
	}
	#textogrande{
		font-size: 1.4em;
	}
	#textopequeno{
		font-size: 1em;
	}
	#cajagrande{
		height: 700px;
	}
}
@media only screen and (max-width:320px) and (min-width:240px){
	#tituloficha{
		font-size: 0.9em;
	}
	#lineatitulo{
		margin-top: -4px;
	}
	#cajaderecha{
		font-size: 0.75em;
		float: none;
		width: 100%;
	}
	#cajaizq{
		font-size: 0.75em;
		float: none;
		width: 100%;
	}
	#textogrande{
		font-size: 1.1em;
	}
	#textopequeno{
		font-size: 0.85em;
	}
	#cajagrande{
		height: 520px;
	}
	#descarga{
		font-size: 0.7em;
	}
}