.footable {
  width: 100%;
  font-family: 'trebuchet MS' , 'Lucida sans' , 'Arial';
  font-size: 14px;
  color: #444;
 
  border: solid #ccc 1px;
  border-collapse: separate;
  border-spacing: 0;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
 
.footable > thead > tr > th, .footable > thead > tr > td {
  background-color: #dce9f9;
}

.footable {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.footable > thead > tr > th {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.footable > tbody > tr:hover {
  background: #fbf8e9;
}


.contenedor{
	width: 100%;
	max-width: 1000px;
	min-height: 80%;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	background: #224F16;
	opacity: 0.9;
	justify-content: center;
	padding: 1%;
	justify-content: center;

}

.contenedor1{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: auto;
	justify-content: center;
	background-color: #224F16;
	opacity: 0.9;
	
}
.main{
background-image: url(imagenes/marcascoches.jpg);

background-size: 100%;
justify-content: center;

}


.botones{
	float: left;
	margin: 0 auto;
	border-collapse: collapse;
	border: none;
	
}

.botonin{
	background-color: #000;
   color: #017fe5;
   text-align: center;
   border-radius: 25px;
   border: 2px solid #017fe5;
   padding:2px 2px; 
	width: 220px;
	height: 25px;


}


.sizeFoto{
	width: 20%;
	
}

.sizefoto1{
	width: 55%;

}

.sizefoto2{
	width: 20%;
	height: 10%:

}


.container{
	width: 100%;
	float: center;

}

.espacio0{
	padding:0;
	width:25%;
	float:left;
	background:transparent;
	height:auto;
	margin:auto;

}


.colorfondo{
	background-color: white;
	width: 100%;

}


h1{

font-size: 400%;


}

.sizetext{

	font-size: 40px;
	

}

.textsize{

	font-size: 17px;
	background-color: white;

}

.fotocorreo{
	width: 50%;
	height: auto;

}

.anchotabla{
	width: 90%;
	padding-bottom: 5%;
	padding: 10%;
	

}


@media screen and (max-width: 800px){
	
	.contenedor{
			width: 90%;	
	
	}

	.sizeFoto{
			display: none;
	}
	.sizefoto1{
			width: 90%;
	}
	
	.sizefoto2{
			width: 90%;
	
	}
	
	.botonin{
		
			width: 255px;
	}
	
	.espacio0{

	width: 100%;		
	
	}
	
	.espacio1{

	width: 100%;		
	
	}
	
h1{

	font-size: 250%;

}

.sizetext{

	font-size: 20px;

}

.textsize{

	font-size: 14px;

}

.fotocorreo{
	width: 100%;
	height: auto;

}

.anchotabla{
	
	width: 100%;
	}
