@font-face {
  font-family: 'Myriad';
  src: url('../fuentes/MyriadPro-Regular_0.otf'); /* IE9 Compat Modes */
  src: url('../fuentes/MyriadPro-Regular_0.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fuentes/MyriadPro-Regular_0.otf') format('woff'), /* Modern Browsers */
       url('../fuentes/MyriadPro-Regular_0.otf')  format('truetype'), /* Safari, Android, iOS */
       url('../fuentes/MyriadPro-Regular_0.otf#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Myriad_bold';
  src: url('../fuentes/MyriadPro-Bold_0.otf'); /* IE9 Compat Modes */
  src: url('../fuentes/MyriadPro-Bold_0.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fuentes/MyriadPro-Bold_0.otf') format('woff'), /* Modern Browsers */
       url('../fuentes/MyriadPro-Bold_0.otf')  format('truetype'), /* Safari, Android, iOS */
       url('../fuentes/MyriadPro-Bold_0.otf#svgFontName') format('svg'); /* Legacy iOS */
}

html, body 
{
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-family: 'Myriad', Helvetica, Arial, "Helvetica Neue", sans-serif;
	color: #4e4c4c;
	background: #000000;
	overflow: hidden;
}

img
{
	border:0px;
}

.clear
{
	clear: both;
}

.img_full
{
	max-width: 100%;
	width: 100%;
}

/* HEADER */
#cabecera
{
	border-bottom: 5px solid #e12f31;
	height: 20%;
	background: #ffffff;
}

#logo
{
	width: 22%;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}

#logo img
{
	max-width: 100%;
	width: 100%;
}

#derecha_header
{
	width: 73%;
	float: right;
	text-align: right;
}

#datos_contacto_sup
{
	width: 90%;
	float: right;
	height: 65px;
	right: 0px;
	background: #de1d12;
}

#izq_datos_sup
{
	width: 40%;
	height: 79px;
	float: left;
	position: relative;
	z-index: 999;
	background: #fff;
	margin-left: -5px;
}

#der_datos_sup
{
	width: 58%;
	height: 69px;
	padding: 5px 10px 0px 0px;
	float: right;
	color: #fff;
	font-size: 19px;
}

#tabla_datos_sup
{
	float: right;
	margin-right: 35px;
}

/* MENU DESPLEGABLE */
#contiene_menu
{
	width: 100%;
	margin: 3% 20px 10px 0px;
}

ul.menu {
float:right;
display:block;
list-style-type:none;
}

.menu li {
position:relative;
float:right;
margin-right: 25px;
}

.menu li a {
text-transform:uppercase;
text-decoration:none;
color: #030101;
font-size: 22px;
}

.menu li a:hover {
color: #de1d12;
}

.menu li ul {
display:none;
position:absolute;
z-index: 999;
top: 25px;
width: 270px;
background-color: #de1d12;
padding:0;
list-style-type:none;
}

.menu li ul li {
width: 225px;
border-bottom: 1px solid #ccc;
border-top:none;
padding: 8px 0px;
text-align: center;
}

.menu li ul li:first-child {
}

.menu li ul li a {
width: 200px;
margin: 0;
padding:0;
color: #ffffff;
font-size: 11px;
}
.menu li ul a {
width: 200px;
margin: 0;
padding:0;
color: #ffffff;
font-size: 11px;
}

.menu li ul a:hover {
color: #ccc;
}

.menu li ul li a:hover {
color: #ccc;
}
/* MENU */

/*
#menu
{
	margin: 3% 20px 10px 0px;
}

#menu a
{
	text-decoration: none;
	color: #030101;
	font-size: 22px;
	margin-right: 25px;
}

#menu a:hover
{
	color: #de1d12;
}
*/
/* FIN HEADER */
/* PIE */
#franja_inferior
{
	background: #de1d12;
    height: 12%;
    position: absolute;
    /* z-index: 999; */
    width: 100%;
    bottom: 0;
}

#izq_franja_inf
{
	position: absolute;
	width: 78%;
	left: 0px;
	color: #fefefe;
	font-size: 36px;
	padding: 1% 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.4;
}

#der_franja_inf
{
	position: absolute;
	width: 19%;
	right: 25px;
	text-align: right;
	color: #fefefe;
	font-size: 15px;
	padding: 1% 20px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
}

/* FIN PIE */

#contiene_secs
{
	height: 69%;
	width: 95%;
	margin: 0px auto;
	background: #fff;
}

.linea_roja_izq
{
	position: absolute;
	margin: 0px 0px 0px 15px;
}
.linea_roja_izq_productos
{
	position: absolute;
	margin: 5px 0px 0px 15px;
}

.linea_roja_izq_contacto
{
	position: absolute;
	display: none;
}

.linea_roja_izq_st
{
	position: absolute;
	margin: 15px 0px 0px 15px;
}

.degradado_secs
{
	width: 95%;
	height: 91px;
	background: url('../imagenes/degradado.png');
	position: absolute;
}

/* SOBRE NOSOTROS */
#izquierda_sobrenosotros
{
	width: 59%;
	height: 100%;
	float: left;
	position: relative;
	z-index: 998;
	margin-left: 2%;
}

#derecha_sobrenosotros
{
	width: 38%;
	float: right;
	position: relative;
	z-index: 998;
}

#titulo_sobrenosotros
{
	padding: 20px 0px 0px 20px;
}

#titulo_sobrenosotros_linea1
{
	font-size: 90px;
	color: #2f2f2f;
}

#titulo_sobrenosotros_linea1 img
{
	max-width: 90px;
}
#titulo_sobrenosotros_linea2
{
	font-size: 90px;
	color: #2f2f2f;
	font-family: 'Myriad_bold', Helvetica, sans-serif;
	margin-left: 32.5%;
	margin-top: -45px;
}

.titulos_rojos
{
	color: #de1d12;
	font-weight: bold;
}

#texto_sobre_nosotros
{
	height: 58%;
	font-size: 14px;
	overflow: auto;
	padding-right: 30px;
	text-align: justify;
	margin: 0px 0px 0px 40px;
	font-family: Helvetica, Arial, sans-serif;
}

#formulario_trabaje
{
	margin: 0px 0px 0px 0px;
}
/* FIN SOBRE NOSOTROS */
/* SERVICIO TECNICO */
#izq_servicio_tecnico
{
	width: 20%;
	float: left;
	height: 100%;
	position: relative;
	z-index: 999;
}

#centro_servicio_tecnico
{
	width: 59%;
	float: left;
	height: 100%;
	position: relative;
	z-index: 998;
	margin-left: 1%;
}

#derecha_servicio_tecnico
{
	width: 20%;
	float: right;
	height: 100%;
	position: relative;
	z-index: 998;
}

#titulos_servicio_tecnico
{
	padding: 20px 0px 0px 0px;
}

#titulos_servicio_tecnico_linea1
{
	font-size: 70px;
	color: #2f2f2f;
}

#titulos_servicio_tecnico_linea1 img
{
	max-width: 72px;
}

#titulos_servicio_tecnico_linea2
{
	font-size: 70px;
	color: #2f2f2f;
	font-family: 'Myriad_bold', Helvetica, sans-serif;
	margin-top: -27px;
}

#texto_servicio_tecnico
{
	height: 60%;
	font-size: 12px;
	overflow: auto;
	text-align: justify;
	margin: 15px 0px 0px 40px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}
/* FIN SERVICIO TECNICO */
/* CONTACTO */
#izquierda_contacto
{
	width: 39%;
	float: left;
	height: 100%;
	position: relative;
	z-index: 999;
}

#derecha_contacto
{
	width: 57%;
	float: left;
	height: 100%;
	position: relative;
	z-index: 998;
}

#titulo_trabaje_sec
{
	padding: 10px 0px 0px 0px;
}

#titulo_contacto
{
	padding: 10px 0px 0px 0px;
}

#titulo_contacto_linea1
{
	font-size: 47px;
	color: #2f2f2f;
	font-weight: bold;
}
#titulo_contacto_linea1 img
{
	max-width: 55px;
}

#texto_contacto
{
	font-size: 15px;
	text-align: justify;
	margin: 15px 0px 0px 40px;
	font-family: Helvetica, Arial, sans-serif;
	display: none;
}

#formulario_contacto
{
	margin: 20px 0px 0px 0px;
}

#tabla_contacto
{
	font-size: 13px;
	width: 100%;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: -15px;
}

#tabla_contacto tr td
{
	padding-left: 30px;
}

.campo_contacto
{
	width: 100%;
	background: #d8d9de;
	border: 0px;
	padding: 4px 0px;
}

.boton_enviar_contacto
{
	width: 192px;
	height: 27px;
	padding: 0;
	border: 0;
	background: transparent url('../imagenes/contacto/btn_enviar.png') no-repeat center top;
	/* text-indent: -2000em; */
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	margin: 0px 0px 0px 0px;
}

#datos_sec_contacto
{
	margin-top: 10px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #4e4c4c;
	font-family: Helvetica, Arial, sans-serif;
}

#datos_sec_contacto span
{
	color: #de1d12;
}
/* FIN CONTACTO */

/* PRODUCTOS */
.izquierda_productos
{
	width: 26%;
	float: left;
}

.derecha_productos
{
	width: 70%;
	float: right;
	color: #2f2f2f;
	padding: 10px 2% 0px 0px;
}

.titulos_productos
{
	font-weight: bold;
	font-size: 35px;
	line-height: 33px;
}

.titulos_productos img
{
	width: 60px;
}

.texto_productos
{
	font-size: 13px;
	text-align: justify;
	margin: 10px 0px 0px 40px;
	font-family: Helvetica, Arial, sans-serif;
}

.slider_productos
{
	margin: 15px 0px 0px 0px;
}

.slider_productos_a
{
	width: 68%;
	float: left;
}

#descripcion_producto_a
{
	width: 30%;
	float: right;
}

/* PRODUCTOS S */
#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    width: 95%;
    height: auto;
}

#btn_prev_ownl
{
	position: absolute;
	z-index: 999;
	margin-top: 7%;
	margin-left: -40px;
	cursor: pointer;
}

#btn_next_ownl
{
    position: absolute;
    z-index: 999;
    right: 60px;
    margin-top: 7%;
    cursor: pointer;
}
.descripcion_producto_s
{
    background: url('../imagenes/productos/s/fondo.png');
    height: 40px;
    color: #fff;
    position: relative;
    z-index: 999;
    margin-top: -70px;
    width: 95%;
    font-size: 13px;
    padding: 15px 0px 15px 0px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}
.descripcion_producto_s div
{
    padding-left: 10px;
    padding-right: 10px;
}

/* PRODUCTOS A */
#nav_izq
{
    position: relative;
    top: -200px;
    left: 0;
    z-index: 999;
    width: 43px;
    height: 43px;
}

.rslides1_nav 
{

  text-indent: -9999px;
  text-decoration: none;
  color: transparent;
}

#nav_der
{
    position: relative;
    top: -250px;
    right: 0;
    z-index: 999;
    width: 100%;
    text-align: right;
    height: 43px;
    width: 100px;
    float: right;
}

/* FIN PRODUCTOS */
/* TRABAJE CON NOSOTROS */
#titulo_trabaje
{
	font-size: 58px;
	color: #2f2f2f;
	font-weight: bold;
}
#titulo_trabaje img
{
	max-width: 65px;
}

.boton_enviar_trabaje
{
	width: 190px;
	height: 27px;
	padding: 0;
	border: 0;
	background: transparent url('../imagenes/trabaje/btn_enviar.png') no-repeat center top;
	/* text-indent: -2000em; */
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	margin: 0px 0px 0px 0px;
}

#texto_trabaje1
{
	font-size: 13px;
	text-align: justify;
	margin: 10px 0px 25px 40px;
	font-family: Helvetica, Arial, sans-serif;
}

#texto_trabaje2
{
	font-size: 13px;
	text-align: justify;
	margin: 15px 0px 0px 40px;
	height: 23%;
	overflow: auto;
	font-family: Helvetica, Arial, sans-serif;
	padding-right: 13px;
}

#franja_trabaje
{
	margin: 10px 0px 10px -160px;
	background: #DE1D12;
	color: #fff;
	padding: 6px 0px 6px 180px;
	font-family: Helvetica, Arial, sans-serif;
}

#izquierda_trabaje
{
	width: 27%;
	float: left;
	height: 100%;
	position: relative;
	z-index: 999;
}

#derecha_trabaje
{
	width: 67%;
	float: left;
	height: 90%;
	position: relative;
	z-index: 998;
	margin-left: 2%;
}

#frase_trabaje
{
	font-size: 15px;
	font-weight: bold;
	color: #DE1D12;
	margin: 20px 0px;
	font-family: Helvetica, Arial, sans-serif;
}

#tabla_trabaje
{
	font-size: 13px;
	width: 100%;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
#tabla_trabaje tr td
{
	padding-left: 10px;
}
.campo_contacto_trabaje
{
	width: 100%;
	background: #d8d9de;
	border: 0px;
	padding: 4px 0px;
}

.contiene_busqueda_listado
{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.izquierda_listado_busqueda
{
	width: 72%;
	float: left;
	font-family: 'Myriad', Helvetica, Arial, "Helvetica Neue", sans-serif;
	color: #1E130F;
	text-transform: uppercase;
	font-size: 17px;
}

.izquierda_listado_busqueda a
{
	text-decoration: none;
	color: #1E130F;
}

.derecha_listado_busqueda
{
	width: 167px;
	float: right;
	text-align: right;
	color: #DE1D12;
	font-family: 'Myriad', Helvetica, Arial, "Helvetica Neue", sans-serif;
	font-size: 17px;
}
.derecha_listado_busqueda a
{
	color: #DE1D12;
	text-decoration: none;
}

#titulo_busqueda_sec
{
	text-transform: uppercase;
	color: #000000;
	font-size: 26px;
	font-family: 'Myriad_bold', Helvetica, Arial, "Helvetica Neue", sans-serif;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 7px;
	margin-bottom: 20px;
	margin-top: 25px;
}

#descripcion_busqueda_sec
{
	font-size: 16px;
	font-family: 'Myriad', Helvetica, Arial, "Helvetica Neue", sans-serif;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 25px;
	margin-bottom: 15px;
}

#formulario_trabaje
{
	margin-left: -10px;
}
/* FIN TRABAJE CON NOSOTROS */

/* PRECARGA */
.demo-wrapper {
    width: 300px;
    margin-top: 20px;
}
.html5-progress-bar {
    border-radius: 3px;
    background-color: #fff;
}
.html5-progress-bar progress {
    background-color: #f3f3f3;
    border: 0;
    width: 80%;
    height: 18px;
    border-radius: 9px;
}
.html5-progress-bar progress::-webkit-progress-bar {
    background-color: #f3f3f3;
    border-radius: 9px;
}
.html5-progress-bar progress::-webkit-progress-value {
    background: #DE1D12;
    background: -moz-linear-gradient(top,  #DE1D12 0%, #DE1D12 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DE1D12), color-stop(100%,#DE1D12));
    background: -webkit-linear-gradient(top,  #DE1D12 0%,#DE1D12 100%);
    background: -o-linear-gradient(top,  #DE1D12 0%,#DE1D12 100%);
    background: -ms-linear-gradient(top,  #DE1D12 0%,#DE1D12 100%);
    background: linear-gradient(to bottom,  #DE1D12 0%,#DE1D12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DE1D12', endColorstr='#DE1D12',GradientType=0 );
    border-radius: 9px;
}
.html5-progress-bar progress::-moz-progress-bar {
    background: #DE1D12;
    background: -moz-linear-gradient(top,  #DE1D12 0%, #DE1D12 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DE1D12), color-stop(100%,#DE1D12));
    background: -webkit-linear-gradient(top,  #DE1D12 0%,#DE1D12 100%);
    background: -o-linear-gradient(top,  #DE1D12 0%,#DE1D12 100%);
    background: -ms-linear-gradient(top,  #DE1D12 0%,#DE1D12 100%);
    background: linear-gradient(to bottom,  #DE1D12 0%,#DE1D12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DE1D12', endColorstr='#DE1D12',GradientType=0 );
    border-radius: 9px;
}
.html5-progress-bar .progress-value {
    padding: 0px 5px;
    line-height: 20px;
    margin-left: 5px;
    font-size: .8em;
    color: #555;
    height: 18px;
    float: right;
}
/* FIN PRECARGA */