body {
  background: rgb(69,72,77); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 0px;
  margin: 0px;
}



#containerg{
  width: 1020px;
  height: 250px;
  background-image: url(img/menu.png);
  position: absolute;
  left: 50%;
  z-index: 500;
  margin-left: -510px;
}


#container1{
  width: 1020px;
  height: 250px;
  background-image: url(img/menu.png);
  position: absolute;
  margin-top: -120px;
  left: 50%;
  z-index: 500;
  margin-left: -510px;
  
}


#containerq{
  width: 1020px;
  height: 250px;
  background-image: url(img/menu.png);
  position: absolute;
  margin-top: -60px;
  left: 50%;
  z-index: 500;
  margin-left: -510px; 
}




#fantasma0 {
  width:870px;
  height: 400px;
  position: absolute;
  z-index: 500;
  left: 50%;
  margin-left: -355px;
  margin-top: -85px;
}





#fantasma {
  width:870px;
  height: 400px;
  position: absolute;
  z-index: 500;
  left: 50%;
  margin-left: -355px;
  margin-top: -58px;
}


#fantasmag {
  width:870px;
  height: 400px;
  position: absolute;
  z-index: 500;
  left: 50%;
  margin-left: -355px;
  margin-top: 46px;

}



#fantasmaq {
  width:870px;
  height: 190px;
  position: absolute;
  z-index: 500;
  left: 50%;
  margin-left: -355px;
  margin-top: -10px;

}




#black {
  height: 600px;
  width: 100%;
  margin-top: 120px;

}



#tres {
  border: 8px solid black;
  margin: 0px auto;
  width: 1020px;
  height: 450px;
  
}

#prebanner {
  
  z-index: 1;
  width: 252px;
  height: 450px;
  position: relative;
  float: left;
  margin-right: 1px;
}


#banimag{
  /*
  left: 50%;
  top: 50%;
  margin-left: -470px;
  margin-top: -194px;
  */
  cursor:default; 
  z-index: 4;
}

#banimg2 {
  cursor:default; 
}



#logo {
  width: 100px;
  height: 106px;
  float: left;

}



footer {
  font-family: 'Port Lligat Slab', serif;
  font-weight: ;
  font-size: 13px;
  background: rgb(238,238,238); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
  color: black;
  padding: 2px 0px;
  position:relative;
  bottom:0px;
  width: 100%;
  border-top: 1px solid lightgray;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(105, 105, 105, 0.2);  
  box-shadow: inset 0px 0px 15px 0px rgba(105, 105, 105, 0.2);
   
}


#menu {
  width: 760px;
  height: 35px;
  float: left;
  margin-left: 160px;
  margin-top: 30px;

}


#menu ul {
  list-style-type: none;
  width: 762px;
  height: 20px;
  margin-top: -20px;
  margin-left: 47px;
  
}


#menu ul li {
  float: left;
  margin-right: 1px;
  padding: 0px 20px;
  border-right: 1px solid gray;
  border-right: 1px solid lightgray;

}

#menu ul li a {
  text-decoration: none;
  color: rgb(68,32,32);
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;

}



#menu ul li a:hover {
  color: gray;
}


.texto {
  width: 830px;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  left: 50%;
  position: relative;
  margin-left: -320px;
  text-align: justify;
  background: rgb(225,225,225);
  overflow: hidden;

}


.textoc {
  width: 830px;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  left: 50%;
  position: relative;
  margin-left: -320px;
  text-align: justify;
  background: rgb(225,225,225);
  overflow: hidden;
  background-color: #232323;


}


p {
  color: #111;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  font-size: 11px;
  padding: 0px 20px;
  margin-bottom: 0px !important;
 

}

h1 {
  background-color: #8f293f;
  color: #d8d7d7; 
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0px !important;
  border: 1px solid #722032;


}

h2 {
 
  color: #8f293f; 
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0px !important;
  border-bottom: 1px double lightgray;

}

h2 a {
	color: #ccc;
	background-color:#8f293f;
	padding: 6px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: right;
	text-decoration: none;
}


h3 {
 
  color: #8f293f; 
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  letter-spacing: 0px;
  margin-bottom: 0px !important;
  

}



#valores {
  list-style-image: url(img/vineta.png);
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  font-size: 11px;
}



input,textarea,select {
  font-family: Arial,sans-serif;
}

input[type="text"],select {
  width:215px;
  height:10px;
  padding:5px 8px;
  font-size:1.0em;
  color: white;
  background-color: #b5b5b5;
  border:gray solid 1px;
  float: right;
  /*transition-duration*/
  -webkit-transition-duration:.3s;
  -moz-transition-duration:.3s;
  -o-transition-duration:.3s;
  transition-duration:.3s;
}


input[type="text"]:hover,select:hover{
  background-color: #8f293f;
  opacity:0.7;
  /*transform -webkit-transform:rotate(-1deg);
  -moz-transform:rotate(-1deg);
  -ms-transform:rotate(-1deg);
  -o-transform:rotate(-1deg);
  transform:rotate(-1deg);
  */
}

textarea {
  width:215px;
  height:120px;
  padding:5px 8px;
  margin-bottom:10px;
  font-size:1.0em;
  color:#fff;
  background-color: #b5b5b5;
  border:gray solid 1px;
  float: right;
  /*transition-duration*/
  -webkit-transition-duration:.3s;
  -moz-transition-duration:.3s;
  -o-transition-duration:.3s;
  transition-duration:.3s;
}

textarea:hover {
  color: gray;
  cursor:pointer;
  background-color: #8f293f;
  opacity:0.7;
}

input[type="text"]:focus {
  opacity: 0.7;
}


input[type="submit"] {
  font-family: 'Merriweather Sans', sans-serif !important;
  font-weight: 300;
  font-size: 12px;
  border: 1px solid gray;
  float: right;
  color: white;
  background-color: gray;
  /*transition-duration*/
  -webkit-transition-duration:.3s;
  -moz-transition-duration:.3s;
  -o-transition-duration:.3s;
  transition-duration:.3s;
  /*transition-duration*/
  -webkit-transition-duration:.3s;
  -moz-transition-duration:.3s;
  -o-transition-duration:.3s;
  transition-duration:.3s;
}

input[type="submit"]:hover {
  font-family: 'Merriweather Sans', sans-serif !important;
  font-weight: 300;
  font-size: 12px;
  color: #000;
  cursor:pointer;
  background-color: gray;
  /*transform -webkit-transform:rotate(-1deg);
  -moz-transform:rotate(-1deg);
  -ms-transform:rotate(-1deg);
  -o-transform:rotate(-1deg);
  transform:rotate(-1deg);
  */
}

form {
  width: 320px;
  margin-left: 30px;
  margin-top: 40px;
  
}

.forma2 {
  margin-bottom: 10px;
}

label {
  color: gray;
  font-family: 'Merriweather Sans', sans-serif !important;
  font-size: 12px !important;

}

.sucursales {
	width: 202px;
	height: 307px;;
	float: left;
	color: lightgray;
	background-color: rgb(225,225,225);
	margin: 10px;
	padding: 5px;
}
footer{
    width:100%;
}
#txt_footer{
    float:left;
}
#menu_sitio{
    float:left;
    margin-left:250px;
}
footer a{
    color:#000;
    text-decoration:none;
    margin:0 5px;
}
footer a:hover{
    text-decoration:underline;
}