@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@font-face {
font-family: '7456848984';
src: url(../fonts/7456848984.ttf);
}
body {
  background-color: #000;
}
.fondo {
  width: 100%;
  height: 100%;
  background: url(../images/fondo.png) no-repeat fixed center;
  background-color: #000;
  position: absolute;
  opacity: 0.6;
  z-index: -1000;
}
.fondo-1 {
  width: 100%;
  height: 90%;
  background: url(../images/001.jpg) no-repeat;
  background-color: #000;
  position: absolute;
  opacity: 0.5;
  z-index: -1000;
}
.fondo-2 {
  width: 100%;
  height: 160%;
  background: url(../images/003.jpg) no-repeat;
  background-color: #000;
  position: absolute;
  opacity: 0.4;
  z-index: -1000;
}
.fondo-3 {
  width: 100%;
  height: 250%;
  background-color: #000;
  position: absolute;
  opacity: 0.6;
  z-index: -1000;
}
.fondo-4 {
  width: 100%;
  height: 140%;
  background: url(../images/006.jpg) no-repeat;
  background-color: #000;
  position: absolute;
  opacity: 0.6;
  z-index: -1000;
}
.fondo-7 {
  width: 100%;
  height: 150%;
  background: url(../images/006.jpg) no-repeat;
  background-color: #000;
  position: absolute;
  opacity: 0.6;
  z-index: -1000;
}
.barra {
  position: relative;
  width: 100%;
  height: 105px;
  background: url(../images/barra.png) center top repeat-x;
  padding-top: 50px;
}
.barra-logo {
  width: 1200px;
  height: 68px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  margin: auto;
  filter: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.logo {
  width: 249px;
  height: 68px;
  background: url(../images/logo.png);
  float: left;
}
.menu {
  width: 580px;
  height: 40px;
  list-style: none;
  float: right;
  padding: 0;
  margin: 22px 0 0 0;
}
#menu,#menu ul {
  margin:0;
  padding:0;
  list-style:none;
  z-index: 2000;
}
#menu {
  width:630px;
}
#menu:before,#menu:after {
  content:"";
  display:table;
}
#menu:after {
  clear:both;
}
#menu {
  zoom:1;
}
#menu li {
  float:left;
  position:relative;
}
#menu a {
  float:left;
  padding-top:10px;
  padding-left: 25px;
  padding-bottom: 60px;
  color: #C1C1C1;
  text-transform:uppercase;
  font-family: 'Open Sans';
  font-size: 14.98px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration:none;
  text-shadow:0 1px 0 #000;
}
#menu li:hover>a {
  color: #fafafa;
}
*html #menu li a:hover {
  /* IE6 only */
  color:#fafafa;
}
#menu ul {
  margin:0px 0 0 0;
  opacity:0;
  visibility:hidden;
  position:absolute;
  padding-right: 10px;
  padding-left: 10px;
  background: #000000;
  text-transform: uppercase;  
  border-top: none;
  border-left: 1px solid #5b5d60;
  border-right: 1px solid #5b5d60;
  border-bottom: 1px solid #5b5d60;
  top:83px;
  left:0;
  z-index:1;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -ms-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  z-index: 2000;
}
#menu li:hover>ul {
  opacity:1;
  visibility:visible;
  margin: 0;
}
#menu ul ul {
  top:0;
  left:150px;
  margin:0 0 0 20px;
  -moz-box-shadow:-1px 0 0 rgba(255,255,255,.3);
  -webkit-box-shadow:-1px 0 0 rgba(255,255,255,.3);
  box-shadow:-1px 0 0 rgba(255,255,255,.3);
}
#menu ul li {
  float:none;
  display:block;
  border:0;
  _line-height:0;
  /*IE6 only*/
  -moz-box-shadow:0 1px 0 #111,0 2px 0 #666;
  -webkit-box-shadow:0 1px 0 #111,0 2px 0 #666;
  box-shadow:0 1px 0 #111,0 2px 0 #666;
}
#menu ul li:last-child {
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow: none;
}
#menu ul a {
  padding:10px;
  width:auto;
  _height:10px;
  /*IE6 only*/
  display:block;
  white-space:nowrap;
  float:none;
  text-transform:none;
}
#menu ul a:hover {
}
#menu ul ul li:first-child a:after {
  left:-6px;
  top:50%;
  margin-top:-6px;
  border-left:0;
  border-bottom:6px solid transparent;
  border-top:6px solid transparent;
  border-right:6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {
  border-bottom-color:#04acec;
}
#menu ul ul li:first-child a:hover:after {
  border-right-color:#0299d3;
  border-bottom-color:transparent;
}
#menu ul li:last-child>a {
  -moz-border-radius:0 0 3px 3px;
  -webkit-border-radius:0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.cuerpo-medio {
  width: 1200px;
  height: 273px;
  padding-top: 120px; 
  margin: auto;
}
.letras {
  width: 470px;
  height: 174px;
  float: left;
}
.letras h2 {
  width: 470px;
  font: 70px '7456848984';
  text-align: center;
  line-height: 1.2em;
  color: #ffffff;
  margin: 10px 0px 0px 0px;
}
.letras h3 {
  width: 470px;
  font:30px '7456848984';
  color: #C1C1C1;
  text-align: center;
  padding-left: 10px;
  margin: 10px 0px 0px 0px;
}
.letras h1 {
  font: 200 40px 'Open Sans';
  line-height: 62px;
  color: #C1C1C1;
  padding-left: 20px;
  text-shadow: rgba(0, 0, 0, 0.19) 2px 2px 0px;
  text-transform: uppercase;
  margin: 20px 0px 0px 0px;
}
.letras p {
  width: 470px;
  font: 12px 'Open Sans';
  line-height: 18px;
  text-align: right;
  color: #C1C1C1;
  text-shadow: rgba(0, 0, 0, 0.19) 2px 2px 0px;
  margin: 5px 0 5px -10px;
}

.cuerpo-medio img {
  float: left;
  width: 170px;
  height: 170px;
}
.final {
  bottom: 0;
  padding-top: 49px;
  width: 100%;
  height: 70px;
  background-color: #000000;
}
.final-1 {
  width: 1200px;
  height: 50px;
  margin: auto;
}
.final-1 p {
  width: 350px;
  padding-top: 0px;
  font: 12.04px 'Open Sans';
  line-height: 1.2em;
  color: #C1C1C1;
  text-transform: uppercase;
  padding-top: 6px;
  float: left;
}
.icono-1 {
  margin-top: 10px;
  width: 32px;
  height: 34px;
  background:url(../images/fac.png) no-repeat;
  transition:all 0.5s ease;
  float:right;
}
.icono-1:hover {
  background-position:0 -32px;
}
.icono-2 {
  margin-top: 10px;
  width: 32px;
  height: 34px;
  background:url(../images/tiw.png) no-repeat;
  transition:all 0.5s ease;
  float:right;
}
.icono-2:hover {
  background-position:0 -32px;
}
.icono-3 {
  margin-top: 10px;
  width: 32px;
  height: 34px;
  background:url(../images/soc.png) no-repeat;
  transition:all 0.5s ease;
  float:right;
}
.icono-3:hover {
  background-position:0 -32px;
}
.icono-4 {
  margin-top: 10px;
  width: 38px;
  height: 34px;
  background:url(../images/gol.png) no-repeat;
  transition:all 0.5s ease;
  float:right;
}
.icono-4:hover {
  background-position:0 -32px;
}
.letras-2 {
  width: 1200px;
  height: 325px;
  padding-top: 68px; 
  margin: auto;
}
.letras-2 h3 {
  width: 750px;
  font: 600 25px 'Open Sans';
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  margin: 0px 0px 28px 0px;
}
.letras-2 p {
  width: 750px;
  font: 14px 'Open Sans';
  line-height: 23px;
  text-align: justify;
  color: #C1C1C1;
  text-shadow: rgba(0, 0, 0, 0.19) 2px 2px 0px;
  margin: 5px 0 5px 0px;
}
.letras-2 img {
  float: right;
  margin-top: 10px;
  margin-right: 40px;
  border: 6px solid #fff;
  width: 300px;
  height: 223px;
}
.letras-3 {
  padding-top: 30px;
  width: 1200px;
  height: 370px;
  margin: auto;
}
.letras-4 {
  width: 1200px;
  height: 325px;
  padding-top: 68px; 
  margin: auto;
}
.barra-nosotros {
  width: 100%;
  height: 350px;
  position: absolute;
  z-index: -1000;
  background: url(../images/sombra.png) repeat-x;
}
.cuerpo-medio-1 {
  width: 1200px;
  height: 600px;
  margin: auto;
}
.cuerpo-medio-2 {
  width: 1200px;
  height: 800px;
  margin: auto;
}
.cuerpo-medio-3 {
  width: 1000px;
  height: 800px;
  margin: auto;
}
.cuerpo-medio-3 h3 {
  font: 400 25.060000000000002px 'Open Sans';
  line-height: 1em;
  color: #ffffff;
  padding: 0;
  margin: 30px 0px 17px 0px;
}
.barra-cuadros {
  width: 1200px;
  height: 350px;
  margin: auto;
}
.cuadro-1 {
  width: 270px;
  height: 350px;
  float: left;
  margin-left: 30px;
}
.cuadro-1 h3 {
  font: 400 25.060000000000002px 'Open Sans';
  line-height: 1em;
  color: #ffffff;
  padding: 0;
  margin: 30px 0px 17px 0px;
}
.cuadro-1 h3 span {
  display: block;
  font-weight: 300;
  color: #818488;
}
.cuadro-1 p {
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #818488;
  text-align: justify;
}
.cuadro-objeticos {
  width: 1200px;
  height: 502px;
  margin: auto;
}
.cuadro-objeticos-1 {
  width: 370px;
  height: 412px;
  float: left;
  margin-left: 30px;
}
.cuadro-objeticos-1 h2 {
  font: 600 35px 'Open Sans';
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  margin: 20px 0px 28px 0px;
}
.cuadro-objeticos-1 img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  margin-bottom: 20px;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.cuadro-objeticos-1  h3 {
  font: 400 25.060000000000002px 'Open Sans';
  line-height: 1em;
  color: #ffffff;
  padding: 0;
  margin: 0px 0px 17px 0px;
}
.cuadro-objeticos-1 h3 span {
  display: block;
  font-weight: 300;
  color: #818488;
}
.cuadro-objeticos-1 p {
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #C1C1C1;
  text-align: justify;
}
.cuadro-objeticos-1 h4 {
  font: 18px 'Open Sans';
  line-height: 1.2em;
  color: #ffffff;
  padding: 0;
  margin: 20px 0px 28px 0px;
}
.cuadro-objeticos-1 h4 span {
  display: block;
  font: 16px 'Open Sans';
  font-weight: 200;
  color: #818488;
}
.myButton {
  margin-top: 10px;
  margin-left: 250px;
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
  background-color:#ededed;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  cursor:pointer;
  color:#777777;
  font-family:arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
  background-color:#dfdfdf;
}
.myButton:active {
  position:relative;
  top:1px;
}
.testimonios {
  width: 1170px;
  height: 750px;
  margin: auto;
}
.testimonios-1 {
  width: 500px;
  height: 700px;
  margin-top: 68px;
  margin-left: 30px;
  float: left;
}
.testimonios-1 h2 {
  font: 600 30px 'Open Sans';
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  margin: 0px 0px 28px 0px;
}
.testimonios-1  h3 {
  font: 400 25.060000000000002px 'Open Sans';
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  margin-top: 20px;
}
.testimonios-1 h1 {
  margin: 0px;
  font: 16px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 25px;
  color: #C1C1C1;
  text-align: left;
}
.testimonios-1 p {
  margin: 0px;
  margin-bottom: 20px;
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  height: auto;
  padding-left: 200px;
  color: #C1C1C1;
  text-align: justify;
}
.formaulario {
  width: 1170px;
  height: 750px;
  margin: auto;
}
.formaulario h2 {
  font: 600 35px 'Open Sans';
  line-height: 1.2em;
  color: #ffffff;
  padding: 0;
  margin: 15px 0px 28px 0px;
}
.formaulario span {
  display: block;
  font: 20.02px 'Open Sans';
  line-height: 1em;
  color: #ffffff;
  margin: -2px 0 5px;
}
.mapa{
  width: 1170px;
  height: 295px;
  margin: auto;
}
.formaulario-1 {
  margin-left: 80px;	 
  width: 270px;
  height: 301px;
  float: left;
}
.formaulario-1 h2 {
  font: 600 35px 'Open Sans';
  line-height: 1.2em;
  color: #ffffff;
  padding: 0;
  margin:20px 0px 28px 0px;
}
.formaulario-1 span {
  display: block;
  font: 20.02px 'Open Sans';
  line-height: 1em;
  color: #ffffff;
  margin: -2px 0 5px;
}
.formaulario-1 p {
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  height: 150px;
  color: #C1C1C1;
  text-align: justify;
}
.formaulario-2 {
  width: 600px;
  height: 310px;
  float: right;
}
.formaulario-2 h2 {
  font: 400 25px 'Open Sans';
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  margin:20px 0px 8px 6px;
}

 .contact_form ul {
    width:600px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:8px;
    position:relative;
}

.contact_form label {
    color: #fff;
	font: 600 14px 'Open Sans';
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 90px;
}


.contact_form input {
    height:20px;
    width:220px;
    padding:5px 8px;
}
.contact_form textarea {
    padding:8px;
    width:250px;
}
.contact_form button {
    margin-left:90px;
}

 .contact_form input, .contact_form textarea {
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #000;
    font-size: 12px;
    padding-right:30px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff;
	color: #000;
    border:1px solid #555;
    box-shadow: 0 0 3px #aaa;
    padding-right:80px;
}
 .contact_form input:required:valid, .contact_form textarea:required:valid {
    box-shadow: 0 0 5px #5cd053;
	color: #000;
    border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
 button.submit {
   padding: 9px 10px;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
    opacity:.55;
    cursor: pointer;
    color: #fff;
}
button.submit:active {
    border: 1px solid #222;
    box-shadow: 0 0 10px 5px #444 inset;
}

select {
    border:1px solid #aaa;
    height:30px;
    width:150px;
    padding:5px 0px;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 12px;
    padding-right:5px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}
.formulario-letras {
  width: 380px;
  height: 550px;
  margin-top: 10px;
  float: left;
}
.formulario-letras h2 {
  width: 380px;
  margin-top: 10px;
  float: left;
  font-family: sans-serif;
  font-size: 13px;
}
.final-letra {
	width: 350px;
	height: 70px;
	float: left;
	background-color: #000;
}

.final-letra-1 {
	float: left;
	margin-left: 250px;
}

.final-logo {
	float: left;
	width: 150px;
	height: 50px;
	margin-left: 347px;
	background-color: #000;
}
.myButton-1 {
	float: right;
	margin-right: 20px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton-1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.myButton-1:active {
	position:relative;
	top:1px;
}

.boton {
	width: 900px;
	height: 29px;
	margin: auto;
}

.foto-2 {
	width: 333px;
	height: 250px;
	float: left;
}

.foto-2 h3 {
	font: 400 25.060000000000002px 'Open Sans';
	line-height: 1em;
	color: #ffffff;
	padding: 0;
	margin: 20px 0px 17px 0px;
}
fieldset {
	border: none;
}

dl {
	line-height: 150%;
	border: 1px dashed #D3D3D3;
	border-radius: 10px;
	width: 520px;
	padding: 10px;
	margin: 0 auto 15px auto;
	text-align: left;
}

dt {
	color: #316300;
	font-size: 1.7em;
	line-height: 1em;
	padding-bottom: 20px;
}

p.demo_images {
	margin: 12px 0px;
	width: 270px;
}

p.demo_images img { 
 
}

.audio {
	width: 200px;
	height: 30px;
	float: left;
}
audio {
	width: 300px;
	height: 32px;
	background-color:#000;
}


