@font-face{
	font-family: avant;
    src: url(../fonts/AVANT-GARDE.TTF);
}

@font-face{
	font-family:opensans;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face{
	font-family:open-bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face{
	font-family:open-semi;
    src: url(../fonts/OpenSans-Semibold.ttf);
}
@font-face{
	font-family:open-light;
    src: url(../fonts/OpenSans-Light.ttf);
}

*{
	margin: auto; padding: 0px;
}
body{
	font-family: opensans;
	min-width: 1080px;
}
a:not(.link){
	color: inherit;
}
a:not(.link):hover{
	color: inherit;
	text-decoration: none;
}
ul{
	padding-left: 15px;
}
.main{
	max-width: 959px;
	position: relative;
}
.gris{
	color: #808080;
}
.clear{
	clear: both;
}
.banner{
	margin: auto;
	width: 959px;
	min-height: 174px;
	padding-top: 20px;
	margin-bottom: 25px;
}
.navbar-nav ul .sub-arrow{
	display: none;
}
.banner img{
	margin: auto;
}
.contenedor
{
	background-image: url(../../img/background.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#principal iframe{
	width: 586px;
	max-width: 100%;
	height: 477px;
	min-height: 0px;
}
#principal div#video iframe{
	width: 586px;
	max-width: 100%;
	height: 350px;
	min-height: 0px;
}
.bk-rosa{
	background-color: #ed71ac;
}
.bk-verde{
	background-color: #a8cf45;
}
#link-aviso{
	color: inherit;
}
h1.title{
	font-family: open-bold;
	font-weight: normal;
	font-size: 21.5px;
	margin-bottom: 35px;
}
.slider {
    margin-top: -35%;
    position: relative;
    width: 100%;
}
.contenido h2{
	font-family: open-bold;
	font-weight: normal;
	font-size: 21.5px;
	
}
.contenido h5{
	font-family: open-bold;
	font-weight: normal;
	font-size: 16px;
}
.contenido{
	padding: 0px 10px 50px 30px;
	font-size: 16px;
}
/***********************************************************/
/******************index.php********************/
#header{
	min-height: 125px;
	/*background-color: #051e3a;*/
	width: 100%;
	min-width: 1080px;
	/*background-image: url(../../img/fondo-header.png);
	background-position: right top;
	background-repeat: no-repeat;*/
}
#header>div.main{
	min-height: 125px;
}
	#logo{
		margin-top: 58px;
		width: 266px;		
		position: absolute;
		/*z-index: 99999;*/
		margin-left: 0px;
	}
	.nombre{
		font-family: avant;
		font-size: 26px;
		float: left;
		position: relative;
		color: #FFF;
		z-index: 9;
		margin-top: 34px;
		margin-left: 340px;
	}
	#busqueda{
		float: right;
		position: relative;
		z-index: 9;
		margin-top: 20px;
		margin-right: 20px;
	}
		#buscar{
			width: 157px;
			height: 22px;
			border: none;
			padding: 3px 0px 0px 10px;
			background-color: #fefefe;
			border-radius: 10px 0px 0px 10px;
		}
		#btn-buscar{
			
			width: 37px;
			height: 22px;
			border: none;
			padding: 2.5px 0px 5px;
			background-color: #fefefe;
			border-radius: 0px 10px 10px 0px;
			background-image: url(../../img/lupa.png);
			background-repeat:no-repeat;
			background-position:center;
		}
	#redes{
		float: right;
		position: relative;
		z-index: 9;
		top:45px;
		left: 57px;
		width: 30px;
	}
	#redes img{
		padding-top: 15px;
	}
	#archivosProductos{
		width: 213px;
		margin-left: 70%;
		float: none;
	}
	#archivosProductos img{
		margin-bottom: 10px;
	}
	#menu{
		width: 700px;
		background-image: url(../../img/fondo-menu.png);
		background-position: right bottom; 
		background-repeat: no-repeat;
		position: relative;
		padding-top: 40px;
		/*z-index:99999;*/
		margin-right: 0px;
		
	}
	#tituloProducto{
		font-size: 20px;
		font-weight: bold;
		color: #858585;
	}
	#linea-gris{
		border: solid 2px #a9abae; 
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#datosProducto{
		min-height: 215px;
		color: #858585;
		font-size: 15.5px;
		font-family:open-light;
		float: none;
	}
	.titulo_slider{
		font-size: 14px;
	}
	a.navbar-brand{
		display: none;
	}
	.separador-menu{
		float: left;
		height: 26px;
		margin-top: 5px;
		width: 1px;
		background-color: rgba(255,255,255,0.9);
	}
	
	.navbar-default {
    	background-color: transparent;
    	border-color: transparent;
	}
	.navbar{
		margin: 0px;
		min-height: 10px;
		z-index: 999;
	}
	.navbar-nav > li > a {
    	padding: 0px 18px 30px 15px;
    	
	}
	.navbar-default .navbar-nav > li > a {
    	color: #FFF;
    	font-size: 18px;
    	font-family: avant;
	}
	.navbar-default .navbar-nav > li > a:hover{
		color: #FFF;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fff;
    height: 45px;
}
.navbar-nav ul a.has-submenu
{
	padding-right: 8px;
}
.lupa{
	position: relative;
	top: 40px;
	left:345px;
	z-index: 0;
	cursor: pointer;
}
	.navbar-nav {
    	float:none;
    	margin: auto;
    	padding-left: 0px;
	}
	.dropdown-menu {
		/*min-width: 80% !important;
		max-width: 80% !important;*/
		width: 100%;
		border: none;
		box-shadow: none;
		background-color: transparent;
		padding: 0px;

	}
	#noHay{
		text-align: center;
		font-size: 20px;
		color: #858585;
	}
	.dropdown-menu >li{
		border: none;
		width: 170px;
		margin-right: 7px;
	}
	.dropdown-menu>li:first-child{
		border-top: none;
	}
	.dropdown-menu > li > a {
		white-space: normal !important;
		padding: 15px 5px;
		font-family: open-bold;
		font-size: 15px;
		
		text-align: center;
		color: #FFF;
		background-color: rgba(111,111,111, 0.7); 
		margin: 0px 1px 2px 2px;
		width: 170px;
	}
	.navbar-nav ul.sm-nowrap > li > a {
    white-space: normal;
    margin-top: 0.9px;
}
	.dropdown-menu > li > ul >li {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
	}
	.dropdown-menu > li > a:hover{
		background-color: rgba(78,78,78, 0.7);
		color: #FFF;
	}
	.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
 background-color: rgba(78,78,78, 0.7);
  
}
#textoDescarga{
	width: 115px;
	text-align: right;
	margin-right: 5px;
	font-weight: bolder;
	height: 70px;
	font-style: oblique;
	font-size: 19px;
}
	
#cuerpo{
	
	position: relative;
	overflow: hidden;
	
}
#cuerpo .main{
	min-height: 581px;
}
.titulo-empresa{
font-size: 16px;
line-height: 1.3;

}
.empresa{
	font-size: 17px;
	line-height: 1.2;
	margin: 20px 0 20px 0;
}
#contenido-empresa{
	text-align: left;
	min-height: 400px;
	margin-top: 50px;
	color: #858585;
	background-image: url(../../img/fondo_empresa.png);
	background-position: bottom center ;
	background-repeat: no-repeat; 
}
#quienes{
	font-weight: bold;
	font-size: 22px;
}
#cuerpo>img{
	position: absolute;
	max-width: 100%;
	min-height: 100%;
	font-size: 18px;
}

#slider{
	width: 937px;
	margin: auto;
	padding-top: 25px;
	margin-bottom: 0px;

}
#sliderProductosa{
	width: 937px;

}
#noticias{
	color: #000;
	text-align: center;
	margin-top: -35px;
}

.titulo-noticia{
	font-size: 19px;
	margin-top: 10px;
	line-height: 1.1;
	text-transform: uppercase;
}
.noticia-home{
	margin:25px 12px 20px 9px; 
	text-align: center;
	display: inline-block;
	width: 170px;
}
.noticia-home p{
	max-width: 95%;
	margin-left: 5px;
	margin-right: 11px;
	font-size: 18px;
}
#grande{
	width: 100%;
}
#galeriaProducto{
	width: 40%;
	float: left;
}
.pequenas{
	width: 20%;
	float: unset;
	margin: 15px 25px 0px 0px;
	cursor:pointer;
}
#galeria-mini{
	width: 80%;
}
#galeria-grande{ 
	width: 384px;
	height: 340px;
}
.quienes{
	display: inline-block;
}
#imagen{
	float: left;
	width: 20%;
}
#chicos{
	text-align: right;
}
#chicaContacto{
	left: 40%;
	bottom: 185px;
	height: 160px;
	width: 20%;
    position: relative;
}
#mision{ 

	text-align: left;
}
#textos-empresas{
	float: left;
	width: 57%;
} 
#pais{
	width: 165px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#estado{
	width: 165px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#cp{
	width: 100px;
}
#labelCp{
	float: right;
}

#noticias div.noticia-home:nth-of-type(3){
	margin-right: 0px;
}
a.ver-noticia{
	font-size: 14px;
	color: #6c6c6c;
	font-family: avant;
}

#footer{
	background-color: #000;
	min-width: 1080px;
	width: 100%;
	min-height: 381px;
}
#company{
	font-weight: bold;
	font-size: 16px;
}
#pleca-gris{
	height: 10px;
	background-color: #00AFEF;
}
#footer>div.main{
	min-height: 356px;
	padding-top: 20px;
}
.col{
	float: left;
	padding: 0px 10px 00px;
	color: #FFF;
}
.w33{
	width: 33%;
}
.separator{
	display: none;
}
#menu-footer li{
	margin: 4px auto;
	text-transform: uppercase;
	color: #FFF;
	font-size: 13px;
}
#news{
	margin-top: 50px;
	
}
#news>p{
	font-family: open-bold;
	font-size: 19px;
	color: #FFF;
}
#mail-news{
	border: none;
	background-color: rgba(255,255,255,0.5);
	padding: 0px 5px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	float: left;
	font-family: opensans;
	font-size: 16px;
	width: 190px;
}
.align-r{
	text-align: right;
}
#suscribir{
	border: none;
	border-radius: 0px 10px 10px 0px;
	background-color: #0f244d;
	width: 40px;
	font-family: opensans;
	font-size: 16px;
	margin-left: 8px;
	color: #FFF;
}
#pongase{
	font-family: open-bold;
	font-size: 19px;
	color: #FFF;
}
div#contact-footer input[type='text']{
	border: none;
	background-color: rgba(255,255,255,0.5);
	padding: 0px 5px 0px 10px;
	border-radius: 10px;
	margin: 6px auto;
	font-family: opensans;
	font-size: 16px;
	width: 250px;
}
div#contact-footer #message{
	border: none;
	background-color: rgba(255,255,255,0.5);
	padding: 0px 5px 0px 10px;
	border-radius: 10px;
	margin: 5px auto;
	font-family: opensans;
	font-size: 16px;
	width: 250px;
	height: 80px;
}
#enviar-footer{
	border: none;
	border-radius:10px;
	background-color: #0f244d;
	padding: 0px 15px;
	font-family: opensans;
	font-size: 16px;
	
	color: #FFF;
}
#mapa{
	float: left;
	margin-top: -90px;
}
#info{
	float: right;
	width: 49%;
	text-align: left;
	
}
.promo{
	font-size: 17px;
	line-height: 2;
	font-weight: bold;
}
#direccion{
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.3;
}
.telefonos{
	font-size: 35px;
	font-family: open-bold;
	font-weight: bold;
}
#ventas{
	font-weight: bold;
	font-size: 16px;
}
#datos-contacto{
	text-align: left;
	color: #4d4d4d;
	line-height: 1.1;
}
#datos-contacto span{
	font-size: 32px;
}
	
.datos-pie{
	font-size: 15px;
	text-align: right;
}
#aviso-footer{
	font-size: 13px;
}
/***************************productos*************************/
#productos{
	padding-bottom: 30px;
}
.producto{
	display: inline-block;
    margin: 6px;
    text-align: left;
    width: 220px;
    margin-bottom: 0px;
    height: 300px;
}

.txt-producto
{
	height: 200px;
}
.titulo-producto{
	
	height: 44px;
	font-family: open-semi;
	font-size: 15.5px;
	
}
.productos-descripcion{
	margin-bottom: 13px;
}
.contenido-producto{
	float: right;
	width: 50%;
}
.cotizar-producto{
	margin-left: 25px;
}
#detalleProducto{
	float:left; max-width:500px; width:500px; margin-left: 45px; min-height: 320px;
}
#sensor-vertical{
	position: absolute;
	right: -119px;
	bottom: 0px;
	z-index: 99999;
}
.banner_productos{
	margin-top: 29px;
	margin-bottom: 5%;
}
#laterales{
	float: left;
	width: 17%;
	margin-left: 2%;
}
#contenido{
	float: left;
	width: 73%;
	margin-left: 4%;
	margin-bottom: 5%;
}
#contenido img{
	max-width: 100%;
}
.img_productos{
	margin-bottom: 15%;
}

#titulo_modulos{
	font-size: 20px;
	    margin: 0 0 10px 45px;
}
#ruta_producto{
    margin-bottom: 25px;
    width: 100%;

}
/************************capacitacion***************************/
#cursos h2.inline{
	display: inline-block;
}
h2.inline{
	display: inline-block;
}
#categorias-cursos,#categorias-cursos-v{
	border-radius: 10px;
	border: 1px solid #b1b1b1;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px 5px;
}
#subcategorias-cursos,#subcategorias-cursos-v{
	border-radius: 10px;
	border: 1px solid #b1b1b1;
	padding: 0px 5px;
}
.ubicacion
{
	float: left;
	font-size:18px;
}
.ubicacion span
{
	font-family: open-bold;
}
.paginacion{
	float: right;
	text-align: right;
	padding-right: 30px;
}
.curso{
	margin: 25px auto;
	padding: 10px 20px 60px 20px;
	background: url(../../img/sombra_curso.png) no-repeat center bottom;
}
.img-curso{
	float: left;
	width: 282px;
	height: 160px;
	margin: 0px 25px 0px 0px;
}
.cuerpo-curso{
	float: left;
	width: 550px;
	line-height: 1.2;
}
.cuerpo-curso h2{
	margin-top: 0px;
}
.informes{
	margin-top: 30px;
}
/*****************************manuales**************************/
#categorias-manuales{
	border-radius: 10px;
	border: 1px solid #b1b1b1;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px 5px;
}
#subcategorias-manuales{
	border-radius: 10px;
	border: 1px solid #b1b1b1;
	padding: 0px 5px;
}
#listado-manuales{
	padding-left: 35px;
}
.manual{
	float: left;
	width: 135px;
	margin: 0px 45px 25px 0px;
	text-align: left;
}
.manual:nth-of-type(6n){
	margin-right: 0px;
}
.manual:nth-of-type(11n){
	margin-right: 0px;
}
.manual:nth-of-type(17n){
	margin-right: 0px;
}
.ver-curso{
	margin-top: 20px;
}
/*****************************manuales**************************/
#categorias-videos{
	border-radius: 10px;
	border: 1px solid #b1b1b1;
	
	margin-right: 20px;
	padding: 0px 5px;
}
#subcategorias-videos{
	border-radius: 10px;
	border: 1px solid #b1b1b1;
	padding: 0px 5px;
}
.video{
	float: left;
	width: 215px;
	font-size: 14px;
	margin: 0px 13px 15px 0px;
}
.video:nth-of-type(5){
	margin-right: 0px;
}
.video:nth-of-type(9){
	margin-right: 0px;
}
.video:nth-of-type(13){
	margin-right: 0px;
}
.img-video{
	margin-bottom: 5px;
}
#videos{
	margin-top: 45px;
}
#listado-videos{
	padding-top: 25px;
}
/****************************estilo helpdesk********************/
#contenido-helpdesk h5{
	margin-top: 30px;
}
#acceso-helpdesk{
	margin-top: 25px;
}
/***************************estilos blog************************/
.ver-mas{
	font-family: open-light;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
}
/******************estilos quienes-somos.php********************/
#contenido-quienes{
	/*background-image: url(../../img/transparencia-quienes.png);
	background-position: center bottom;
	background-repeat: no-repeat;*/
	min-height: 382px;
	position: relative;
	padding-right: 23px;
}
.columnas{
	margin: 70px auto 0px;
}
#vertical{
	position: absolute;
	top:-35px;
	right:-71px;
	
}
#texto-quienes{
width:910px;
}
.columna{
float:left;
 font-size: 15px;
    width: 270px;
}
.columna h4{
	font-family: open-bold;
	font-size: 18px;
	color: #808080;
}
.linea{
float:left;
padding-left: 13px;
    padding-right: 13px;
}
.linea:nth-last-child(2){

    padding-right: 33px;
}
/******************estilos referenciados.php ***********************/
.paso{
	border-radius: 10px;
	border: 2px solid #000;
	padding: 10px;
	line-height: 1;
}
.paso span{
	font-size: 21.5px;
	font-family: open-bold;
}
.fila{
	width: 100%;
	margin: 5px auto;
}
#paso1{
	margin-top: 30px;
	width: 48%;
	float: left;
}
#form-paso-uno,#form-paso-dos{
margin-top: 30px;
}
#form-paso-uno label, #form-paso-dos label,#form-soporte label{
	font-weight: normal;
	width: 20%;
	font-size: 13px;
	float: left;
}
#comentarios{
	height: 110px;
	float: none;
	width: 310px;
}
	#lada_contacto{
		width: 70px;
		margin-right: 2px;
	}
	#telefono_contacto{
		width: 235px;
	}
#form-paso-uno span, #form-soporte span{
	font-weight: normal;
	
	font-size: 13px;
	
}
#file{
	display: inline-block;
	font-size: 13px;
	width: 307px;
	float: right;
	margin-bottom: 15px;
}
#recomendar{
	font-family: opensans;
	font-size: 13px;
	float: right;
	padding: 1px 10px;
}
#paso2{
	margin-top: 30px;
	float: right;
	width: 48%
}
.experiencia{
float:left;
width:425px;
margin-right:37px;
min-height:480px;
text-align:left;
margin-top:25px;
}
.experiencia:nth-child(2n+1){
margin-right:0px;
}
/******************estilos **************************/

/******************casos-de-exito.php*******************/
.caso{
	position: relative;
	margin: 20px auto;
	padding:  10px 0px 50px;
	background: url(../../img/sombra_caso.png) no-repeat center bottom;
}
.image{
	float: left;
	width: 20%;
	text-align: right;
}
.image img{
	display: inline-block;
}
.frase{
	font-family: open-bold;
	text-align: right;
	margin-top: 10px;
}
.contenido-caso{
	float: right;
	width: 74%;
	font-size: 13.5px;

}
.firma{
	
	font-size: 17.5px;
	margin-top: 25px;
}
/*************************estilos noticias.php*******************/
#noticias-vertical{
	position: absolute;
	margin: 50px 0 0 10px;
}

.noticia{
	width: 800px;
	min-height: 191px;
	margin-bottom: 35px;
}
.noticia img{
	width: 343px;
	height: 191px;
	float: left;
}
#seccion{
	width: 800px;
	text-align: right;
	font-family: avant;
	font-size: 20px;
	padding-top: 10px;
	margin: 0px auto 10px;
}
#seccion-noticias{
	
	text-align: left;
	float: left;
	font-family: avant;
	font-size: 20px;
	
}
	/*.contenido-noticia{
		width: 405px;
		float: right;
		padding-right: 40px;
		min-height: 181px;
		position: relative;
	}*/
	.contenido-noticia{
		width: 290px;
		float: right;
	}
	/*.enlace-noticia{
		position: absolute;
		bottom: 0px;
		margin-bottom: 0px;
	}*/
	.enlace-noticia{
		bottom: 0px;
		margin-bottom: 0px;
	}
/*************************estilos registro******************************/
#registro-izquierda{
	width: 50%;
	padding: 10px 10px 20px 25px;
	float: left;
}
#registro-derecha{
	width: 50%;
	padding: 10px 15px 20px 10px;
	float: right;
}
#registro-derecha label{
	line-height: 1.1;
	margin: -5px 0px 0px 0px;
}
#form-registro .form-control{
	width: 70%;
}
#form-registro label{
	font-weight: normal;
	width: 25%;
}
#btn-registro{
	background-color: #cdcdcd;
	border: none;
	padding: 2px 20px;
	border-radius: 12px;
	color: #000;
	font-style: avant;
	float: right;
	font-size: 14px;

}
/************************estilos ver-noticia.php************************/
	#noticia{
		max-width: 800px;
	}

	#img-grande{
		float: left;
		width: 864px;
		height: 403px;
	}
	#miniaturas{
		float: left;
		width: 74px;
	}
	#miniaturas img{
		width: 59px;
		height: 59px;
		margin: 0px 15px 18px 0px;
		border-radius: 20px 0px 20px 0px;
		cursor: pointer;
	}
	#titulo_noticia{
		text-align: right;
		padding: 10px 0px 10px 0px;
	}
	#secciones{
		padding-top: 25px;
		max-width: 800px;
		font-family: avant;
		font-size: 18px;
		color: #000;
		font-weight: 500;
	}
	#ruta{
		float: left;
	}
	#regresar{
		float: right;

	}
	#regresar a{
		color: #000;
	}
	#contenido-noticia{
		width: 776px;
		margin-left: 0px;
	}
	#video-noticia{
		padding-top: 25px;
		padding-bottom: 35px;
	}
	#video-noticia iframe{
		width: 770px;
		height: 460px;
		max-width: 100%

	}

/*****************************estilos galeria.php**********************/
#galeria-vertical{
	position: absolute;
	margin-left: 10px;
	margin-top: 70px;
}
#seccion-galeria{
	
	font-size: 24px;
	float: left;
	margin: auto;
}
#galeria{
	
	
	max-width: 835px;
	text-align: center;
}
#galeria img{
	margin: 5px;
	width: 153px;
	height: 93px;
}
.lb-dataContainer {
	background-color: #fff;
	color: #000;
}
.lb-data .lb-caption {
	color: #000;
}
/******************************estilos contacto.php**********************/

#imagen_contacto{
	margin-left: 40%;
	margin-top: 15%;
}
#contenido-contacto{
	position: relative;
	min-height: 504px;
	padding-top: 30px;
	
}
	#formulario{
		margin-top:25px;
		
	}
	#formulario label{
		display: inline-block;
		height: 27px;
		margin-bottom: 15px;
	}
		#form_der{
			width:48%;
			float: right;
			margin-right: 41px;
			
		}
		#form_izq{
			padding-left: 10px;
			float: left;
			width: 390px;
			padding-right: 10px;
		}
	.form-control{
		width: 290px;
		display: inline-block;
		/*padding: 0 12px;*/
		height: 25px;
		border-radius: 13px;
		margin-bottom: 15px;
		float: right;
		
	}
	#lada{
		width: 70px;
		margin-right: 2px;
	}
	#telefono{
		width: 215px;
	}
	#adjunto{
		display: inline-block;
		width: 365px;
		margin-bottom: 25px;
	}
	#medio{
		width:97px;
	}
	#medio>p{
		margin: auto;
	}
	#privacidad{
	margin-top:19px;
		float:right;
		width:192px;
		text-align: center;
	}
	#otro{
	}
	#medio-contacto{
		width: 151px;
		background-color:#FFFFFF;
	
	}
	#si{
	margin-top: 5px;
	margin-left: 40px;
	margin-bottom: 15px;
	margin-right: 27px;
	}
	#no{
		margin-left: 35px;
		margin-bottom: 15px;
	}
	#mensaje{
		float: none;
		height: 150px;
		width: 355px;
		text-align: right;
		resize:none;
		max-width: 100%;

	}
	#enviar{
		margin-top:15px;	
		padding: 5px;	
	}
	#contenido-valor img {
    max-width: 100%;
	}
	#text-captcha{
		width:210px; height:71px;
		border:solid 3px #d7d7d7; 
		float:right; 
		padding-top: 24px; 
		text-align:center; 
		margin-top:2px;
		background-color: #FFF;
	}
/******************estilos responsive******************************/
@media screen and (max-width: 767px) {
	#header{
		background-image: none;
	}
	#header>div{
		padding: 0px;
	}
	body, #header, .main, #menu{
		min-width: 100%;
		max-width: 100%;
		width: 100%;

	}
	.servicio{
		margin-left: 5%;
	}
	.producto{
		margin-left: 20%;
	}
	.slider{
		width: 60%;
	}
	.empresa{
		width: 87%;
	}
	#chicos{
		text-align: center;
	}
	#logo {
    margin: 0px;
    margin: center;
	}
	.slider{
		margin-top: -40%;
	}
	#datosProducto{
		height: 100px;
		color: #858585;
		font-size: 17.5px;
	}
	.nombreProducto{
		color: #858585;
		font-size: 22px;
	}
	#logo{
		position: relative;
		margin: auto;
		top: 0px
	}
	#redes{
		display: none;
	}
	#busqueda{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#imagen{
		float: none;
		width: 100%;
		text-align: center;
	}
	.empresa{
		margin-left: 10%;
		text-align: justify;
	}
	#textos-empresas{
		float: none;
		width: 90%;
		margin-top: 10%;
	}
	#galeriaProducto{
		float: none;
	}
	a.navbar-brand{
		display: inline-block;
		
	}
	.navbar-default .navbar-brand {
    	color: #FFF;
	}
	#info{
		float: none;
		width: 90%;
	}
	#mapa{
		float: none;
		width: 100%;
	}
	#telefono{
		float: right;
		margin-right: 10%;
	}
	#enviar{
		margin-top: 10%;
		margin-bottom: 10%;
	}
	.navbar-nav {
		padding-left: 0px;
	}
	.navbar-collapse.in {
    overflow-y: visible;
	}
	#menu{
		max-width: 80%;
		width: 80%;
		padding: 0px;
	}
	.separador-menu{
		display: none;
	}
	.navbar-default {
    	background-color: #7E7E7E;
    	border-color: transparent;
    	border-radius: 5px;
	}
	.navbar-default .navbar-nav > li > a {
    	text-transform: uppercase;
	}
	.navbar-nav > li > a {
    	padding-left: 0px;
    	
	}
	.dropdown-menu>li:first-child{
		border: none;
	}
	.dropdown-menu {
		margin-left: 0px !important;
	}
	.dropdown-menu >li{
		border: none;
		width: 100%;
	}
	.dropdown-menu > li > a {
		text-align: left;
	}
	.navbar-default .navbar-toggle .icon-bar {
    	background-color: #FFF;
	}
	.navbar-default .navbar-toggle {
    	border-color: transparent;
	}
	.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #2970b6;
}
	#slider{
		width: 100%;
	}
	#noticias{
		width: 100%;
	}

	.noticia-home{
		width: 80%;
		float: none;
		margin: 20px auto;
	}
	#footer{
		width: 100%;
		min-width: 100%;
	}
	#footer>div.main{
		background-image: none;
		font-size: 12px;
	}
	#ubicacion-ft{
		float: none;
		margin: 20px auto;
		max-width: 100%;
		text-align: center;
	}
	#ubicacion-ft img{
		float: none;
		
	}
	#ubicacion-ft div{
		float: none;
		
	}
	#datos-contacto{
		float: none;
		padding: 15px 0px;
		text-align: center;
		
	}


	.banner{
		width: 100%;
		min-height: 1px;
		padding-top: 110px;
	}
	#contenido-quienes{
		width: 100%;
		padding: 15px;
	}
	#texto-quienes{
		width: 100%;
	}
	.columna{
		float: none;
		margin: 20px auto;
		width: 100%;
		border-top: 1px dotted #c1c1c1;
	}
	.linea{
		display: none;
	}

	#contenido-clientes{
		width: 100%;
		padding: 15px;
	}
	#texto-clientes{
		width: 100%;
		padding-left: 0px;
	}
	.experiencia{
		float: none;
		width: 100%;
		margin: 10px auto 20px;
		border-top: 1px dotted #c1c1c1;
		position: relative;
		min-height: 1px;
		padding-top: 15px;
	}



	#entrar{
		margin-top: 50px;
	}

	#seccion{
		width: 100% !important;
		text-align: center !important;
	}

	#formulario{
		width: 100%;
		margin: auto;
	}
	#form_izq{
		float: none;
		width: 400px;
		max-width: 100%;
	}
	#form_der{
		margin: 15px auto 0px;
		float: none;
		max-width: 100%;
		width: 450px;
		padding: 0px 10px;
	}
	#medio{
		margin-bottom: 10px;
	}
	#privacidad{
		float: left;
	}
	#contenido-contacto{
		width: 100%;
		padding: 0px 0px 0px;
	}
	#mensaje{
		margin: 5px auto 10px;
	}
	
	#sensor-vertical{
		display: none;
	}
	
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #FFF;
		width: 100%;
	}
	.dropdown-menu > li > a{
		background-color: transparent;
	}
	#secciones{
		width: 100% !important;
		text-align: center !important;
	}
	
	.paginacion{
		text-align: center !important;
	}
	.paginacion a, .paginacion font{
		font-size: 14px !important;
	}
	#paginacion-noticias, #paginacion-premios{
		margin-top: 0px !important;
	}
	#noticias div.noticia-home:nth-of-type(3){
	margin-right: auto;
	}
	.form-control{
		max-width: 70%;
	}
	#lada{
		width: 20%;
	}
	#telefono{
		width: 50%;
	}
	#contenido-flotillas{
		width: 100%;
		padding: 0px 15px;
	}
	#formulario-flotillas{
		margin-left: 0px;
	}
	#redes2{
		display: block;
	}
	
	.form-control {
    float: none;
	}
	.datos-pie {
    padding-left: 0px;
	}
	#pongase {
    font-size: 18px;
	}
	#footer {
    min-height: 357px;
	}
	#mail-news {
		width: 60%;
	}
	div#contact-footer input[type="text"]  {
		width: 100%;
	}
	div#contact-footer #message {
		width: 100%;
	}
	
	#lista-menu {
    float: none;
	}
	.navbar-default .navbar-nav > li:nth-of-type(2), .navbar-default .navbar-nav > li:nth-of-type(3) > a{
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a {
    /*padding: 10px 8px 0;*/
	}
	.navbar-default .navbar-nav > li:first-child > a {
    /*padding: 10px 6px 0;*/
    width: 100%;
	}
	.navbar-default .navbar-nav > li:nth-of-type(2) > a {
    /*padding: 10px 6px 0;*/
    width: 100%;
	}
	#redes {
    float: right;
    margin-right: 20px;
    margin-top: 45px;
    position: relative;
    z-index: 9;
	}
	
	#contenido {
    float: none;
    margin-bottom: 0%;
    width: 95%;
	}
	.contenido {
		 padding:0px 10px;
	}
	#laterales {
		float: none;
    width: 100%;
     margin-right: 5%;
	}
	.img_productos {
    margin-left: 3%;
    display: inline;
    margin-bottom: 0px;
}
#ruta_producto {
    margin-bottom: 2px;
    width: 100%;
    }

	.cuerpo-curso {
    width: 100%;
	}
	#categorias-cursos, #categorias-cursos-v {
    margin-left: 130px;
	}
	#paso1 {
    float: none;
    width: 100%;
	}
	#paso2 {
    float: none;
    width: 100%;
	}
	.video{
		margin: 0px;
	}
	.image {
    float: none;
    text-align: center;
    width: 100%;
	}
	.contenido-caso {
    float: none;
    width: 100%;
	}
	.frase{
		text-align: left;
	}
	#miniaturas {
    float: none;
    margin-bottom: -304px;
    margin-top: 219px;
    margin-left: 50px;
    width: 100%;
	}
	#miniaturas img {
	display: inline;
	}
	#img-grande {
    float: none;
    width: 100%;
        height: auto;
    margin-bottom: 15px;
	}
	#video>iframe{
		width: 100%;
		height: auto;
	}
	#imagen_contacto {
    margin-top: 0%;
	}
	.curso{
		background-size: 100% auto;
	}
	.img-curso {
    width: 100%;
}
#registro-izquierda {
    float: none;
    padding: 10px 0 20px 5px;
    width: 100%;
}
#registro-derecha {
    float: none;
    padding: 10px 0 20px 5px;
    width: 100%;
}
#form-registro label {
    width: 100%;
	display: block;
}
#registro-derecha label {
    margin:0;
}
.contenido {
    margin-bottom: 40px;

}
.slider{
		margin-top: -54%;
	}
	#archivosProductos{
		margin-left: 5%;
		width: 100%;
	}
	#detalleProducto{
		margin-left: 5%;
		margin-right: 5%;
		width: 89%!important;
	}
	#galeriaProducto{
		width: 89%;
	}
#contenido{
	font-size: 12px;
}
#contenido>h1{
	font-size: 22px;
}
#carousel{
	width: 75%;
}
#telCabecera
{
	float: none !important;
	padding-top: 10px !important;
}
}
@media screen and (max-width:500px) {
	#categorias-cursos, #categorias-cursos-v {
    margin-left: 54px;
	}
	.col{
		float: none;
	}
	.w33{
		width: 100%;
	}
	#footer>div.main{
		background-image: none;
		font-size: 12px;
	}
	
	#logo{
		padding-top: 15px;
		margin: 0px auto 15px;
		position: relative;
	}
	.slider{
		margin-top: -57%;
	}
	#detalleProducto{
		margin-left: 5%;
		margin-right: 5%;
		width: 89%!important;
	}
	#galeriaProducto{
		width: 89%;
	}
	#acceso{
		float: left;
		margin: 15px auto;
	}
	
	.nombre{
		font-size: 21px;
	}
	#enviar{
		margin-right: 20%;
	}
	#menu-footer li{
		display: inline-block;
		margin: 0px 3px;
	}
	.separator{
		display: inline-block;
	}
	.datos-pie{
		margin: 10px auto 0px;
		text-align: center;
		padding-bottom: 10px;
	}
	
	.paginacion a, .paginacion font{
		font-size: 12px !important;
	}
	#news {
    margin-top: 2px;
	}
#subcategorias-manuales {
    margin-left: 30px;
    margin-top: 5px;

}

#subcategorias-videos {
    margin-top: 5px;

}
#categorias-manuales {
    margin-left: 31px;
}
#miniaturas {
    margin-bottom: -289px;
    margin-left: 20px;
    margin-top: 206px;
}
#img-grande {
    margin-bottom: 35px;
}
.fila>img{
	margin-left:5px;
	float: none; 
}
#text-captcha{
		float:left; 
		padding-left: 5px; 
	}
	#categorias-cursos, #categorias-cursos-v {
    margin-left: 5px;
}
.img_productos {
    display: inline;
    margin-left: 3%;
    width: 25%;
}
#pdf{
	width: 30%;
}
#cotizar{
	width: 30%;
}
#contenido-empresa{
	background-image:none;
}
#telCabecera{
	margin: auto !important;
	padding-top: 0px !important;
	float: none !important;

}
#chat
{
	padding: 20px 20px 0px 0px !important; 
}
@media screen and (max-width: 440px) {
	.slider{
		margin-top: -67%;
	}
}