        #contenedor {
            position: relative;
            width: 100%;
            margin: 0 auto;
            height: 100%;
            font-family: Arial;
            font-size: 18px;
            font-style: normal;
            font-weight: normal;
            text-decoration: none;
            text-transform: none;
            background-color:rgba(255, 255, 255, 0.5);
            z-index: 11;

            }

        #header{
            position: fixed;
            top:0;
            width:100%;
            height:80px;
            color:#FFFFFF;
            /*background-image: url("../img/cielo4.png");
            */
            background-repeat: no-repeat;
            z-index: 10;
            background-color:transparent;
            }
        #headerv{
            position: fixed;
            top:0;
            width:100px;
            height:400px;
            color:#FFFFFF;
            /*background-image: url("../img/cielo4.png");
            */
            background-repeat: no-repeat;
            z-index: 10;
            background-color:transparent;
            }
     
        #cuerpo{
            position:absolute; 
            top:10px;
            left:110px;
            height: auto;
            width: auto;
            background-color:transparent;
            display: flex;
            justify-content: left;
            align-items: left;

            z-index: 0;
            }

        #fecha-hora{
            position: absolute;
            top:140px;
            color:blue;
            margin-left: 0px;
            text-align: center;
            width:160px;
            height:84px;
            overflow:hidden;
            z-index: 70;
            }
 
            
        #gps{
            position:absolute; 
            margin-left: 0px; 
            top:2px; 
            width:395px;
            height:540px; 
            z-index:70;
            
            display: flex;
            /*lign-items: center
            text-align: left;;*/
            border-radius: 5px;
            border: 1px solid #F59830;

            font-size:14px;
            font-family:arial,sans-serif;
            color: #00008B;
            background-color: #fff;
            box-shadow: 0 2px 20px #aaa; 
            
            } 


th, td {
  padding: 10px;
}
        #paraF {
            margin-left:130px;
            position: fixed;
            top:60px; 
            height: auto;
            width: auto;
            background-color:transparent;
            display: flex;
            justify-content: center;
            align-items: center;

            z-index: 10;
            padding: 20px;
            
            display: flex;
            /*lign-items: center
            text-align: left;;*/
            border-radius: 5px;
            border: 1px solid #F59830;

            font-size:14px;
            font-family:arial,sans-serif;
            color: #00008B;
            background-color: #fff;
            box-shadow: 0 2px 20px #aaa; 
        }
 
         #paraPass {

  margin-left: auto;
  margin-right: auto;
            position: absolute;
            top:160px; 
            left:460px;
            height: auto;
            width: auto;
            background-color:transparent;
            display: flex;
            justify-content: center;
            align-items: center;

            z-index: 10;
            padding: 20px;
            
            display: flex;
            /*lign-items: center
            text-align: left;;*/
            border-radius: 5px;
            border: 1px solid #F59830;

            font-size:14px;
            font-family:arial,sans-serif;
            color: #00008B;
            background-color: #fff;
            box-shadow: 0 2px 20px #aaa; 
        }
        
#CabeceraT {
margin-left:0px;
    position: fixed;
    background-color: #fff;
    height: 50px;
    top:238px;
    width:600px;
    display:none;
    z-index:50;
}
#ColT {
margin-left:0px;
    position: absolute;
    float:left;
    top:58px;
    width:600px;
    display:none;
}

        #textoC{
            width:120px;
            font-size:10pt;
            /*background-color: #0DEF00;*/
            height: 12px;
            text-align:center;
            }
        #img{
            width:120px;
            /*background-color: #0DEF00;*/
            height: inherit;
            text-align:center;
            }
        
         #Linea{
             border: 0;
             height: 4px;
             box-shadow: inset 0 12px 12px -12px blue;
            }
.clockdate-wrapper {
            position: fixed;
            ;
            /*left:540px;*/
            top: 0px;
            z-index:3000;

    /*background-color: #333;
    max-width:200px;
    width:100%;*/
    width:200px;
    text-align:center;
    border-radius:5px;
    margin:0 auto;
    margin-top:15%;
}
#clock{
    /*background-color:#333;*/
    font-family: sans-serif;
    font-size:36px;
    font-weight: bold;
    color:#66FF00;
    /*text-shadow: 2px 2px #fff;*/
}
#clock span {
    color:#F49227;
    /*text-shadow:0px 0px 1px #333;*/
    font-size:30px;
    top:-27px;
    left:-10px;
}
#ndias{
    /*background-color:#333;*/
    font-family: sans-serif;
    font-size:36px;
    font-weight: bold;
    color:#66FF00;
    /*text-shadow: 2px 2px #fff;*/
}
#ndias span {
    color:#F49227;
    /*text-shadow:0px 0px 1px #333;*/
    font-size:30px;
    top:-27px;
    left:-10px;
}

#date {
    /*letter-spacing:4px;*/
    font-size:20px;
    font-family:arial,sans-serif;
    color:#ffffff;
    /*text-shadow: 1px 1px #fff;*/
}
	/* para reloj medida viento */

#reloj {
  position: absolute;
  width: 140px;
  height: 140px;
  margin: 0 auto 0 auto;

  background: url(../img/viento/Rva.png) no-repeat;
  background-size: 130px 130px;
}

#segundos {

  background-position: center center;
  height:130px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 40px;
  background-size: 200px;
}

	/* para 980px o menos */
	@media screen and (max-width:980px) {
		#container {
			width:98%;
		}
		#header{
            position: absolute;
		}    
		#CabeceraT {
            position: absolute;
            top:16;
        }
	}

	.boton0{
	position: relative;
	float:left;
    padding: 2px; 
    width: 216px;
    height: 80px; 
    margin-top:1px;
    margin-bottom:2px;

    font-size: 14px;
    color: #fff;
    background-color:#F59830;
    border-radius: 8px;
    border: 1px solid #F59830;
    z-index: 8200;
    }
	.boton1{
	position: relative;
	float:left;
    padding: 2px; 
    width: 220px;
    height: 28px; 
    margin-top:1px;
    font-size: 14px;
    color: #fff;
    background-color:#F59830;
    border-radius: 8px;
    border: 1px solid #F59830;
        z-index: 8200;
  }
    .boton1:hover{
    cursor: hand;
    color: #fff;
    background-color: #00ff;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }
	.boton2{
	margin-left:90px;    
	position: absolute;
	float:left;
    padding: 2px 4px 8px 4px; 
    width: 116px;
    height: 14px; 
    margin-top:1px;
    font-size: 14px;
    color: #fff;
    background-color:#F08A01;
    border-radius: 8px;
    border: 1px solid #F9B401;
    z-index: 8200;
  }
    .boton2:hover{
    cursor: hand;
    color: #fff;
    background-color: #00ff;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }

  	.div00{
	position: absolute;

    height: 40px; 
    /* border: 1px solid #F59830;*/

    background-color: transparent;
    border-radius: 4px;
    z-index: 200;
  }

    .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
} 

.degradado {
background: linear-gradient(to left, black , #808080);
}
/*formulario-------------------------------------------------------------*/
.contact_form ul {
    width:360px;
    list-style-type:none;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:12px; 
	border-bottom:1px solid #eee;
	position:relative;
} 
.contact_form label {
    color: #000000;
    display: block;/*inline-block;
    float: top;*/
    font-family: sans-serif;
    font-size: 16px;
    /*font-weight: bold;*/
    margin-top: 3px;
    padding: 3px;
    width: 100px;
}
.contact_form input {
	height:40px; 
	width:220px; 
	font-family: sans-serif;
    font-size: 30px;
	/*padding:5px 8px;*/
}
.contact_form select {
	height:24px; 

	font-family: sans-serif;
    font-size: 14px;
    color:#0083e0;
	/*padding:5px 8px;*/
}
.contact_form textarea {
	padding:8px; 
	width:300px;
}
.contact_form button {
	margin-left:10px;
}

/*----- estilos visuales de los elementos --------*/

.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: #888;
	font-size: 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; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 

}

/* === Estilos de Validacion === */	

.contact_form input:required:valid, .contact_form textarea:required:valid {
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Estilos del boton de Envio === */
button.submit {
    width:150px;
    height:80px;

   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   font-size: 20px;
   line-height: 1;
   color: #0000ff;
   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: #ff00;
}
button.submit:active {
	border: 1px solid #222;
	box-shadow: 0 0 10px 5px #444 inset; 
}
button.submit2 {
    width:100px;
    height:30px;

   font-family: Helvetica, Arial, sans-serif;
   /*font-weight: bold;*/
   font-size: 18px;
   line-height: 1;
   color: #000000;
   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: #0083e0;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit2:hover {
	opacity:.55;
	cursor: pointer; 
	color: #ff00;
}
button.submit2:active {
	border: 1px solid #222;
	box-shadow: 0 0 10px 5px #444 inset; 
}
button.submit3 {
    width:100px;
    height:30px;

   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   font-size: 18px;
   line-height: 1;
   color: #0000ff;
   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.submit3:hover {
	opacity:.55;
	cursor: pointer; 
	color: #ff00;
}
button.submit3:active {
	border: 1px solid #222;
	box-shadow: 0 0 10px 5px #444 inset; 
}
button.submit33 {
    width:90px;
    height:24px;

   font-family: Helvetica, Arial, sans-serif;
   /*font-weight: bold;*/
   font-size: 14px;
   line-height: 1;
   color: #000000;
   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: #0083e0;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit33:hover {
	opacity:.55;
	cursor: pointer; 
	color: #ff00;
}
button.submit33:active {
	border: 1px solid #222;
	box-shadow: 0 0 10px 5px #444 inset; 
}
    
    #formulario3 label{
        float:left;
        text-align: right;
        padding: 0px 10px 0px 0px;
    }
#formulario3 select {
    width:200px;
    height:24px;
    font-size: 18px;
    color:#0083e0;

    }
/*----- estilos visuales de los elementos --------*/

#formulario3 select { 
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	color: #0083e0;
	font-size: 18px;

	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
#formulario3 select {
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 

}

/*formulario-------------------------------------------------------------*/
.contact2_form ul {
    width:360px;
    list-style-type:none;
	margin:0px;
	padding:0px;
}
.contact2_form li{
	padding:12px; 
	border-bottom:1px solid #eee;
	position:relative;
} 
.contact2_form label {
    color: #000000;
    display: block;/*inline-block;
    float: top;*/
    font-family: sans-serif;
    font-size: 16px;
    /*font-weight: bold;*/
    margin-top: 3px;
    padding: 3px;
    width: 100px;
}
.contact2_form input, select {
	height:40px; 
	width:220px; 
	font-family: sans-serif;
    font-size: 30px;
	/*padding:5px 8px;*/
}

.contact2_form textarea {
	padding:8px; 
	width:300px;
}
.contact2_form button {
	margin-left:10px;
}

/*----- estilos visuales de los elementos --------*/

.contact2_form input, .contact_form textarea, .contact_form select { 
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	color: #888;
	font-size: 30px;

	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
.contact2_form input:focus, .contact_form textarea:focus, .contact_form select:focus{
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 

}

/* === Estilos de Validacion === */	

.contact2_form input:required:valid, .contact_form textarea:required:valid {
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact2_form input:focus:invalid, .contact_form textarea:focus:invalid {
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

