@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Raleway:700);
/* CSS Document */

html, body {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
img{
	border: 0;
	letter-spacing: normal;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

.arriba{
	padding: 5px;}

#menu{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 9px;
	text-shadow: 1px 1px 3px #333;
	color: #999;
	    /* el color de fondo */
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    /* animamos su visibildiad */
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;}
#menu a{
	text-decoration:none;
	font-weight:400;
	color:#FFF;
	margin: 0 8px;
	/* CSS3 Transform Effect */
  	-webkit-transform: scale(1.2);     /* Safari & Chrome */
  	-moz-transform: scale(1.2);        /* Firefox */
  	-o-transform: scale(1.2);          /* Opera */}
#menu a:hover{
	text-decoration:none;
	color: #3CF;}

#bg_menu{
	background:url(../img/bgm.png) no-repeat center center;
	height: 380px;}

#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	/* el color de fondo */
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    /* animamos su visibildiad */
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;}

.classtdtitile
{
    color:#fff;
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
    font-weight:bold;}

#bg_arriba{
	background:url(../img/bg_a.png) no-repeat bottom center;
	margin: 0 auto;
	height: 28px;}
#bg_centro{
	background:url(../img/bg_c.png) repeat-y bottom center;
	margin: 0 auto;
	height: auto;}
#bg_abajo{
	background:url(../img/bg_d.png) no-repeat bottom center;
	margin: 0 auto;
	height: 28px;}

.titulo{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 24px;
	background:url(../img/bg_titulos.jpg) no-repeat left;
	color:#FFF;
	height: 44px;
	padding-left: 10px;}
.titulo_g{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 24px;
	background:url(../img/bg_titulos_g.jpg) no-repeat left;
	color:#FFF;
	height: 44px;
	padding-left: 10px;}
.titulo1{
	font-weight: 600;
	font-size: 14px;
	background:url(../img/bg_titulos1.jpg) no-repeat left;
	color:#FFF;
	height: 35px;
	padding-left: 10px;}

.txt_car{font-size: 12px;}
.thumb{margin: 5px;}

.uno{ font-family: 'Raleway', sans-serif; font-size: 20px; color:#036; text-transform:uppercase;}
.dos{ font-family: 'Raleway', sans-serif; font-size: 18px; color:#333;}

hr.linea{ 
width:100%; 
height:0px;/*solo queremos borde*/ 
text-align:left;
border-top:0px;/*quita el grosor extra de Opera y FFox*/ 
border-bottom: #036 dashed 1px;
margin-top: 12px;
}

#txt_conten{
	padding: 20px;
	font-size: 14px;
	text-align:justify;}
#txt_conten a{
	text-decoration: none;
	color: #C00;}
#txt_conten a:hover{
	text-decoration: underline;}

.mvision{
	font-size: 16px;
	text-align:center;
	padding: 5px 15px;
	color: #666;
	font-weight: 600;}

.ventajas{
	padding: 0 10px;
	font-size: 13px;
	text-align:justify;
	background:url(../img/bg_ventajas.png);}

.contactot{
	font-size: 12px;
	text-align:center;}

hr.sep{ 
width:100%;
text-align: center;
height:0px;/*solo queremos borde*/ 
text-align:left;
border-top:0px;/*quita el grosor extra de Opera y FFox*/ 
border-bottom: #999 dashed 1px;
margin-top: 12px;
}

.searchBox{
	height: 16px;
	margin: 5px 0;
	width: 173px;
	border: 1px dotted #666;}

.searchBox1{
	height: 50px;
	width: 173px;
	margin: 5px 0;
	border: 1px dotted #666;}
