body {
	background-attachment: fixed;
	margin: 0;
	background-image: url(../imagenes/graund.jpg);
}

tr {font-family: 'Ubuntu', sans-serif;
    font-size:14px;}

p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

#contenedor {background:#FFF;
             width:990px;
			 margin-left:auto;
			 margin-right:auto;}

.cabecera {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	padding-top: 15px;
}
		   
.cuerpo {width: 980px;
           margin-left:auto;
		   margin-right: auto;
		   background-color:#FFF;}
		   
.footer {width: 950px;
           margin-left:auto;
		   margin-right: auto;
		   background-color:#FFF;}

.homologaciones {width: 270px;
                 float:right;
				 margin-bottom: 20px;}

.logoshomolo {
	margin: 10px;
	text-align: center;
}
		   
.linea {display:block;
	margin-left:auto;
		   margin-right: auto;}
		   
.logo {width: 950px;
       margin-left:15px;}
	   
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.explicacion {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.contizq {
	width: 450px;
	float: left;
	margin-left:10px;
	background-color: #f8f0f0;
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	height: 280px;
		  }
		  
.contder {
	width: 450px;
	float: right;
	margin-right: 10px;
	background-color: #f8f0f0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	height: 280px;
}

.noticias {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #434343;
	padding-top: 10px;
	background-image: url(../imagenes/quotes2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.fotoizq {margin-left:10px;}

.fotoder {
	margin-left: 107px;
}

.telfax2 {font-size:20px;}
	  
h2 {
	font-family: 'Ubuntu', sans-serif;
	margin-top: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #434343;
	margin-bottom: 20px;
	font-size: 24px;
	text-align: left;
}

h5 {
	margin-left: 10px;
	margin-top: 10px;
	font-family: 'Ubuntu', sans-serif;
	padding: 0px;
	margin-bottom: 0px;
}

h4 	{margin-left: 10px;
	margin-top: 10px;
	font-family: 'Ubuntu', sans-serif;
	padding: 0px;
	margin-bottom: 0px;}

.logomini {
	width: 300px;
	float: left;
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: bold;
		   }   

.telefax {float: left;
          width: 300px;
		  margin-left: 40px;
		  margin-top: 10px;
		  font-family: 'Ubuntu', sans-serif;
		  font-size:20px;
		  font-weight:bold;
		  text-align:center;
		  }
		  
span {
	font-size: 18px;
	color: #999999;
	font-weight: bold;
}
	   
/* menu */

.container {
	text-align:center;
	margin-top: 20px;
	margin-left:5px;
    width: 950px;
}

#nav .sub1 {
	z-index:100; 
    left: 190px;
    margin: 0;
    opacity: 0; /* no son visibles */
    position: absolute;
    top: 50px; /* se ubican debajo del enlace principal */
    /* el color de fondo */
    background: #f8f0f0;
    /* 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;
	font-size: 13px;
  }
  
#nav li:hover > .sub1 { opacity: 1; }

/* cada un ode los items de los submenús */
#nav .sub1 li {
	width: 190px;
	
	height: 0; /* no son visibles */
	overflow: hidden;
	padding: 0;
	/* animamos su visibildiad */
	-moz-transition: height .25s ease .1s;
	-webkit-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	text-align: left;
  }
#nav li:hover > ul li {
    overflow: visible;
    padding: 0;
  }
#nav .sub1 li a {
	border: none;
	margin: 0;
	/* el ancho dependerá de los textos a utilizar */
	width: 170px;
	color: #434343;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
  }

#nav .sub1 li a:hover {	background:#434343;
	color:#FFF;}

#nav .sub2 {
	z-index:100; 
	left: 380px;
	margin: 0;
	opacity: 0; /* no son visibles */
	position: absolute;
	top: 50px; /* se ubican debajo del enlace principal */
	/* el color de fondo */
	background: #f8f0f0;
	/* 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;
	text-align: left;
	font-size: 13px;
	vertical-align:middle;
  }
  
#nav li:hover > .sub2 { opacity: 1; }

/* cada un ode los items de los submenús */
#nav .sub2 li {	
    	
	width: 190px;
    height: 0; /* no son visibles */
    overflow: hidden;
    padding: 0;
    /* animamos su visibildiad */
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
  }
#nav li:hover > ul li {
	height: 40px; /* los mostramos */
	overflow: visible;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDD;
  }
.sub2 li a {
	height: 30px;
	display: block;
	border: none;
	width: 150px;
	color: #434343;
	margin-top: 5%;
	margin-right: 0;
	margin-bottom: 5%;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
  }
  

#nav .sub2 li a:hover {	background:#434343;
	color:#FFF;}

/* common and top level styles */
#nav span {
    display: none;
}
#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
	background-color: #f8f0f0;
	border-bottom: 5px solid #434343;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	width: 950px;
}
#nav > li {
	color: #434343;
	font-family: 'Ubuntu', sans-serif;
	width: 190px;
	border-bottom: 5px solid transparent;
	float: left;
	margin-bottom: -5px;
	text-align: center;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	font-weight: lighter;
}
#nav li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
}
#nav > li > a {
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 49px;
    padding: 0 15px;
    text-transform: uppercase;
}
#nav > li:hover > a, #nav > a:hover {
    background-color: #434343;
    color: #FFFFFF;
}
#nav li.active > a {
    background-color: #333333;
    color: #FFFFFF;
}

/* SECCION CLIENTE */

.clientes {
	width: 180px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.70);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.70);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.70)
}
		   
.contenidoclientes {
	width: 950px;
	margin-left: 20px;
	margin-bottom: 40px;
	text-align: justify;
}

.secclientes {margin-bottom: 30px;
display:block;
	margin-left:auto;
		   margin-right: auto;}
		   

/* SECCION CONTACTO */

.contenidocontacto {
	width: 950px;
	margin-left: 15px;
	margin-bottom: 40px;
}

.formulario {
	width: 950px;
	margin-right: 20px;
	font-family: 'Ubuntu', sans-serif;
}

.tarjetavisita {
    width: 290px;
    float: left;
    background-color: #ebe9e5;
    font-family: 'Ubuntu', sans-serif;
    height: 500px;
    margin-left: 20px;
}

.visita {
	font-family: 'Ubuntu', sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #434343;
	font-size: 14px;
	font-style: italic;
}

table {margin-left: 60px;}

/* SECCION PRESENTACION */

.contenidopresentacion {width: 600px;
						padding-left:20px;
						padding-right:20px;}

.secciones {
	float: right;
	width: 270px;
	margin-left: 30px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #434343;
	height: 480px;
	padding-left: 10px;
	font-family: 'Ubuntu', sans-serif;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
			}
			
.parrafopresentacion {
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
}

			   
/*.secciones ul li {margin-top:10px;
                  margin-bottom:10px;
                  }

.secciones ul li a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	color: #434343;
	padding-right: 5px;}*/


.menusli {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
				  
.menusli a{display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	color: #434343;
	padding-right: 5px;}
	
.menusli a:hover {
	background-color: #EFEFEF;
	color: #000;
}
				  
.secciones ul menusli:hover {
	background-color: #F8F0F0;
	font-weight:bold;
}


/* GALERIA */

.ad-gallery {
	font-family: 'Ubuntu', sans-serif;
  width: 600px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 200;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 200;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(../lib/trans.gif);
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../lib/ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	width: 30px;
	height: 30px;
	right: 0;
	left: auto;
	background-image: url(../lib/ad_next.png);
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(../lib/opa75.png);
        color: #000;
      }
      
      
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(../lib/ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(../lib/ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

 pre {
    font-family: 'Ubuntu', sans-serif;
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  code {
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    padding: 0;
  }

  #gallery {
    padding: 30px;
    background: #e1eef5;
  }
  #descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
  }
    #descriptions .ad-image-description {
      position: absolute;
    }
      #descriptions .ad-image-description .ad-description-title {
        display: block;
      }
	  
.fotos {margin-top: 30px;}

.menuactivo {color:#999;
             padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.menuactivo:hover {
	font-weight: normal;
}

.azul {
	color: #00F;
	font-size: 24px;
}

.parrafoaviso {font-size:13px;}

.parrafopie {font-size:10px;}
.parrafopie a {border: none;}
.contenidoaviso {
	width: 830px;
	margin-left: 20px;
	margin-bottom: 40px;
	text-align: justify;
	padding-right: 30px;
	padding-left: 60px;
}
.cajadatosizq {
	font-weight: 900;
	color: #333;
	width: 310px;
	padding-left: 60px;
}

.cajaredatosizq {
	padding-left: 60px;
	width: 310px;
	font-size: 12px;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}

.logosbv {margin: 2px;}
.verif{ display: none; }

.captcha {
	padding-top: 0px;
	padding-bottom: 0px;
}

.captcha {
	margin-left: 50px;
	float: right;
}
