/* Los @fontface no harán falta 
pues se cargan las fuentes desde el CSS principal.
Puedes eliminarlos y probar*/


@font-face {
  font-family: 'Futura';
  src: url('/fonts/futura/FuturaStd-Light_gdi.eot');
  src: url('/fonts/futura/FuturaStd-Light_gdi.eot?#iefix') format('embedded-opentype'), 
	  url('/fonts/futura/FuturaStd-Light_gdi.woff') format('woff'), 
	  url('/fonts/futura/FuturaStd-Light_gdi.ttf') format('truetype'),
	  
}
@font-face {
  font-family: 'Futura';
  src: url('/fonts/futura/FuturaStd-Book_gdi.eot');
  src: url('/fonts/futura/FuturaStd-Book_gdi.eot?#iefix') format('embedded-opentype'), 
	  url('/fonts/futura/FuturaStd-Book_gdi.woff') format('woff'), 
	  url('/fonts/futura/FuturaStd-Book_gdi.ttf') format('truetype'),
	  
}
@font-face {
  font-family: 'Futura';
  src: url('/fonts/futura/FuturaFuturis-Medium_gdi.eot');
  src: url('/fonts/futura/FuturaFuturis-Medium_gdi.eot?#iefix') format('embedded-opentype'), 
	  url('/fonts/futura/FuturaFuturis-Medium_gdi.woff') format('woff'), 
	  url('/fonts/futura/FuturaFuturis-Medium_gdi.ttf') format('truetype'),
	  
}

body {
margin: 0px;
font-family: Futura, sans-serif;
}	


.ContenedorLeft{
	display: inline-block; 
	float: left;
	width: 65%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	position: relative;
}

.ContenedorLeft h1 {
	font-family: 'Futura';
	margin-top: 0.5em;
	color: #22272c;
	font-size: 3.125rem;
	font-weight: bold;
}

.ContenedorRight{
	display: inline-block; 
	float: left;
	width: 25%;
	position: relative;
}
.ContenedorRight img{
display: inline-block;
width: 100%; 
}

.Botonet {
	margin-top: 25px;
    display: inline-block;
    background: #ee2934;
    border: 1px solid #ee2934;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: .6em 3em;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Futura,"sans-serif";
    font-weight: bold;
    transition: all .1s ease;
}

.Botonet:hover {
	background: #C80003;
	color: #fff;
	transition: opacity 0.3s ease-in-out;
}
.Botonet::after {
	background: #C80003;
	color: #fff;
	transition: opacity 0.3s ease-in-out;
}
.Gris-container {
	width: 90%;
	background-color: #f5f5f5;
	padding-top: 4%;
	height: auto;
	padding-bottom: 2%;
	padding-left: 10%;
	overflow: auto;
}

.Linea-Sub {
	width: 90%;
	border-style: solid;
	border-color: #201920;
	border-width: 4px 0;
	padding: .5em;
	color: #171717;
	margin: 1.2em 0;
	font-size: 20px;
	font-size: 1.4em;
	font-weight: normal;
}
.Linea-Sub a {
    text-decoration: none;
    color: #ee2934;
    outline: 0;
}

.ContenedorLeft p {
font-size: 18px;
font-size: 1.125rem;
margin: .5em 0;
font-weight: normal;
text-align: justify;
display: block;
width:95%;
}
.ContenedorLeft p a {
    text-decoration: none;
    color: #ee2934;
	font-weight: bold;
    outline: 0;
}

.Intro-Sub {
	font-family: Futura, sans-serif;
	color: #636568;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
	text-align: center;
	margin-top: 1.5em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5em;
}


@media only screen and (max-width : 1218px){
.ContenedorLeft{
	display: flex; 
	flex-direction: column; 
	width: 95%;
	margin-top: 0;
	margin-bottom: 0;
}
.ContenedorRight{
	display: flex; 
	flex-direction: column;
	width: 90%;
	padding-right: 25px;
}



}
