/* CSS Document */
*{
}
body{
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#333;
}
/* agregar */
body{width:100%;}
h1, h2 {font-family:Georgia, "Times New Roman", Times, serif;font-size:1.4em; font-weight:bold; line-height: 1em; margin: 3px 0;}
h3, h4 {font-size:1.1em; font-weight:normal; line-height: 1.1em; margin: 3px 0;}

hr {
	color: #555;
	background-color: #555;
	height: 1px;
	border-width: 0px;
	margin: 10px 0;
}
.sep{
	margin: 3px;
}

img{max-width:100%;height:auto;}  

a{
	color: #005984;
	text-decoration: none;
}
a:hover{
	color: #FFF;
	text-decoration: underline;
}


/* NETWORK */
#network{
	z-index: 200;
	float: right;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 0px;  /* complica el main  */
	margin-left: 12px;
}
#network img{
	padding-left: 5px;
}

header, nav{
    display: block;
}

/* Definimos un ancho 100% y una altura fija para nuestro menú */
header{
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	background: #333;
	height:60px;
	width: 100%;
}

.logo {
	z-index: 100;
	border-bottom: 1px solid #666;
	margin-top: 60px;
}

/* ---------------    MENU LANGUAGE  */
.menulang {
	z-index: 200;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;  /* complica el main  */
	margin-left: 70px;
}
.menulang img{
	width: 30px;
}
.menulang a{
	text-decoration: none;
}
.menulang a:hover{
	text-decoration: none;
}


/* MENU  */
/* Nuestro nav con id #menu lo flotaremos a la derecha*/
#menu{float: left;}   

    /* Quitamos estilos por defecto de el tag UL */
    #menu ul{
        list-style: none;
        font-size: 1.1em;
    }
        
        /* Centramos y ponemos los textos en mayuscula */
        #menu li{
           display: block;
           float: left;
           text-transform: uppercase;
        }
            
            /* Damos estilo a nuestros enlaces */
            #menu li a{
                display: block;
				background: #555;
                color: #fff;
                text-decoration: none;
                height: 30px;
                line-height: 30px;
                padding: 0 15px;
            }
            #menu li a:hover{
				background: #000;
				color: #FC0;
            }
    
    /* Estilos #nav-mobile y lo ocultamos */
    #nav-mobile{
        display: none;
        background: url(../assets/nav.png) no-repeat center center;
        float: left;
        width: 60px;
        height: 60px;
        position: absolute;
        left: 0;
        top:0;
        opacity: .7;

    }   
        /* Agregaremos esta clase a #nav-mobile, cuando el menu mobile haya sido desplegado */
        #nav-mobile.nav-active{
            opacity: 1;
        }

/* END MENU   */

/*
    MEDIA QUERY
*/

@media only screen and (max-width: 1200px) {
    
    /* mostramos #nav-mobile */
    #nav-mobile{ 
		display: block; 
	}

    /* Fijamos nuestro nav en 100% ancho y dejamos de flotarlo  */
    #menu{
        width: 100%;
        float: none;
        padding-top: 60px;
    }
        /* Convertimos nuestra lista de enlaces en un menú horizontal */
        #menu ul{
            -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.5);
            -moz-box-shadow: 0 2px 10px rgba(0,0,0,.5);
            box-shadow: 0 2px 10px rgba(0,0,0,.5);
            max-height: 0;
            overflow: hidden;
			/* corrige desplazamiento  */
			margin-top: 0px;
			margin-left: -40px;

        }
            /* estilos para los LI del menu */
            #menu li{
                border-bottom: 1px solid #000;
                float: none;
            }

            /* Quitamos el borde del ultimo item del menú */
            #menu li:last-child{ border-bottom: 0;}
                #menu li a{
                    padding: 6px 0;
                    height: auto;
                    line-height: normal;
					padding-left: 20px;
                }
                #menu li a:hover{background:#000}

        /* Agregamos una animación al despligue del menú */
        #menu ul.open-menu{
            max-height: 800px;
            -webkit-transition: max-height .4s;
            -moz-transition: max-height .4s;
            -ms-transition: max-height .4s;
            -o-transition: max-height .4s;
            transition: max-height .4s;
        }
}




.main{
	color:#333;
	padding: 25px;
}

.numerocarrusel{
	float:left;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 7em;
	line-height: 1em;
	color:#000;
	opacity:0.1;
	filter:alpha(opacity=10);
}
/* ------------------- EXPERIENCIAS GUIADAS */
.expg{
	font-size: 0.8em;
}
.expg img{
	float:left;
	padding-right: 20px;
	padding-bottom: 10px;
	max-width:50%;height:auto; 
}
.expg_T img{
	float:left;
	padding-right: 20px;
	padding-bottom: 10px;
	max-width:50%;height:auto; 
}

/* ----------------  DOC */
.docmain img{
	padding-bottom: 20px;
}

/* ----------------  DOWNLOAD */
.download img{
	vertical-align: middle;	
}

/* ----------------------------   STYLE EDITOR  */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.full {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
blockquote {
	margin-left:-30px;
	padding-left:45px; /*tamaño de la imagen --> */
	background: url(comilla_abre.png) top left no-repeat; 
}
blockquote p {
	margin:0px;
	margin-right:-30px;
	padding-right:45px;
	background: url(comilla_cierra.png) bottom right no-repeat; 
}

/* ----------------  SCROOL TO */
.imagenUP {
	float: right;
	z-index: 100;
	padding-left: 30px;
	
}

/* -------------------------------------------------------------  FOOTER */
.foot {
	z-index: 100;
	padding: 25px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background-color:#000;
	color:#CCC;
	font-size: 0.75em;
}
.foot a{
	text-decoration: none;
	color:#CCC;
}
.foot a:hover{
	text-decoration: underline;
	color:#FFF;
}


