@charset "UTF-8";
/* CSS Document */


@font-face
{
 font-family: 'HelveticaNeueLTCom-Bd';
 src:url(fonts/HelveticaNeueLTCom-Bd.ttf);
 
 font-family: 'HelveticaNeueLTCom-BdCn';
 src:url(fonts/HelveticaNeueLTCom-BdCn.ttf);
 
 font-family: 'HelveticaNeueLTCom-Hv';
 src:url(fonts/HelveticaNeueLTCom-Hv.ttf);
 
 font-family: 'HelveticaNeueLTCom-Md';
 src:url(fonts/HelveticaNeueLTCom-Md.ttf);
 
 font-family: 'HelveticaNeueLTCom-Roman';
 src:url(fonts/HelveticaNeueLTCom-Roman.ttf);
 

}


body{
	margin: 0;
	 font-family: HelveticaNeueLTCom-Roman;
}




#contenido_isma1{
	width:25%; 
	height:220px;
	background-color:#fff; 
	float:left;
}




#contenido_isma2{
	width:25%; 
	height:220px;
	background-color:#844a73;
	 float:left; 
}

#contenido_isma2_publicidad{
	width:25%; 
	height:220px;
	background-color:#00a8c3;
	 float:left; 
}

#contenido_isma2_marketing{
	width:25%; 
	height:220px;
	background-color:#18af96;
	 float:left; 
}

#contenido_isma2_multimedia{
	width:25%; 
	height:220px;
	background-color:#ec6608;
	 float:left; 
}

#contenido_isma2_eventos{
	width:25%; 
	height:220px;
	background-color:#fab200;
	float:left; 
}

#contenido_isma2_quienes{
	width:25%; 
	height:220px;
	background-color:#fab200;
	float:left; 
}

/* PARA MENU*/
header, nav{
    display: block;
}

/* Definimos un ancho 100% y una altura fija para nuestro menú */
header{
    background: #fff;
    height:100px;
    position: relative;
    width: 100%;
    z-index: 2
}

/* El logo sera flotado a la izquierda */
#logo{
    background: url(images/veleta-webb-con-indicaciones_16.png) no-repeat 0 0;
    display: block;
    float: left;
   /* margin: 6px 10% 0;*/
    width: 177px;
    height: 100px;
    text-indent: -9999px;
	margin-top:-2px;
	margin-left:120px;
	position:absolute;
}

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



}   

    /* Quitamos estilos por defecto de el tag UL */
    #menu ul{
        list-style: none;
        font-size: 14px;
		margin-right:90px;

		
    }
        
        /* Centramos y ponemos los textos en mayuscula */
        #menu li{
           display: block;
           float: left;
           text-transform: uppercase;
           text-align: center;
        }
            
            /* Damos estilo a nuestros enlaces */
            #menu li a{
                display: block;
                color: #fff;
                text-decoration: none;
                height: 35px;
                line-height: 35px;
                padding: 0 26px;
				background-color:#f39200;
				margin-top:65px;
            }
            #menu li a:hover{
                background: #575756;
                color: #f39200;
            }
			
	
   
			
			
			#menu li ul{
				display:none;
				position: static;
				
				
			}
			
			
			#menu li:hover ul {
				display: block;
				 position: absolute;
				left: 0;
				right: 0;
			}
			
			 #menu li ul li {
			   display:block;
			   float: right;
			   text-transform: uppercase;
			   text-align: center;
			   margin-top:-65px;
			}
    
    /* Estilos #nav-mobile y lo ocultamos */
    #nav-mobile{
        display: none;
        background: url(images/nav.png) no-repeat center center;
        float: right;
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0;
        top:0;
        opacity: .6;
		background-color: #f39200;

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

/* Content */
#content{
    width: 80%;
    margin: 60px 10%;
    text-align: center;
    overflow: hidden;
}
    h2{
        font-size: 50px;
        font-weight: 600;
        text-transform: uppercase;
        color: #624c3f;
    }


/*
    MEDIA QUERY
*/

@media only screen and (max-width: 768px) {
        
    h2{font-size: 40px;}
    
    /* mostramos #nav-mobile */
    #nav-mobile{ display: block; }
	
	#nav-mail{ 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 1px 2px rgba(0,0,0,.5);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
            box-shadow: 0 1px 2px rgba(0,0,0,.5);
            max-height: 0;
            overflow: hidden;
        }
            /* estilos para los LI del menu */
            #menu li{
               background: #f39200;
                border-bottom: 1px solid #fff;
                float: none;
            }

            /* Quitamos el borde del ultimo item del menú */
            #menu li:last-child{ border-bottom: 0;}
                #menu li a{
                    padding: 15px 0;
                    height: auto;
                    line-height: normal;
					background-color:# f39200;
                }
                #menu li a:hover{background:#2a2d33}

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



/* FIN MENU */


			ul.contact {
				cursor: default;
				float:left;
				margin-left:70%;
				margin-top:-90px;
				
			}

		ul.contact li {
			-moz-transition: top .15s ease-in-out;
			-webkit-transition: top .15s ease-in-out;
			-ms-transition: top .15s ease-in-out;
			transition: top .15s ease-in-out;
			position: relative;
			display: inline-block;
			margin: 0 0.25em 0 0.25em;
			top: 0;
		}

			ul.contact li a {
				-moz-transition: background-color .2s ease-in-out;
				-webkit-transition: background-color .2s ease-in-out;
				-ms-transition: background-color .2s ease-in-out;
				transition: background-color .2s ease-in-out;
				display: block;
				position: relative;
				width: 38px;
				height: 38px;
				border-radius: 6px;
				outline: 0;
				background: #ccc;
				text-align: center;
			}

				ul.contact li a:before {
					color: #fff;
					font-size: 28px;
					line-height: 40px;
				}

			ul.contact li:hover {
				top: -5px;
			}

				ul.contact li:hover a.fa-facebook {
					background-color: #3C5A98;
				}

				ul.contact li:hover a.fa-twitter {
					background-color: #2DAAE4;
				}

				ul.contact li:hover a.fa-dribbble {
					background-color: #C4376B;
				}

				ul.contact li:hover a.fa-linkedin {
					background-color: #006599;
				}

				ul.contact li:hover a.fa-instagram {
					background-color: #2E5E86;
				}

				ul.contact li:hover a.fa-google-plus {
					background-color: #DA2713;
				}
				
				ul.contact li:hover a.fa-youtube {
					background-color: #b31217;
				}

			ul.contact li:active {
				top: 0;
			}
			
			
			
/* redes index*/

ul.contact_index {
				cursor: default;
				float:left;
				margin-left:70%;
				margin-top:-90px;
				
				
			}

		ul.contact_index li {
			-moz-transition: top .15s ease-in-out;
			-webkit-transition: top .15s ease-in-out;
			-ms-transition: top .15s ease-in-out;
			transition: top .15s ease-in-out;
			position: relative;
			display: inline-block;
			margin: 0 0.25em 0 0.25em;
			top: 0;
		}

			ul.contact_index li a {
				-moz-transition: background-color .2s ease-in-out;
				-webkit-transition: background-color .2s ease-in-out;
				-ms-transition: background-color .2s ease-in-out;
				transition: background-color .2s ease-in-out;
				display: block;
				position: relative;
				width: 38px;
				height: 38px;
				border-radius: 6px;
				outline: 0;
				background: #ccc;
				text-align: center;
			}

				ul.contact_index li a:before {
					color: #fff;
					font-size: 28px;
					line-height: 40px;
				}

			ul.contact_index li:hover {
				top: -5px;
			}

				ul.contact_index li:hover a.fa-facebook {
					background-color: #3C5A98;
				}

				ul.contact_index li:hover a.fa-twitter {
					background-color: #2DAAE4;
				}

				ul.contact_index li:hover a.fa-dribbble {
					background-color: #C4376B;
				}

				ul.contact_index li:hover a.fa-linkedin {
					background-color: #006599;
				}

				ul.contact_index li:hover a.fa-instagram {
					background-color: #2E5E86;
				}

				ul.contact_index li:hover a.fa-google-plus {
					background-color: #DA2713;
				}
				
				ul.contact_index li:hover a.fa-youtube {
					background-color: #b31217;
				}

			ul.contact_index li:active {
				top: 0;
			}			



/*  contact especial*/

ul.contact_especial {
				cursor: default;
				float:left;
				margin-left:70%;
				margin-top:-90px;
				
			}

		ul.contact_especial li {
			-moz-transition: top .15s ease-in-out;
			-webkit-transition: top .15s ease-in-out;
			-ms-transition: top .15s ease-in-out;
			transition: top .15s ease-in-out;
			position: relative;
			display: inline-block;
			margin: 0 0.25em 0 0.25em;
			top: 0;
		}

			ul.contact_especial li a {
				-moz-transition: background-color .2s ease-in-out;
				-webkit-transition: background-color .2s ease-in-out;
				-ms-transition: background-color .2s ease-in-out;
				transition: background-color .2s ease-in-out;
				display: block;
				position: relative;
				width: 38px;
				height: 38px;
				border-radius: 6px;
				outline: 0;
				background: #ccc;
				text-align: center;
			}

				ul.contact_especial li a:before {
					color: #fff;
					font-size: 28px;
					line-height: 40px;
				}

			ul.contact_especial li:hover {
				top: -5px;
			}

				ul.contact_especial li:hover a.fa-facebook {
					background-color: #3C5A98;
				}

				ul.contact_especial li:hover a.fa-twitter {
					background-color: #2DAAE4;
				}

				ul.contact_especial li:hover a.fa-dribbble {
					background-color: #C4376B;
				}

				ul.contact_especial li:hover a.fa-linkedin {
					background-color: #006599;
				}

				ul.contact_especial li:hover a.fa-instagram {
					background-color: #2E5E86;
				}

				ul.contact_especial li:hover a.fa-google-plus {
					background-color: #DA2713;
				}
				
				ul.contact_especial li:hover a.fa-youtube {
					background-color: #b31217;
				}

			ul.contact_especial li:active {
				top: 0;
			}


/*  contact especial_2*/

ul.contact_especial_2 {
				cursor: default;
				float:left;
				margin-left:70%;
				margin-top:-90px;
				
			}

		ul.contact_especial_2 li {
			-moz-transition: top .15s ease-in-out;
			-webkit-transition: top .15s ease-in-out;
			-ms-transition: top .15s ease-in-out;
			transition: top .15s ease-in-out;
			position: relative;
			display: inline-block;
			margin: 0 0.25em 0 0.25em;
			top: 0;
		}

			ul.contact_especial_2 li a {
				-moz-transition: background-color .2s ease-in-out;
				-webkit-transition: background-color .2s ease-in-out;
				-ms-transition: background-color .2s ease-in-out;
				transition: background-color .2s ease-in-out;
				display: block;
				position: relative;
				width: 38px;
				height: 38px;
				border-radius: 6px;
				outline: 0;
				background: #ccc;
				text-align: center;
			}

				ul.contact_especial_2 li a:before {
					color: #fff;
					font-size: 28px;
					line-height: 40px;
				}

			ul.contact_especial_2 li:hover {
				top: -5px;
			}

				ul.contact_especial_2 li:hover a.fa-facebook {
					background-color: #3C5A98;
				}

				ul.contact_especial_2 li:hover a.fa-twitter {
					background-color: #2DAAE4;
				}

				ul.contact_especial_2 li:hover a.fa-dribbble {
					background-color: #C4376B;
				}

				ul.contact_especial_2 li:hover a.fa-linkedin {
					background-color: #006599;
				}

				ul.contact_especial_2 li:hover a.fa-instagram {
					background-color: #2E5E86;
				}

				ul.contact_especial_2 li:hover a.fa-google-plus {
					background-color: #DA2713;
				}
				
				ul.contact_especial_2 li:hover a.fa-youtube {
					background-color: #b31217;
				}

			ul.contact_especial_2 li:active {
				top: 0;
			}


#li_lista{
	color:#FFFFFF;
	font-size:14px;
	line-height:17px;
	margin-left:40px;
	
}

#ul_lista{
	list-style-type:none;
	
}

#li_lista:before {
    /*content: "• ";
    color: #f9b000;   /*or whatever color you prefer */
}

#li_lista_eventos{
	color:#FFFFFF;
	font-size:14px;
	line-height:17px;
	margin-left:40px;
	
}


#ul_lista_eventos{
	list-style-type:none;
	
}

#li_lista_eventos:before {
    /* content: "• ";
    color: #f39200; or whatever color you prefer */
}

#h3_titulos{
	color:#f9b000;
	font-size:18px;
	margin-left:40px;
	line-height:10px;
	padding-top:8px;
	font-style:italic
	
	
}

#h3_titulos_opc{
	color:#FFF;
	font-size:18px;
	margin-left:40px;
	line-height:10px;
	padding-top:8px;
	font-style:italic
	
	
}

#p_texto{
	text-align:justify;
	font-size:15px;
	color:#575756;
	line-height:17px;
	margin-top:10px;
	width:90%;
	float:right;
	margin-left:10px;
	margin-right:10px;


}

#contenido_texto{
	text-align:left;
	width:100%;
	
	
}

#div_etiqueta{
	background-repeat:no-repeat;
	width:20%; 
	height:200px; 
	background-color:transparent; 
	float:left;
	margin-top:-5px;
	
}

/*etiqueta*/



.etiqueta_branding {
	margin-top:-30px; 
	display:inline-block;
	
}

.etiqueta_branding :hover{
	margin-top:20px;
	
}

#img_branding{
	src:url(images/etiquetas/veleta-webb-con-indicaciones_37.png);
	
}


.etiqueta_publicidad {
	margin-top:-30px; 
	display:inline-block;
}

.etiqueta_publicidad :hover{
	margin-top:20px;
	
}

#img_publicidad{
	src:url(images/etiquetas/veleta-webb-con-indicaciones_34.png);
	
}

.etiqueta_marketing {
	margin-top:-30px; 
	display:inline-block;
}

.etiqueta_marketing :hover{
	margin-top:20px;
	
}

#img_marketing{
	src:url(images/etiquetas/veleta-webb-con-indicaciones_31.png);
	
}

.etiqueta_multimedia {
	margin-top:-30px; 
	display:inline-block;
}

.etiqueta_multimedia :hover{
	margin-top:20px;
	
}
#img_multimedia{
	src:url(images/etiquetas/veleta-webb-con-indicaciones_28.png);
	
}

.etiqueta_eventos {
	margin-top:-30px; 
	display:inline-block;
}

.etiqueta_eventos :hover{
	margin-top:20px;
	
}

#contenedor_etiquetas{
	width:40%; 
	height:100px; 
	margin-left:auto; 
	margin-right:auto; 
	background-color:transparent; 
	min-width:620px;
	margin-top:-12px;
	
}

#div_branding{
	
	cursor:pointer;
	
}

#div_publicidad{
	
	cursor:pointer;
	
}

#div_marketing{
	
	cursor:pointer;
	
}

#div_multimedia{
	
	cursor:pointer;
	
}

#div_eventos{
	
	cursor:pointer;
	
}



#contenido_isma1_index{
	width:50%; 
	height:100%; 
	background-color:#fff; 
	float:left;
}


#contenido_isma2_index{
	width:50%; 
	height:100%; 
	background-color:#844a73;
	 float:left; 
}

#hs_button{
	width:100%; 
	height:2px; 
	background-color:#CCC; 
	color:#F00; 
	text-align:center; 
	cursor:pointer;
	font-weight:bold;
	font-size:x-large;
	
	
}

#target{
	display:none; 
	width:99%;
	
	
	
}

#contenedor_contenido{
	width:100%; 
	height:100px; 
	background-color:transparent; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:100px
	
	
	
}


/* 27-09-15*/

#contenido_isma0{
	width:25%; 
	height:100%; 
	background-color:transparent;
	float:left;
}


#ul_lista_lateral{
	list-style-type:none;
	margin-top:15px;
	border-right: solid thin;
	border-right-color:#575756;
	cursor:pointer;
	float:right;
	
	
}

#li_lista_lateral a{
	color:#f39200;
	text-decoration:none;
	
	margin-right:10px;
}

#li_lista_lateral a:hover{
color:#575756;
	text-decoration:none;	
}


#li_lista_lateral_act a{
	color:#575756;
	text-decoration:none;	
}

#li_lista_lateral{
	color:#f39200;
	font-size:15px;
	line-height:15px;
	margin-left:40px;

}



#li_lista_lateral_act{
	color:#575756;
	font-size:15px;
	line-height:15px;
	margin-left:40px;
	
}


#li_lista_lateral:before {
    content: "• ";
    color: #f39200; /*or whatever color you prefer */
}

#li_lista_lateral_act:before {
    content: "• ";
    color: #575756; /*or whatever color you prefer */
}


#contact_footer{
	width:100%; 
	height:80px; 

	  
	   /* Safari 4-5, Chrome 1-9 */
	  /* Can't specify a percentage size? Laaaaaame. */
	  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#fff), to(#ccc));
	
	  /* Safari 5.1+, Chrome 10+ */
	  background: -webkit-radial-gradient(circle, #fff, #ccc);
	
	  /* Firefox 3.6+ */
	  background: -moz-radial-gradient(circle, #fff, #ccc);
	
	  /* IE 10 */
	  background: -ms-radial-gradient(circle, #fff, #ccc);
	  
	  position: absolute;
	bottom: 30px;
}

#contact_footer_index{
	width:100%; 
	height:80px; 

	  
	   /* Safari 4-5, Chrome 1-9 */
	  /* Can't specify a percentage size? Laaaaaame. */
	  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#fff), to(#ccc));
	
	  /* Safari 5.1+, Chrome 10+ */
	  background: -webkit-radial-gradient(circle, #fff, #ccc);
	
	  /* Firefox 3.6+ */
	  background: -moz-radial-gradient(circle, #fff, #ccc);
	
	  /* IE 10 */
	  background: -ms-radial-gradient(circle, #fff, #ccc);
	  
	 
	bottom: 30px;
}


#mfooter{
	width:100%; 
	height:30px; 
	background-color:#ec6608;
	position: absolute;
	bottom: 0;
	
	
	
}

#mfooter a{
	
	color:#FFF; 
	font-weight:bold; 
	font-style:italic;
	text-decoration:none;
	
}


#mfooter_index{
	width:100%; 
	height:30px; 
	background-color:#ec6608;
	
	
	
}

#mfooter_index a{
	
	color:#FFF; 
	font-weight:bold; 
	font-style:italic;
	text-decoration:none;
	
}

#icon_footer_1{
float:left; margin-top:17px; margin-left:10px	
	
}

#p_footer_1{
float:left; color:#575756; text-decoration:none; font-size:12px; line-height:15px ; width:60%; margin-top:20px; margin-left:-7px 	
}


#icon_footer_2{
	
float:left; margin-top:17px; margin-left:20px	
}



#p_footer_2{
	
float:left; color:#575756; text-decoration:none; font-size:12px; line-height:15px ; width:70%; margin-top:30px; margin-left:-20px 	
}


#icon_footer_3{
float:left; margin-top:17px; margin-left:20px	
	
}

#p_footer_3{
	
float:left; color:#575756; text-decoration:none; font-size:15px; font-weight:bold; line-height:15px ; width:60%; margin-top:25px; margin-left:10px; text-align:left	
}


#clear_foot_iz{
	
	width:25%; height:100% ; float:left; background-color:transparent
}

#clear_foot_der{
	
	width:25%; height:100% ; float:left; background-color:transparent
}

#clear_foot_cent{
	width:50%; height:100% ; float:left;	
	
}

#cont_foot_iz{
	width:33%; height:100%; float:left;
}

#cont_foot_cent{
	width:33%; height:100%; float:left;
}

#cont_foot_der{
	width:33%; height:100%; float:left;
}


#nuevo_boton{
	width:300px; height:40px; background-color:#CCC; margin-left:auto; margin-right:auto;
	text-align:center;
	 
	cursor:pointer;
	font-weight:bold;
	font-size:x-large;
	color: #fab200;
	background-color:#FFFFFF;
	border:solid thin;
	border-color:#fab200;
	text-align:center;
	font-size:28px;
	z-index:1;
	margin-top:-30px;

	
	/*para Firefox*/
-moz-border-radius: 5px 5px 5px 5px;
/*para Safari y Chrome*/
-webkit-border-radius: 5px 5px 5px 5px;
/* para Opera */
border-radius: 5px 5px 5px 5px;
	
	
}

#nuevo_boton:hover{
	
	text-align:center;
	 
	
	color: #fff;
	background-color:#ccc;
	border:solid thin;
	border-color:#ccc;
	
	
	
	
	
}

#clientes{
	width:1000px; height:300px;  margin-left:auto; margin-right:auto; margin-top:50px	
	
}

#icon_clientes{
	width:30%; height:50%;  float:left; background-image:url(images/index/website-veleta_03.png); background-repeat:no-repeat; background-position:center; margin-top:80px
	
}

#logo_clientes{
	
width:70%; height:300px;  float:right; 	
}

#cli_logo{
width:142px; height:102px; background-color:#FFF;  margin:30px;  float:left; 
	
}

#apuntando_exito{
	float:left; width:50%; height:350px; background-image:url(images/index/index_apuntando.png); background-position:center; background-repeat:no-repeat
	
}


#quienes_somos{
float:left; width:50%; height:350px	
	
}

#icon_quienes{
float:left; margin-left:100px; margin-top:50px	
	
}

#texto_quienes{
	
	margin-top:20px; float:left;color:#575756; font-size:20px; width:70%; text-align:justify
	
}


#cont_sec2{
	width:100%; height:400px; margin-top:100px
	
}

#cont_sec3{
width:100%; height:500px; margin-top:100px	
	
}


#frame_su{
	width:650px;
	height:215px;
	
	
}


#p_texto_especial{
	text-align:justify;
	font-size:12px;
	color:#fff;
	line-height:13px;
	margin-top:10px;
	width:90%;
	float:right;
	margin-left:10px;
	margin-right:10px;


}


.txt_contactenos{
	width: 200px;
	height: 20px;
	font-size:10px;
	background-color:#CCCCCC;
	border:solid thin;
	border-color:#666666;
	/*para Firefox*/
-moz-border-radius: 0px 5px 5px 0px;
/*para Safari y Chrome*/
-webkit-border-radius: 0px 5px 5px 0px;
/* para Opera */
border-radius: 0px 5px 5px 0px;
resize:none;
line-height:11px;
	
	
}

#btn_enviar{
	background-image:url(images/contactenos/contatenos_13.png);
	width:62px; 
	height:30px;
	background-repeat:no-repeat;
	border:0;
	background-color:transparent;
	cursor:pointer;
	
	
}




#carrusel_clientes{
	
	width:95%; 
	height:90px;
	position: absolute;
	bottom: 0;
	margin-bottom:30px;
	background-color:#FFF;
	
}


#div_nueva_wrapper{
	margin-top:-270px;
	
}


#contenido_cont{
	width:100%; height:170px; background-color:#FFFFFF; margin-left:auto; margin-right:auto;overflow-y: scroll;
	
	
}


#cliente_killari{
	width:110px;
	height:80px;

}

#cliente_plaza{
	width:110px;
	height:80px;

}

.a_contactenos{
	color:#575756;
	font-family: HelveticaNeueLTCom-Roman;
	text-decoration:none;
	cursor:pointer;
	
	
	
}