/* CSS Document */
*{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;	
}

table
{
    border-collapse: collapse;
	width: 92%;
	margin-top: 15px;
	margin-left: 75px;
	text-align: left;
	font-size: 24px;
	color: #000000;
	font-family: "Gotham", "Helvetica Neue", "Helvetica", Arial, "sans-serif";
	padding: 2px;
	border-radius: 15px;
	
}

th /* Asigna un borde a las etiquetas td Y th */
{
	
	background: rgba(0,0,0.1,.2);
	text-align: left;
	font-size: 24px;
	color: #000000;
	font-family: "Gotham", "Helvetica Neue", "Helvetica", Arial, "sans-serif";
	padding: 0px;
	border-radius: 15px;
    
    
	
}

td
{
    
	text-align: left;
	font-size: 24px;
	color: #000000;
	font-family: "Gotham", "Helvetica Neue", "Helvetica", Arial, "sans-serif";
	
    
	
}
body{
	background: #FFEAD7;
}

header{
	width: auto;
	height: auto;
	overflow: hidden;
	background:#470001;
	margin-bottom: 20px;
	
}
.wrapper{
	width: 90%;
	max-width: auto;
	margin: auto;
	overflow: hidden;
}

header .logo{
	float: left;
	margin-top: 15px;
	margin-left: -10px;
}

header .logo2{
	float: right;
	margin-top: 30px;
	margin-right: -2px;

}

header .info{
	float: center;
	margin-right: -35px;
	color: #ECC1C2;
	font-size: 22px;
	line-height: 13px;
}

nav{
	float: center;
	line-height: 10px;
	text-align: center;
  	font-family: Raleway;
}

nav a{
	display: inline-block;
	color:#fff;
	text-decoration: none;
	padding: 10px 10px;
	line-height: normal;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.link-1:hover {
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  padding: 6px 0; 
}


.contenedor .form .form-header .form-title {
	font-weight: normal;
	font-family: sans-serif;
	color: #6E0305;
	text-align: left;
}

.contenedor .form .form-header .form-title span{
	color: #FFF;
}

.contenedor .form {
	background: rgba(0,0,0.1,.1);
	width: 90%;
	max-width: 1750px;
	margin: auto;
	padding: 5px 45px;
	matgin-top: 25px;
	padding-bottom: 25px;
	border-radius: 3px; 
}

.contenedor .form .form-label {
	display: block;
	color: #ff851b;
	font-size: 16px;
	font-family: Roboto;
	position: relative;
}

.contenedor .form .form-input, .form-textarea {
	background: rgba(0,0,0,0);
	border: none;
	outline: none;
	border-bottom: 2px solid #000000;
	width: 11px;
	height: 8px;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 1px;
	font-size: 20px;
	color: #000000;
	font-family: Roboto;
	
}

.contenedor .form .form-textarea {
	resize: vertical;
	max-height: 150px;
	min-height: 50px;
}

.contenedor .form .btn-submit {
	width: 17%;
	align: center;
	font-family: Roboto;
	outline: none;
	background: #470001;
	font-size: 16px;
	color: #fff;
	padding: 7px 0;
	cursor: pointer;
	transition: all .9s ease;
	border-radius: 15px;
    border: 3px double #7C2021;
}

.contenedor .form .btn-submit:hover {
	background: #8F0A0A;
	
}
.form1-header {
	float: center;
	margin-right: -35px;
	color: #170909;
	font-size: 25px;
	line-height: 13px;
}

.form1 {
	background: rgba(0,0,0,.2);
	width: 90%;
	max-width: 1750px;
	margin: auto;
	padding: 5px 45px;
	matgin-top: 25px;
	padding-bottom: 25px;
	border-radius: 3px; 
}

.form2-header {
	float: center;
	margin-right: -35px;
	color: #170909;
	font-family: roboto;
	font-size: 23px;
	line-height: 20px;
	
}

span {
	color: #3A0C05;
}


.A {
	margin-right: -35px;
	color: #170909;
	font-family: roboto;
	font-size: 23px;
	line-height: 10px;
}

.B {
	margin-right: -35px;
	color: #170909;
	font-family: roboto;
	font-size: 19px;
	line-height: 10px;
	background: rgba(0,0,0,0.1);
	width: 95%;
	max-width: 1750px;
	padding: 5px 40px;
	matgin-top: 25px;
	padding-bottom: 25px;
	border:  #BD330D;
	border: 2px double #BD330D;
	border-radius: 15px;
	
}

.C {
	background: rgba(179,179,179,0.1);
	border: none;	
	outline: none;
	width: 70px;
	height: 10px;
	padding: 10px;
	margin-bottom: 0px;
	border-radius: 1px;
	font-size: 23px;
	color: #000000;
	font-family: Roboto;
	
}

.ch {
	text-align: center;
}

.box {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 15px;
    border: 3px double #7C6767;
	
}	


.G {
	background: rgba(0,0,0.1,.2);
}

.tamal {
	
}

.color {
	color: rgba(203,203,203,0.1);
}

.men {
	width: auto;
	height: auto;
	overflow: hidden;
	background:#470001;
	margin-bottom: 20px;
	text-align: center;
  	font-family: Raleway;
}

#nav-1 {
	background: #470001;
}

.link-1 {
	transition: 0.3s ease;
  background: #470001;
  color: #ccbbac;
  font-size: 14px;
  text-decoration: none;
  border-top: 0px solid #3fa46a;
  border-bottom: 0px solid #3fa46a;
  padding: 12px 0;
  margin: 0 50px;
}

.tam {
	background: rgba(0,0,0.1,.2);
	border-radius: 15px;
}

.D {
	background: rgba(0,0,0,0.2);
	border: #626262;
	outline: none;
	border: 3px double #7C2021;
	width: 100%;
	max-width: 1550px; 
	height: 50px;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 15px;
	font-size: 20px;
	color: #000000;
	font-family: Roboto;
}

.FC {
	display: flex;
	align-self: flex-end;
	width: 100%;
	height: 22px;
	overflow: hidden;
	background:#470001;
	color: #EBD9D9;
	padding-top: 40px;
	margin-bottom: 1px;
	bottom: 0;
	position: relative;
	
}

@media screen and (max-width: 1000px){
	
	footer{
		display: none;
	}