/*------------- Estilos GENERAL ----------*/


#contenido {
    width: 1100px;
    margin: 0px auto;
    color: black; /*rgb(255, 255, 255);  */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; 
    -webkit-transform-style: preserve-3d;
    background-color: white;
    }



header {
    position: relative;
    width: 1100px;
    height: 432px;    /*403*/
    background-color: white;
	}

.gwd-img-header {
    position: relative;
    margin-top: 5px;
    margin-left: 0px;
	}

.gwd-img-gopro {
    position: absolute;
    margin-top: 5px;
  	 margin-left: 535px;
	}

/* Menú superior de navegación */
p.liMs {
    position: absolute;
    margin-top: 10px; 
    color: black;
    font-family:'Arial';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    }


div#link_1 {        
    margin-left: 1px;
    }
div#link_2 {
    margin-left: 75px;
    }
div#link_3 {
    margin-left: 190px;
    }
div#link_4 {
    margin-left: 270px;
    }
div#link_5 {
    margin-left: 380px;
    }

p.liMs:hover{
    color: #bab6b6;
    font-style: underline;
    }

/* Botones añadidos al menú */
.gwd-img-btface, .gwd-img-btTwit, .gwd-img-btYout {
    position: absolute;
 	margin-top: 0px;
    }

.gwd-img-btface {
	margin-left: 1007px;
	}

.gwd-img-btTwit {
	margin-left: 1040px;
    }
.gwd-img-btYout {
	margin-left: 1072px;
    }


.gwd-img-banner {
	position: absolute;
  	margin-top: 30px;
  	margin-left: 1px;
    width:1098px;
    }



/* Líneas verticales */
.gwd-img-verI, .gwd-img-verD, .gwd-img-hor1, .gwd-img-hor2{
    position: absolute;
    width: 1px;    
    }

.gwd-img-verI {
    margin-top: 9px;
    margin-left: 1px;
    height: 25px;   
    }

.gwd-img-verD {
    margin-top: 9px;
    margin-left: 1098px;    
    height: 25px;
    }

/* Líneas horizontales */
.gwd-img-hor1 {
    position: absolute;
    height: 1px;
    width: 1098px;
    margin-top: 8px;
    margin-left: 1px;
    }

.gwd-img-hor2 {
    position: absolute;
    height: 1px;
    width: 1098px;
    margin-top: 34px;
    margin-left: 1px;
    }

	/* Título de la página */
p.ltit {
    position: absolute;
    margin-top: 12px;
    margin-left: 4px;
    text-align: left;
    font-family: 'Arial';           
    font-weight: normal;
    font-size: 100%;
    color: black;
    }
   
 /* Subtítulo de la página */

div#subtitulo {
    position: absolute;
    text-align: center;
    margin-top: 50px;
    margin-left: 0px;
    width: 1100px;
    max-width: 1100px;
    height:38px;
    background-color: #666666;
    color: white;
    }


p.lStit {
    margin-top:0px;
    font-family: 'Trebuchet MS';           
    font-weight: normal;
    font-size: 200%;
    color: white
    }



/* Footer */

footer {
    position: relative;
    background-color: blue; 
    width: 1100px;
    height: 20px;
    }

/* Menú inferior de navegación */
div#naviIn{
    position: absolute;
    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
    width: 1100px;
    height: 25px;
    max-width: 1100px;
    background-color: #666666;
    }

      p.liF, p.liT, p.liF0, p.liF1 {
        position: absolute;
        margin-top: 5px;
        color: white;
        font-family:'Arial';
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
      }
p.liF0 {      
    font-size: 11px;	    
    }

div#bt0 {
    margin-left: 10px;
    }
div#bt1 {
    margin-left: 242px; 
    }
div#bt2 {
    margin-left: 309px;  
    }
div#bt3 {
    margin-left: 416px;  
    }
div#bt4 {
    margin-left: 490px;  
    }
div#bt5 {
    margin-left: 600px;   
    }

p.liF:hover{
    color: #bab6b6;
    font-style: underline;
    }

.gwd-img-tfno {
    position: absolute;
    margin-left: 440px;
    margin-top: 4px;
    }

p.liT {
    margin-left: 1020px;
    }

p.liF1 {
    margin-top: 30px;
    margin-left: 210px;
    font-size: 12px;
    color: #666666;
    }

.gwd-a-rwbc {
    position: absolute;
    margin-top: 55px;
    margin-left: 485px;
    }






