@charset "UTF-8";
/* CSS Document */

/*Colores
#8E3409; < Principal
#6E1418; < Fondo
*/

body {
	margin: 0px auto;
	font-size: 100%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	height: auto;
}
img {
	width: 100%;
	height: auto;
}
a {
	text-decoration: underline;
	color: #000000;
}
.content { /*Esta es la clave*/
	width: 98%;
	max-width: 1200px;
	min-width: 320px;
	overflow: hidden;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
}
.content img {
	margin-top: 15px;
}
header {
	height: auto;
}

#logo  {
	height: auto;
	float: left;
	
}

section {
	width: 100%;
	height: 100%;
	float: left;
}

section article p {
	margin-bottom: 16px;
	margin-left: 31px;
	margin-top: 23px;
	text-align: center;
	font-size: 1.2em;
	line-height: 28px;
}
header h1 {
	width: 95%;
	text-align: left;
	margin-top: -8px;
	margin-bottom: 20px;
	color: #010101;
	line-height: 50px;
	float: left;
	padding-left: 36px;
}

article ul {
	margin-top: 21px;
	margin-bottom: 26px;
}
article ul li {
	margin-top: 9px;
	margin-left: 31px;
	list-style-type: disc;
	list-style-position: inside;
}

#google_maps{
	/*float: left;*/
	margin-top: 10px;
	margin-left: 1.041667%;
	border-top: 1px solid #003E84;
}
#google_maps { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
	max-width: 98%; 
	height: auto; 
} 
#google_maps iframe, #google_maps object, #google_maps embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
footer {
	width: 100%;
	height: 100px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	float: left;
	text-align: center;
}
footer p {
	margin-top: 10px;
	text-align: center;
	color: #000000;
	line-height: 26px;
	font-size: 1.2em;
}
li a .ver{
	color:#8E3409;
}
@media only screen and (max-width:320px){
#logo  {
	margin-left: 105px;
	margin-top: 14px;	
}
header h1 {
	font-size: 1.2em;
}
article {
	width: 100%;

}	
section article p {
	width: 79%;
	text-align: center;
	background-color: #CE191C;
	margin-top: 18px;
	margin-bottom: 9px;
	padding-top: 0px;
	line-height: 28px;
	font-size: 1.2em;
	
}
article ul li {
	
	width: 77%;
}
}
@media only screen and (min-width:321px) and (max-width:600px){
#logo  {
	margin-left: 224px;
	margin-top: 14px;
}
header h1 {
	font-size: 2.2em;
	text-align: center;
	width: 93%;
}
article {
	width: 100%;

}
section article p {
	width: 88%;
}
}
@media only screen and (min-width:601px) and (max-width:1200px){
	#logo  {
	margin-left: 20px;
	margin-top: 18px;
}
header h1 {
	font-size: 2.2em;
	text-align: center;
	width: 79%;
	margin-top: 64px;
	margin-left: -211px;
}
article {
	width: 100%;
	float:left;

}
#texte{
	float: left;
	width: 50%;
}
#maquinas{
	float: left;
	width: 50%;
	margin-top: -5px;
}
section article p {
	width: 86%;
	
}
}
