
/**
 * COPYRIGHT NOTICE
 * ZOOM Design SRL
 * This source code may not be redistibuted
 * without written consent from the above mentioned entity.
 * 
 * @author ZOOM <info@zoomdesign.com.ar>
 * @date 00/00/2017
 * @copyright 2017 | ZOOM Design SRL
 * @package sbox
 */
 
/* LAYOUT */

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th,
td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {

	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

* {margin: 0px; padding: 0px; outline: 0;}
a {text-decoration: none; color: #455560;}
#clear {clear: both;}
#space {height: 10px;}
#blank {height: 40px;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
.bullet {color: #D98B27; margin-right: 5px; } /* #A30234 */
.left {float: left;}
.right {float: right;}

body { background-color: #FFF;}

/* SELECCION */
::selection {background: #F0EBE3; color:#415968;}
::-moz-selection {background: #F0EBE3; color:#415968;}
::-webkit-selection {background: #F0EBE3; color:#415968;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* LAYOUT */

html, body { width: 100%;}
body { background: #FFF; font-family: Arial, Helvetica, sans-serif; }

#caja-01 {
	position: fixed;
	width: 100%;
	max-width: 100%;
	min-width: 1150px;
	height: 170px;
	background-color: #000;
	z-index: 99999;
}

#caja-01-case {
	position: fixed;
	width: 100%;
	max-width: 100%;
	min-width: 1150px;
	height: 170px;
	z-index: 99999;
	
	background: #BFBFBF;
	background: -moz-linear-gradient(top,  #BFBFBF 10%, #FFFFFF 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#BFBFBF), color-stop(90%,#FFFFFF));
	background: -webkit-linear-gradient(top,  #BFBFBF 10%,#FFFFFF 90%);
	background: -o-linear-gradient(top,  #BFBFBF 10%,#FFFFFF 90%);
	background: -ms-linear-gradient(top,  #BFBFBF 10%,#FFFFFF 90%);
	background: linear-gradient(to bottom,  #BFBFBF 10%,#FFFFFF 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFBFBF', endColorstr='#FFFFFF',GradientType=0 );
}

#caja-01-unicarriers {
	position: fixed;
	width: 100%;
	max-width: 100%;
	min-width: 1150px;
	height: 170px;
	background-color: #FFF;
	z-index: 99999;
}

#caja-01-intrame {
	position: fixed;
	width: 100%;
	max-width: 100%;
	min-width: 1150px;
	height: 170px;
	background-color: #E70604;
	z-index: 99999;
}

#caja-01-snorkel {
	position: fixed;
	width: 100%;
	max-width: 100%;
	min-width: 1150px;
	height: 170px;
	background-color: #ED8735;
	z-index: 99999;
}

#caja-botonera {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 1150px;
	height: 60px;
	background-color: #0D0D0D;
}

#botonera {
	position: relative;
	width: 1150px;
	height: 62px;
	margin: auto;
}

#logo {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 420px;
	height: 110px;
	margin: auto;
}

#logo-bis {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/logo-bis.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 420px;
	height: 110px;
	margin: auto;
}

#menu {
	position: relative;
	float: left;
	text-align: center;
	width: 218px;
	height: 60px;
	padding: 0px;
	margin: 0px 6px;
	z-index: 5000;
}

#icono-01 a { position: relative; background-image: url(../imagenes/layout/icono-01.png); background-position: 0 0; background-repeat: no-repeat; background-attachment: inherit; height: 60px; }
#icono-01 a:hover { background-position: 0 -60px;}

#icono-02 a { position: relative; background-image: url(../imagenes/layout/icono-02.png); background-position: 0 0; background-repeat: no-repeat; background-attachment: inherit; height: 60px; }
#icono-02 a:hover { background-position: 0 -60px;}

#icono-03 a { position: relative; background-image: url(../imagenes/layout/icono-03.png); background-position: 0 0; background-repeat: no-repeat; background-attachment: inherit; height: 60px; }
#icono-03 a:hover { background-position: 0 -60px;}

#icono-04 a { position: relative; background-image: url(../imagenes/layout/icono-04.png); background-position: 0 0; background-repeat: no-repeat; background-attachment: inherit; height: 60px; }
#icono-04 a:hover { background-position: 0 -60px;}

#icono-05 a { position: relative; background-image: url(../imagenes/layout/icono-05.png); background-position: 0 0; background-repeat: no-repeat; background-attachment: inherit; height: 60px; }
#icono-05 a:hover { background-position: 0 -60px;}

#icono-06 a { position: relative; background-image: url(../imagenes/layout/icono-06.png); background-position: 0 0; background-repeat: no-repeat; background-attachment: inherit; height: 40px; }
#icono-06 a:hover { background-position: 0 -40px;}

#icono-07 a { position: relative; background-image: url(../imagenes/layout/icono-07.png); background-position: 0 0; background-repeat: no-repeat; background-attachment: inherit; height: 40px; }
#icono-07 a:hover { background-position: 0 -40px;}

#icono-08 a { position: relative; background-image: url(../imagenes/layout/icono-08.png); background-position: 0 0; background-repeat: no-repeat; background-attachment: inherit; height: 40px; }
#icono-08 a:hover { background-position: 0 -40px;}

#menu ul { 
	list-style-type: none;
}

#menu ul li.nivel1 {
	position: relative;
	display: block;
	width: 218px;
}

#menu ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #0D0D0D;
	padding: 0px 0px;
	height: 60px;
}

#menu ul li:hover { position: relative; }
#menu ul li a:hover, #menu ul li:hover a.nivel1 { background-color: #415968; color: #FFF; position: relative; }
#menu ul li a.nivel1 { position: relative; display: block!important; display: none; }
#menu ul li ul { display: none; }
#menu ul li a:hover ul, #menu ul li:hover ul { position: absolute; display: block; left: 0px; }
#menu ul li ul li a { width: 218px; margin: 1px 0px;}
#menu ul li ul li a:hover { position: relative; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#ancla {
	position: absolute;
	display: block;
	height: 10px;
	width: 10px;
	top: -170px;
	left: 0px;
}
#caja-submenu { 
	position: relative;
	width: 744px;
	margin: auto;
	z-index: 5000;
}

#submenu {
	position: relative;
	float: left;
	text-align: center;
	width: 218px;
	height: 60px;
	padding: 0px;
	margin: 0px 15px;
	z-index: 5000;
}

#submenu ul { 
	list-style-type: none;
}

#submenu ul li.nivel1 {
	position: relative;
	display: block;
	width: 218px;
}

#submenu ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #36C4E7;
	padding: 0px 0px;
	height: 40px;
}

#submenu ul li:hover { position: relative; }
#submenu ul li a:hover, #menu ul li:hover a.nivel1 { background-color: #36C4E7; color: #FFF; position: relative; }
#submenu ul li a.nivel1 { position: relative; display: block!important; display: none; }
#submenu ul li ul { display: none; }
#submenu ul li a:hover ul, #menu ul li:hover ul { position: absolute; display: block; left: 0px; }
#submenu ul li ul li a { width: 218px; margin: 1px 0px;}
#submenu ul li ul li a:hover { position: relative; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

table.falsa {
	border-collapse:collapse;
	border:0px;
	float: left;
	position: relative;
}

#caja-02 {
	position: relative;
	width: 100%;
	min-width: 1150px;
	height: 440px;
	padding-top: 170px;
	background-color: #1A1A1A;
}

#caja-03 {
	position: relative;
	width: 100%;
	min-width: 1150px;
	padding: 0px 0px;
	margin: 40px auto;
	/*background-color: #FFF;*/
	z-index: 5000;
}

#caja-04 {
	position: relative;
	width: 100%;
	min-width: 1150px;
	/*z-index: 5000;*/
}

#caja-04-bis {
	position: relative;
	width: 100%;
	min-width: 1150px;
}

#caja-05 {
	position: relative;
	width: 1110px;
	height: 420px;
	padding: 0px;
	margin: 10px auto 20px auto;
}

#caja-06 {
	position: relative;
	width: 100%;
	min-width: 1150px;
	height: 220px;
	padding: 0px 0px;
	background-color: #455560;
	border-top: 2px solid #131A1D;
}

#caja-07 {
	position: relative;
	width: 100%;
	min-width: 1150px;
	padding: 30px 0px;
	background-color: #000;
}

#caja-08 {
	position: relative;
	width: 100%;
	min-width: 1150px;
	min-height: 200px;
	margin-top: -40px;
	/*z-index: 5000;*/
}

#caja-unicarriers {
	position: relative;
	background-image: url(../imagenes/layout/uni-watermark.png);
	background-position: center 748px;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 100%;
	min-width: 1150px;
	background-color: #D8D9DB;
}

.tab {
	position: relative; 
	padding: 8px 0px;
	margin: 10px auto;
}

.ancho-01 { width: 976px; }
.ancho-02 { width: 820px; }
.ancho-03 { width: 976px; }
.ancho-04 { width: 972px; }
.ancho-05 { width: 970px; }

#contenedor {
	position: relative;
	width: 64%;
	padding: 8px 0px;
	margin: 10px auto;
}

#contenedor-bis {
	position: relative;
	width: 940px;
	padding: 8px 0px;
	margin: 10px auto;
}

#contenedor-case {
	position: relative;
	width: 500px;
	padding: 8px 0px;
	margin: 10px auto;
}

#contenedor-intrame {
	position: relative;
	width: 510px;
	padding: 8px 0px;
	margin: 10px auto;
}

#contenedor-unicarrier {
	position: relative;
	width: 1047px;
	padding: 8px 0px;
	margin: -12px auto 10px auto;
}

#contenedor-unicarrier-bis {
	position: relative;
	width: 698px;
	padding: 8px 0px;
	margin: -12px auto 10px auto;
}

.col-unicarriers {
	position: relative;
	float: left;
	width: 319px;
	min-height: 300px;
	padding: 0px;
	margin: 3px 15px;
}

.col-unicarriers-02 {
	position: relative;
	width: 638px;
	min-height: 300px;
	padding: 0px;
	margin: 3px auto;
}

#contenedor {
	position: relative;
	width: 64%;
	padding: 8px 0px;
	margin: 10px auto;
}

#contenedor-repuestos {
	position: relative;
	width: 600px;
	padding: 8px 0px;
	margin: 10px auto;
}

#contenedor-prensa-01 {
	position: relative;
	width: 430px;
	min-width: 450px;
	padding: 8px 0px;
	margin: 10px auto;
}

#contenedor-prensa-02 {
	position: relative;
	float: right;
	width: 430px;
	min-width: 450px;
	padding: 8px 0px;
	margin: 10px auto;
}

#contenedor-logos {
	position: relative;
	width: 500px;
	padding: 0px 0px;
	margin: 0px auto;
}

#titulo {
	position: relative;
	width: 90%;
	min-width: 1000px;
	padding: 8px 0px;
	margin: 20px auto 0px auto;
	background-color: #415968;
}

#titulo-case {
	position: relative;
	width: 90%;
	min-width: 1000px;
	padding: 8px 0px;
	margin: 20px auto 0px auto;
	background-color: #E38D1A;
}

#titulo-unicarriers {
	position: relative;
	width: 90%;
	min-width: 1000px;
	height: 34px;
	padding: 8px 0px;
	margin: 20px auto 0px auto;
	background-color: #1BAFE6;
}

#titulo-unicarriers-submenu {
	position: relative;
	width: 90%;
	min-width: 1000px;
	height: 40px;
	padding: 8px 0px;
	margin: 20px auto 0px auto;
	background-color: #1BAFE6;
}

#titulo-intrame {
	position: relative;
	width: 90%;
	min-width: 1000px;
	padding: 8px 0px;
	margin: 20px auto 0px auto;
	background-color: #E70604;
}

#titulo-snorkel {
	position: relative;
	width: 90%;
	min-width: 1000px;
	padding: 8px 0px;
	margin: 20px auto 0px auto;
	background-color: #EC8635;
}

#titulo-submenu {
	position: relative;
	width: 90%;
	padding: 8px 0px;
	margin: 0px auto 40px auto; 
	border-bottom: 1px solid #415968;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
	color: #415968;
	font-size: 25px;
	margin: auto;
	letter-spacing: 1px;
	text-align: center;
}

#volver-01 a { position: absolute; background-image: url(../imagenes/layout/volver-01.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 145px; height: 60px; padding: 0px; top: 6px; right: 0px; }
#volver-01 a:hover { filter: alpha(opacity=75); opacity: 0.75 }

#volver-02 a { position: absolute; background-image: url(../imagenes/layout/volver-02.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; width: 145px; height: 60px; padding: 0px; top: 6px; right: 8px; }
#volver-02 a:hover { filter: alpha(opacity=75); opacity: 0.75 }

#shadow {
	position: relative;
	background-image: url(../imagenes/layout/shadow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 880px;
	height: 40px;
	margin: 0px auto;
}

#logo-case {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/logo-case.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 210px;
	height: 80px;
	padding: 0px 20px;
	margin: 20px auto;
}

#logo-case-head {
	position: relative;
	float: right;
	background-image: url(../imagenes/layout/logo-case-head.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 210px;
	height: 80px;
	padding: 0px 0px;
	margin: 15px 25px auto auto;
}

#logo-unicarriers {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/logo-unicarriers.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 210px;
	height: 80px;
	padding: 0px 20px;
	margin: 10px 15px 10px 60px;
}

#logo-unicarriers-index {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/logo-unicarriers-index.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 210px;
	height: 80px;
	padding: 0px 20px;
	margin: 20px auto;
}

#logo-unicarriers-head {
	position: relative;
	float: right;
	background-image: url(../imagenes/layout/logo-unicarriers-head.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 250px;
	height: 80px;
	padding: 0px;
	margin: 15px 25px auto auto;
}

#logo-fusion {
	position: relative;
	background-image: url(../imagenes/layout/logo-fusion.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 700px;
	height: 100px;
	padding: 0px;
	margin: 20px auto auto 310px;
}

#logo-intrame {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/logo-intrame.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 210px;
	height: 80px;
	padding: 0px 20px;
	margin: 20px auto;
}

#logo-intrame-head {
	position: relative;
	float: right;
	background-image: url(../imagenes/layout/logo-intrame-head.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 236px;
	height: 69px;
	padding: 0px;
	margin: 20px 25px auto auto;
}

#logo-snorkel-head {
	position: relative;
	float: right;
	background-image: url(../imagenes/layout/logo-snorkel-head.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 236px;
	height: 69px;
	padding: 0px;
	margin: 20px 25px auto auto;
}

#logo-snorkel-index {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/logo-snorkel-index.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 210px;
	height: 80px;
	padding: 0px 20px;
	margin: 20px auto;
}

#contenedor-01 {
	position: relative;
	width: 1150px;
	margin: auto;
}

#contenedor-02 {
	position: relative;
	width: 1146px;
	height: 360px;
	padding: 0px;
	margin: 20px auto;
	/*background-color: #D59F0F;*/
}

#contenedor-03 {
	position: relative;
	width: 80%;
	min-width: 1150px;
	height: 220px;
	padding: 0px;
	margin: 0px auto;
}

#contenedor-04 {
	position: relative;
	width: 1146px;
	padding: 0px;
	margin: 20px auto;
}

#contenedor-05 {
	position: relative;
	width: 1028px;
	height: 72px;
	padding: 0px;
	margin: -70px auto 0px auto;
	z-index: 5005;
}

#contenedor-06 {
	position: relative;
	padding: 40px;
}

#box-01 {
	position: relative;
	float: left;
	width: 300px;
	height: 280px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#box-02 {
	position: relative;
	float: left;
	width: 300px;
	height: 280px;;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#box-03 {
	position: relative;
	float: left;
	width: 300px;
	height: 280px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#box-04 {
	position: relative;
	float: left;
	width: 1084px;
	height: 300px;
	padding: 10px;
	margin: 15px 15px 30px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#box-05 {
	position: relative;
	float: left;
	width: 300px;
	height: 460px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#box-06 {
	position: relative;
	float: left;
	width: 300px;
	height: 460px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#box-07 {
	position: relative;
	float: left;
	width: 300px;
	height: 460px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#symbol-01 {
	position: relative;
	background-image: url(../imagenes/layout/symbol-01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 90px;
	height: 90px;
	padding: 0px;
	margin: auto;
}

#symbol-02 {
	position: relative;
	background-image: url(../imagenes/layout/symbol-02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 90px;
	height: 90px;
	padding: 0px;
	margin: auto;
}

#symbol-03 {
	position: relative;
	background-image: url(../imagenes/layout/symbol-03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 90px;
	height: 90px;
	padding: 0px;
	margin: auto;
}

#symbol-04 {
	position: relative;
	background-image: url(../imagenes/layout/symbol-04.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 90px;
	height: 90px;
	padding: 0px;
	margin: auto auto 10px auto;
}

#symbol-05 {
	position: relative;
	background-image: url(../imagenes/layout/symbol-05.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 90px;
	height: 90px;
	padding: 0px;
	margin: auto auto 10px auto;
}

#symbol-06 {
	position: relative;
	background-image: url(../imagenes/layout/symbol-06.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 90px;
	height: 90px;
	padding: 0px;
	margin: auto auto 10px auto;
}

.servicios {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #008B51; /*#14BFE8*/
	text-align: center;
}

#box-destacado-01 {
	position: relative;
	float: left;
	width: 300px;
	height: 380px;
	padding: 10px 20px;
	margin: 0px 15px 15px 15px;
	background-color: #FFF;
}

#box-destacado-02 {
	position: relative;
	float: left;
	width: 300px;
	height: 380px;
	padding: 10px 20px;
	margin: 0px 15px 15px 15px;
	background-color: #FFF;
}

#box-destacado-03 {
	position: relative;
	float: left;
	width: 300px;
	height: 380px;
	padding: 10px 20px;
	margin: 0px 15px 15px 15px;
	background-color: #FFF;
}

#destacado-01 {
	position: relative;
	background-image: url(../imagenes/layout/destacado-01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 250px;
	height: 250px;
	margin: auto;
}

#destacado-02 {
	position: relative;
	background-image: url(../imagenes/layout/destacado-02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 250px;
	height: 250px;
	margin: auto;
}

#destacado-03 {
	position: relative;
	background-image: url(../imagenes/layout/destacado-03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 250px;
	height: 250px;
	margin: auto;
}

#box-footer {
	position: relative;
	background-image: url(../imagenes/layout/destacado-01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 250px;
	height: 250px;
	margin: auto;
}

#redes {
	position: absolute;
	float: right;
	height: 50px;
	padding: 10px;
	right: 20px;
	bottom: 20px;
}

#foot {
	position: relative;
	float: left;
	width: 356px;
	height: 140px;
	padding: 20px;
	margin: 20px;
}

#titulo-productos {
	position: relative;
	background-image: url(../imagenes/layout/titulo-productos.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 350px;
	height: 50px;
	margin: auto;
}

#logo-foot-01 a { position: relative; float: left; background-image: url(../imagenes/layout/logo-foot-01.png); background-position: 0 0; background-repeat: no-repeat; background-attachment: inherit; width: 160px; height: 60px; margin: 18px 8px 16px 10px; }
#logo-foot-01 a:hover { background-position: 0 -60px;}

#logo-foot-02 a { position: relative; float: left; background-image: url(../imagenes/layout/logo-foot-02.png); background-position: 0 0; background-repeat: no-repeat; background-attachment: inherit; width: 160px; height: 60px; margin: 18px 8px; }
#logo-foot-02 a:hover { background-position: 0 -60px;}

#logo-foot-03 a { position: relative; float: left; background-image: url(../imagenes/layout/logo-foot-03.png); background-position: 0 0; background-repeat: no-repeat; background-attachment: inherit; width: 160px; height: 60px; margin: 18px 8px; }
#logo-foot-03 a:hover { background-position: 0 -60px;}

#logo-foot-04 a { position: relative; float: left; background-image: url(../imagenes/layout/logo-foot-04.png); background-position: 0 0; background-repeat: no-repeat; background-attachment: inherit; width: 160px; height: 60px; margin: 18px 8px; }
#logo-foot-04 a:hover { background-position: 0 -60px;}

#logo-foot {
	position: relative;
	background-image: url(../imagenes/layout/logo-foot.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	float: right;
	width: 280px;
	height: 90px;
	padding: 20px;
	margin-top: 76px;
}

#social-mail a { position: relative; float: left; margin: 0px 5px 0px 5px; background-image: url(../imagenes/layout/social-mail.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 50px; height: 50px; filter: alpha(opacity=50); opacity: 0.50 }
#social-mail a:hover { filter: alpha(opacity=90); opacity: 0.90 }

#social-acrobat a { position: relative; float: left; margin: 0px 5px 0px 5px; background-image: url(../imagenes/layout/social-acrobat.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 50px; height: 50px; filter: alpha(opacity=50); opacity: 0.50 }
#social-acrobat a:hover { filter: alpha(opacity=90); opacity: 0.90 }

#social-face a { position: relative; float: left; margin: 0px 5px 0px 5px; background-image: url(../imagenes/layout/social-face.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 50px; height: 50px; filter: alpha(opacity=50); opacity: 0.50 }
#social-face a:hover { filter: alpha(opacity=90); opacity: 0.90 }

#izquierda {
	position: relative;
	float: left;
	width: 422px;
	height: 322px;
	padding: 4px;
	margin: auto;
	z-index: 9000;
	background-color: #95A2AB;
}

#derecha {
	position: relative;
	float: right;
	width: 510px;
	height: 330px;
	margin: auto;
	z-index: 9000;
}
/* FORM */

#caja-contacto {
	position: relative;
	width: 980px;
	height: 337px;
	margin: 0px auto 80px auto;
}

.campo {
	float: right;
	display: block;
	width: 492px;
	height: 39px;
	margin: 0px 0px 10px 0px;
	padding: 4px 8px;
	background-color: #FFF;
	border: solid 1px #455560;
}

.mensajes {
	float: right;
	display: block;
	width: 488px;
	max-width: 488px;
	min-width: 488px;
	height: 125px;
	min-height: 125px;
	max-height: 125px;
	margin: 0px 0px 12px 0px;
	padding: 20px 10px;
	border: solid 1px #455560;
}

textarea, input {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:  #455560;
	border: 1px solid #455560;
}

input:focus, textarea:focus, button:hover {
	filter: alpha(opacity=70);
    opacity: 0.70;
}

.enviar {
	position: relative;
	float: right;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	color: #FFF;
	font-size:16px;
	text-transform: uppercase;
	text-align:center;
	text-decoration:none;
	height: 40px;
	width: 146px;

	border: 2px solid #B38608;
	
	background: #D59F0F;
	background: -moz-linear-gradient(-45deg,  #D59F0F 0%, #A47B03 100%);
	background: -webkit-linear-gradient(-90deg,  #D59F0F 0%,#A47B03 100%);
	background: linear-gradient(135deg,  #D59F0F 0%,#A47B03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D59F0F', endColorstr='#A47B03',GradientType=1 );
}

.enviar:hover {
	border: 2px solid #B38608;
	
	background: #D59F0F;
	background: -moz-linear-gradient(-45deg,  #D59F0F 0%, #A47B03 100%);
	background: -webkit-linear-gradient(-90deg,  #D59F0F 0%,#A47B03 100%);
	background: linear-gradient(135deg,  #D59F0F 0%,#A47B03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D59F0F', endColorstr='#A47B03',GradientType=1 );
	
	filter: alpha(opacity=80);
    opacity: 0.80;
}

.enviar:active {
	border: 2px solid #B38608;
	
   	background: #FF0909;
	background: -moz-linear-gradient(-45deg,  #D59F0F 0%, #A47B03 100%);
	background: -webkit-linear-gradient(-90deg,  #D59F0F 0%,#A47B03 100%);
	background: linear-gradient(135deg,  #D59F0F 0%,#A47B03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D59F0F', endColorstr='#A47B03',GradientType=1 );
	
	filter: alpha(opacity=80);
    opacity: 0.80;
}

#sucess {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
}

.gracias {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	color: #415968;
	font-size: 40px;
	text-align: center;
	line-height: 1.2em;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 16px;
}

.contacto {
	font-family: Arial, Helvetica, sans-serif;
	color: #415968;
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
}

/*--------------------------------*/

#pdf-icon {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/pdf-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	display: block;
	width: 60px;
	height: 60px;
	margin: auto auto auto 40px;
}

#prensa a {
	float: left;
	display: block;
	width: 300px;
	margin: 11px auto auto 5px;
	padding: 4px 10px;
	/*background-color: orange;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #415968;
	font-size: 20px;
	line-height: 1.4em;
	text-align: left;
}

#prensa a:hover { text-decoration: none; color: #74838E; }

#repuestos a {
	float: left;
	display: block;
	float: left;
	width: 300px;
	height: 30px;
	margin: 30px auto auto 0px;
	padding: 15px 10px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #415968;
	font-size: 20px;
	line-height: 1.4em;
	text-align: left;
	border-left: solid 1px #CCC;
}

#repuestos a:hover { text-decoration: none; color: #74838E; }

#divisor {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/divisor.png);
	background-position: center;
	background-repeat: repeat-x;
	background-attachment: inherit;
	width: 100%;
	height: 29px;
	margin: auto;
}

#foto-repuestos {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/foto-repuestos.png);
	background-position: center;
	background-repeat: repeat-x;
	background-attachment: inherit;
	width: 520px;
	height: 300px;
	margin: auto;
}

#foto-servicios {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/foto-servicios.png);
	background-position: center;
	background-repeat: repeat-x;
	background-attachment: inherit;
	width: 520px;
	height: 300px;
	margin: auto;
}

.repuestos {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/repuestos.png);
	background-position: center;
	background-repeat: repeat-x;
	background-attachment: inherit;
	width: 100px;
	height: 100px;
	margin: 15px 20px auto 40px;
}

#support {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/support.png);
	background-position: center;
	background-repeat: repeat-x;
	background-attachment: inherit;
	width: 100px;
	height: 100px;
	margin: 15px 20px auto 40px;
}

.support {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #D59F0F;
	font-size: 40px;
	line-height: 3.1em;
	text-align: left;
}

.support-txt {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #415968;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
}

.support-txt span { color: #D59F0F;}

.support-txt-2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #415968;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
}

.support-txt-2 span { color: #E70604;}

#caja-support {
	position: relative;
	float: right;
	width: 456px;
	margin: 16px auto auto auto;
}

#promo-01 {
	position: relative;
	background-image: url(../imagenes/layout/promo-01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	float: left;
	width: 300px;
	height: 280px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#promo-02 {
	position: relative;
	background-image: url(../imagenes/layout/promo-02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	float: left;
	width: 300px;
	height: 280px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#promo-03 {
	position: relative;
	background-image: url(../imagenes/layout/promo-03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	float: left;
	width: 300px;
	height: 280px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#servicio-01 {
	position: relative;
	background-image: url(../imagenes/layout/servicio-01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	float: left;
	width: 300px;
	height: 280px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#servicio-02 {
	position: relative;
	background-image: url(../imagenes/layout/servicio-02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	float: left;
	width: 300px;
	height: 280px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#servicio-03 {
	position: relative;
	background-image: url(../imagenes/layout/servicio-03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	float: left;
	width: 300px;
	height: 280px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#contacto-01 {
	position: relative;
	background-image: url(../imagenes/layout/contacto-01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	float: left;
	width: 300px;
	height: 280px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#contacto-02 {
	position: relative;
	background-image: url(../imagenes/layout/contacto-02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	float: left;
	width: 300px;
	height: 280px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#contacto-03 {
	position: relative;
	background-image: url(../imagenes/layout/contacto-03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	float: left;
	width: 300px;
	height: 280px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#index-01 {
	position: relative;
	background-image: url(../imagenes/layout/index-01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	float: left;
	width: 300px;
	height: 280px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#index-02 {
	position: relative;
	background-image: url(../imagenes/layout/index-02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	float: left;
	width: 300px;
	height: 280px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#index-03 {
	position: relative;
	background-image: url(../imagenes/layout/index-03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	float: left;
	width: 300px;
	height: 280px;
	padding: 20px;
	margin: 15px 15px 15px 15px;
	background-color: #FFF;
	border: solid 6px #CED6DC; 
}

#box-00 { position: relative; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }

#case-01 a { position: relative; background-image: url(../imagenes/productos/case-01.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#case-01 a:hover { filter: alpha(opacity=70); opacity: 0.70; }
#case-02 a { position: relative; background-image: url(../imagenes/productos/case-02.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#case-02 a:hover { filter: alpha(opacity=70); opacity: 0.70; }
#case-03 a { position: relative; background-image: url(../imagenes/productos/case-03.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#case-03 a:hover { filter: alpha(opacity=70); opacity: 0.70; }
#case-04 a { position: relative; background-image: url(../imagenes/productos/case-04.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#case-04 a:hover { filter: alpha(opacity=70); opacity: 0.70; }
#case-05 a { position: relative; background-image: url(../imagenes/productos/case-05.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#case-05 a:hover { filter: alpha(opacity=70); opacity: 0.70; }
#case-06 a { position: relative; background-image: url(../imagenes/productos/case-06.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#case-06 a:hover { filter: alpha(opacity=70); opacity: 0.70; }
#case-07 a { position: relative; background-image: url(../imagenes/productos/case-07.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#case-07 a:hover { filter: alpha(opacity=70); opacity: 0.70; }
#case-08 a { position: relative; background-image: url(../imagenes/productos/case-08.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#case-08 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#unicarriers-01 a { position: relative; background-image: url(../imagenes/productos/unicarriers-01.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#unicarriers-01 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#unicarriers-02 a { position: relative; background-image: url(../imagenes/productos/unicarriers-02.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#unicarriers-02 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#unicarriers-03 a { position: relative; background-image: url(../imagenes/productos/unicarriers-03.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#unicarriers-03 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#unicarriers-04 a { position: relative; background-image: url(../imagenes/productos/unicarriers-04.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#unicarriers-04 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#unicarriers-05 a { position: relative; background-image: url(../imagenes/productos/unicarriers-05.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#unicarriers-05 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#unicarriers-06 a { position: relative; background-image: url(../imagenes/productos/unicarriers-06.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#unicarriers-06 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#unicarriers-07 a { position: relative; background-image: url(../imagenes/productos/unicarriers-07.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#unicarriers-07 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#unicarriers-08 a { position: relative; background-image: url(../imagenes/productos/unicarriers-08.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#unicarriers-08 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#intrame-01 { position: relative; background-image: url(../imagenes/layout/intrame-01.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#intrame-02 { position: relative; background-image: url(../imagenes/layout/intrame-02.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#intrame-03 { position: relative; background-image: url(../imagenes/layout/intrame-03.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#intrame-04 { position: relative; background-image: url(../imagenes/layout/intrame-04.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#intrame-05 { position: relative; background-image: url(../imagenes/layout/intrame-05.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#intrame-06 { position: relative; background-image: url(../imagenes/layout/intrame-06.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }

#vineta-unicarriers-01 { position: relative; background-image: url(../imagenes/layout/unicarriers-01.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#vineta-unicarriers-02 { position: relative; background-image: url(../imagenes/layout/unicarriers-02.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#vineta-unicarriers-03 { position: relative; background-image: url(../imagenes/layout/unicarriers-03.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#vineta-unicarriers-04 { position: relative; background-image: url(../imagenes/layout/unicarriers-04.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }

#snorkel-01 a { position: relative; background-image: url(../imagenes/productos/snorkel-01.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#snorkel-01 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#snorkel-02 a { position: relative; background-image: url(../imagenes/productos/snorkel-02.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#snorkel-02 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#snorkel-03 a { position: relative; background-image: url(../imagenes/productos/snorkel-03.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#snorkel-03 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#snorkel-04 a { position: relative; background-image: url(../imagenes/productos/snorkel-04.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#snorkel-04 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#snorkel-05 a { position: relative; background-image: url(../imagenes/productos/snorkel-05.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#snorkel-05 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#snorkel-06 a { position: relative; background-image: url(../imagenes/productos/snorkel-06.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#snorkel-06 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#snorkel-07 a { position: relative; background-image: url(../imagenes/productos/snorkel-07.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#snorkel-07 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#snorkel-08 a { position: relative; background-image: url(../imagenes/productos/snorkel-08.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#snorkel-08 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

#snorkel-09 a { position: relative; background-image: url(../imagenes/productos/snorkel-09.png); background-position: center; background-repeat: no-repeat; background-attachment: inherit; float: left; width: 300px; height: 280px; padding: 20px; margin: 15px 15px 15px 15px; background-color: #FFF; border: solid 6px #CED6DC; }
#snorkel-09 a:hover { filter: alpha(opacity=70); opacity: 0.70; }

/*--PRODUCTOS--*/

.foto-case-01 { position: relative; background-image: url(../imagenes/productos/foto-case-01.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-case-02 { position: relative; background-image: url(../imagenes/productos/foto-case-02.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-case-03 { position: relative; background-image: url(../imagenes/productos/foto-case-03.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-case-04 { position: relative; background-image: url(../imagenes/productos/foto-case-04.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-case-05 { position: relative; background-image: url(../imagenes/productos/foto-case-05.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-case-06 { position: relative; background-image: url(../imagenes/productos/foto-case-06.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-case-07 { position: relative; background-image: url(../imagenes/productos/foto-case-07.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-case-08 { position: relative; background-image: url(../imagenes/productos/foto-case-08.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }

.foto-unicarriers-001a { position: relative; background-image: url(../imagenes/productos/foto-unicarriers-001a.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}
.foto-unicarriers-001b { position: relative; background-image: url(../imagenes/productos/foto-unicarriers-001b.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}
.foto-unicarriers-001c { position: relative; background-image: url(../imagenes/productos/foto-unicarriers-001c.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}

.foto-unicarriers-002a  { float: left; position: relative; background-image: url(../imagenes/productos/foto-unicarriers-002a.png); background-repeat: no-repeat;  background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}
.foto-unicarriers-002b  { float: right; position: relative; background-image: url(../imagenes/productos/foto-unicarriers-002b.png); background-repeat: no-repeat;  background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}

.foto-unicarriers-003a { position: relative; background-image: url(../imagenes/productos/foto-unicarriers-003a.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}
.foto-unicarriers-003b { position: relative; background-image: url(../imagenes/productos/foto-unicarriers-003b.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}
.foto-unicarriers-003c { position: relative; background-image: url(../imagenes/productos/foto-unicarriers-003c.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}

.foto-unicarriers-004a { float: left; position: relative; background-image: url(../imagenes/productos/foto-unicarriers-004a.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}
.foto-unicarriers-004b { float: right; position: relative; background-image: url(../imagenes/productos/foto-unicarriers-004b.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}

.foto-unicarriers-005a  { float: left; position: relative; background-image: url(../imagenes/productos/foto-unicarriers-005a.png); background-repeat: no-repeat;  background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}
.foto-unicarriers-005b  { float: right; position: relative; background-image: url(../imagenes/productos/foto-unicarriers-005b.png); background-repeat: no-repeat;  background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}

.foto-unicarriers-006a  { float: left; position: relative; background-image: url(../imagenes/productos/foto-unicarriers-006a.png); background-repeat: no-repeat;  background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}
.foto-unicarriers-006b  { float: right; position: relative; background-image: url(../imagenes/productos/foto-unicarriers-006b.png); background-repeat: no-repeat;  background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}

.foto-unicarriers-007a  { float: left; position: relative; background-image: url(../imagenes/productos/foto-unicarriers-007a.png); background-repeat: no-repeat;  background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}
.foto-unicarriers-007b  { float: right; position: relative; background-image: url(../imagenes/productos/foto-unicarriers-007b.png); background-repeat: no-repeat;  background-position: center; background-attachment: inherit; width: 319px; height: 300px; padding: 0px; margin-bottom: 3px;}

.foto-unicarriers-008a  { position: relative; background-image: url(../imagenes/productos/foto-unicarriers-008a.png); background-repeat: no-repeat;  background-position: center; background-attachment: inherit; width: 638px; height: 300px; padding: 0px; margin-bottom: 3px; background-color: #FFF; }

.foto-snorkel-01 { position: relative; background-image: url(../imagenes/productos/foto-snorkel-01.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-snorkel-02 { position: relative; background-image: url(../imagenes/productos/foto-snorkel-02.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-snorkel-03 { position: relative; background-image: url(../imagenes/productos/foto-snorkel-03.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-snorkel-04 { position: relative; background-image: url(../imagenes/productos/foto-snorkel-04.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-snorkel-05 { position: relative; background-image: url(../imagenes/productos/foto-snorkel-05.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-snorkel-06 { position: relative; background-image: url(../imagenes/productos/foto-snorkel-06.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-snorkel-07 { position: relative; background-image: url(../imagenes/productos/foto-snorkel-07.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-snorkel-08 { position: relative; background-image: url(../imagenes/productos/foto-snorkel-08.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }
.foto-snorkel-09 { position: relative; background-image: url(../imagenes/productos/foto-snorkel-09.png); background-repeat: no-repeat; background-position: center; background-attachment: inherit; width: 342px; height: 232px; padding: 0px; margin: 3px; }

/*--Tables--*/

.col-foto {
	position: relative;
	display: block;
	float: left;
	width: 342px;
	height: 232px;
	padding: 0px;
	margin: 3px;
}

.col-00 {
	position: relative;
	display: block;
	float: left;
	height: 200px;
	padding: 20px 5px 12px 30px;
	margin: 10px 3px 0px 3px;
}

.col-01 {
	position: relative;
	display: block;
	float: left;
	width: 310px;
	padding: 8px 16px;
	margin: 3px;
}

.col-02 {
	position: relative;
	display: block;
	float: left;
	width: 135px;
	padding: 8px 8px;
	margin: 3px;
}

.col-03 {
	position: relative;
	display: block;
	float: left;
	width: 135px;
	padding: 28px 8px;
	margin: 3px;	
}

.col-04 {
	position: relative;
	display: block;
	float: left;
	width: 135px;
	padding: 4px 8px;
	margin: 3px;
}

.col-05 {
	position: relative;
	display: block;
	float: left;
	width: 55px;
	width: 67px;
	padding: 16px 8px;
	margin: 3px;
}

.col-06 {
	position: relative;
	display: block;
	float: left;
	width: 55px;
	padding: 19px 4px;
	margin: 3px;
}

.col-07 {
	position: relative;
	display: block;
	float: left;
	width: 55px;
	padding: 16px 4px;
	margin: 3px;
}

.col-08 {
	position: relative;
	display: block;
	float: left;
	width: 55px;
	padding: 28px 4px;
	margin: 3px;	
}

.col-09 {
	position: relative;
	display: block;
	float: left;
	width: 67px;
	
	padding: 28px 8px;
	margin: 3px;	
}

.col-10 {
	position: relative;
	display: block;
	float: left;
	width: 287px;
	padding: 16px 16px;
	margin: 10px auto;
}

.col-11 {
	position: relative;
	display: block;
	float: left;
	width: 287px;
	padding: 16px 16px;
	margin: 3px auto;
}

.col-12 {
	position: relative;
	display: block;
	float: left;
	width: 606px;
	padding: 16px 16px;
	margin: 10px auto;
}

.col-13 {
	position: relative;
	display: block;
	float: left;
	width: 606px;
	padding: 16px 16px;
	margin: 3px auto;
}

.col-14 {
	position: relative;
	display: block;
	float: left;
	width: 292px;
	padding: 8px 8px;
	margin: 3px;
}

.border { border-top: 4px solid #D59F0F; border-bottom: 4px solid #D59F0F; }
.border-00 { border-top: 4px solid #14B8D8; border-bottom: 4px solid #14B8D8; }
.color-01 { background-color: #C4CED4; }
.color-02 { background-color: #D9DFE4; }
.color-03 { background-color: #F5E5C7; }
.color-04 { background-color: #FCF6EC; }
.color-05 { background-color: #6DCDE8; }
.color-06 { background-color: #FFFFFF; }

.pdf a { position: relative; margin: auto; background-image: url(../imagenes/layout/pdf.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 46px; height: 46px; }
.pdf a:hover { filter: alpha(opacity=70); opacity: 0.70 }

.titular-00 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #74838E;
	font-size: 48px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.titular-01 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #415968;
	font-size: 13px;
	text-align: left;
}

.titular-01 a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #415968;
	font-size: 16px;
	text-align: left;
}

.titular-01 a:hover { color: #74838E; }

.titular-02 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #415968;
	font-size: 13px;
	text-align: center;
}

.titular-03 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #415968;
	font-size: 16px;
	text-align: center;
}

.titular-03b {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #415968;
	font-size: 16px;
	text-align: left;
}

.titular-04 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #415968;
	font-size: 16px;
	text-align: center;
}

.titular-05 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #415968;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
}

p span {
	font-weight: bold;
}

p a:link, p a:visited, p a:active{ text-decoration: none; color: #A30234; line-height: 2em; }
p a:hover { text-decoration: none; color: #D98B27; }

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
	color: #FFF;
	font-size: 25px;
	margin: auto;
	letter-spacing: 1px;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #415968;
	font-size: 13px;
	text-align: center;
}

h2 span {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #415968;
	line-height: 2.2em;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #6C7B86;
	font-size: 23px;
	line-height: 2.5em;
	text-align: left;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C4CED4;
	font-size: 16px;
	line-height: 1.7em;
	letter-spacing: 1px;
	text-align: left;
}

h4 span {
	color: #6C7B86;
}

h4 a:link, h4 a:visited, h4 a:active{ text-decoration: none; color: #C4CED4; }
h4 a:hover { text-decoration: none; color: #FFF; }

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 17px;
	line-height: 3.6em;
	text-align: center;
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
}

h6 a:link, h6 a:visited, h6 a:active{ text-decoration: none; color: #95A2AB; }
h6 a:hover { text-decoration: none; color: #FFF; }