/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ++++++++ Configuracion Personal ++++++++++
   ++++++++     Comienza aqui      ++++++++++*/
@font-face{
	font-family: Average;
	src: url("../fuentes/Average-Regular.eot");
	src: local("Average"), url("../fuentes/Average-Regular.woff");
}
   
body {
	background: 
		radial-gradient(rgba(212,215,148,0) 0, rgba(212,215,148,.15) 30%, rgba(212,215,148,.3) 32%, rgba(212,215,148,0) 33%) 0 0,
		radial-gradient(rgba(212,215,148,0) 0, rgba(212,215,148,.1) 11%, rgba(212,215,148,.3) 13%, rgba(212,215,148,0) 14%) 0 0,
		radial-gradient(rgba(212,215,148,0) 0, rgba(212,215,148,.2) 17%, rgba(212,215,148,.43) 19%, rgba(212,215,148,0) 20%) 0 110px,
		radial-gradient(rgba(212,215,148,0) 0, rgba(212,215,148,.2) 11%, rgba(212,215,148,.4) 13%, rgba(212,215,148,0) 14%) -130px -170px,
		radial-gradient(rgba(212,215,148,0) 0, rgba(212,215,148,.2) 11%, rgba(212,215,148,.4) 13%, rgba(212,215,148,0) 14%) 130px 370px,
		radial-gradient(rgba(212,215,148,0) 0, rgba(212,215,148,.1) 11%, rgba(212,215,148,.2) 13%, rgba(212,215,148,0) 14%) 0 0,
		linear-gradient(45deg, #f5f5f5 0%, #f5f5f5 20%, #f5f5f5 30%, #f5f5f5 40%, #f5f5f5 50%, #f5f5f5 60%, #f5f5f5 70%, #f5f5f5 80%, #f5f5f5 90%, #f5f5f5 100%);
	/*background-size: 470px 470px, 970px 970px, 410px 410px, 610px 610px, 530px 530px, 730px 730px, 100% 100%;*/
	background-color: #f5f5f5;
	font: 62.5% Average, Georgia, serif;
	margin: 2.5em auto 0 auto;
	max-width: 960px;
	box-sizing: border-box;
}

.grupo:before, .grupo:after {
	content: "";
	display: table;
}

.grupo:after {
	clear: both;
}
/* Fix IE issue */
.grupo {
	zoom: 1;
}

.grupo h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: green;
}

#cabecera, #principal, #pie{
	font-size: 1.6em; /* 10px x 1.6em = 16px */
}

#logo {
	float: left;
	margin: 0em 2em 0em 0em;
}

#encabezado {
	margin: 0.5em .5em;
	padding: 0.5em 0em;
	font-size: 2em;
	color: green;
}

/* Pagina index */
#principal
/*{
	background-color: rgba(255,255,255,0.6);
	border: 1px solid #ccc;
	box-shadow: 0 3px 8px 0 #CCC;
	padding: 2.1em;
}*/

#principal {
	background-color: #f5f5f5;
	border: none;
	box-shadow: none;
}

/* Efecto de entrada para la pagina quienes somos */
#principal.cargado .mision {
	transform: translateX(0px);
}

#principal.cargado .vision {
	transform: translateX(0px);
}

/* Boton deb-stoko */
#vid-unique {
	margin: 0 1.5em;
	float: left;
	max-width: 70%;
	border: 2px solid #999;
	box-shadow: 0px 3px 5px #333;
	cursor: pointer;
}

#botonReproducir {
	clear: both;
	margin: 0 1.5em;
	padding: 0.5em 0;
}

/* Boton seguridad industrial */
#segIndustrial {
	max-width: 18%;
	margin: 0 0.5em 0.9em 0.5em;
	border: 2px solid #999;
	box-shadow: 0px 3px 5px #333;
	cursor: pointer;
}

/* Boton contactenos */
#gente {
	max-width: 18%;
	margin: 0 0.5em;
	border: 2px solid #999;
	box-shadow: 0px 3px 5px #333;
	cursor: pointer;
}

/* Barra de creditos */
.creditos {
	float: clear;
	margin-top: 1.2em;
	padding: 1em 0;
	border: 1px solid #999;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 3px 8px 0 #CCC;
	background-color: AntiqueWhite;
	opacity: 0.3;
	display: block;
	width: 300px;
	transform-origin: 50% 50%;
	transform: rotate(-180deg);
	transition: transform 1s;
}

/* Barra de creditos raton encima */
.creditos:hover {
	cursor: pointer;
	transform: rotate(-0deg);
	transition: transform 1s;
}

/* Barra de creditos anclaje de enlace */
.creditos a {
	color: black;
	text-decoration: none;
}

/* Barra de creditos span */
.creditos span {
	font-weight: bold;
}

/* Banderin distribuidores autorizados */
.banderin {
	bottom: 0;
	position: fixed;
	right: 0;
	z-index: 9;
	background: green;
	color: white;
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	min-height: 50px;
	width: 300px;
	transform-origin: 50% 100%;
	transform: translate(95px, -55px) rotate(-45deg) scale(.8);
	transition: transform 1s;
}

.banderin:hover {
	cursor: default;
	transform: translate(95px, -55px) rotate(-45deg);
	transition: transform 1s;
}

.banderin span{
	clear: both;
	display: block;
	font-size: 2.2em;
}

/* Pagina de lineas deb-stoko cuerpo principal*/
.lineas {
	border: 2px solid #999;
	box-shadow: 0px 3px 5px #333;
	margin: 0.5em 0.15em;
}

.productos {
	border: 2px solid #999;
	box-shadow: 0px 3px 5px #333;
	margin: 0.5em 0.15em;
}

.dummy {
	margin: 0.5em 0.15em;
}

.proteccion {
	border: 2px solid #999;
	box-shadow: 0px 3px 5px #333;
	margin: 0.5em 0.15em;
}

/* Botones de las lineas deb-stoko */
#industrial.lineas {
	max-width: 28%;
	float: left;
	cursor: pointer;
	margin: 0.5em 0.75em 0.5em 3em;
}

#hogar.lineas {
	max-width: 28%;
	cursor: pointer;
	margin: 0.5em 0.75em;
}

#alimentos.lineas {
	max-width: 28%;
	cursor: pointer;
	margin: 0.5em 0.75em;
}

#salud.lineas {
	max-width: 28%;
	clear: both;
	cursor: pointer;
	float: left;
	margin: 0.5em 0.75em 0.5em 12em;
}

#solar.lineas {
	max-width: 28%;
	cursor: pointer;
	margin: 0.5em 0.75em;
}

/* Botones de los productos de la linea industrial */
#universalProtect.productos {
	max-width: 32%;
	cursor: pointer;
	margin-left: 9em;
	float: left;
}

#heritage.productos {
	max-width: 32%;
	margin-left: 1.5em;
	cursor: pointer;
}

#sbs-40.productos {
	max-width: 32%;
	cursor: pointer;
	clear: both;
	margin-left: 9em;
	float: left;
}

#panelTresPasos.productos {
	max-width: 32%;
	margin-left: 1.5em;
	cursor: pointer;
}

/* Botones de los productos de la linea hogar / oficina / alimentos / salud / solar */
#antibac.productos {
	max-width: 32%;
	cursor: pointer;
	margin-left: 9em;
	float: left;
}

#purebac.productos {
	max-width: 32%;
	margin-left: 1.5em;
	cursor: pointer;
}

#azure.productos {
	max-width: 32%;
	cursor: pointer;
	clear: both;
	margin-left: 9em;
	float: left;
}

#instantfoam.productos {
	max-width: 32%;
	margin-left: 1.5em;
	cursor: pointer;
}

#instantfoamA.productos {
	max-width: 32%;
	cursor: pointer;
	clear: both;
	margin-left: 9em;
	float: left;
}

#sunprotect.productos {
	max-width: 32%;
	cursor: pointer;
	clear: both;
	margin-left: 20em;
	float: left;
}

#dummyBox.dummy {
	max-width: 32%;
	margin-left: 1.5em;
}



/* Botones de la pagina de proteccion industrial */

.contenedorVideo {
	max-width: 280px;
	margin: 0.2em 0.2em;
	padding: 0.1em 0.3em;
}

/* Configura la caja de los controles de video */
.controlesVideo {
	position: relative;
	bottom: 0;
	left: 0.4em;
	right: 0;
	top: -2.8em;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(202,205,207) 13%, rgb(172,178,181) 100%);
	background-image: -o-linear-gradient(bottom, rgb(202,205,207) 13%, rgb(172,178,181) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(202,205,207) 13%, rgb(172,178,181) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(202,205,207) 13%, rgb(172,178,181) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(202,205,207) 13%, rgb(172,178,181) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(202,205,207)),
		color-stop(1, rgb(172,178,181))
		);
	border-radius: 5px;
}

/* Hace visible la caja de controles cuando se posiciona 
   el cursor sobre el contendor de video */
.contenedorVideo:hover .controlesVideo {
	opacity: .9;
}

button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

button:hover {
	cursor: pointer;
}

/* Ubicacion de las cajas - botones */
#contenedorVideoCabeza {
	float: left;
}

#contenedorVideoOidos {
	padding-left: 2.5em;
	float: left;
}

#contenedorVideoRespiratorio {
	float: right;
}

#contenedorVideoManos {
	clear: both;
	float: left;
}

#contenedorVideoCuerpo {
	padding-left: 2.5em;
	float: left;
}

#contenedorVideoPies {
	float: right;
}

.video {
	cursor: pointer;
}

/* Detalle de producto */
.detalle #sec-izquierda {
	float: left;	
}

/* Detalle del producto, cuerpo derecho */
.detalle #sec-derecha {
	font-family: Tahoma, Verdana, sans-serif;
}

/* Tabla de la pagina detalle del producto */
table { 	
	margin: 1.2em 1.2em;
	font-family: Belgrano, Tahoma, Verdana, sans-serif;
}

table tr th, table tr td { 
	background: #78B62F;
	color: #FFF;
	padding: 7px 4px;
	text-align: left;
}
  
table tr td { 
	background: #808083;
	color: #FFF;
	border-top: 1px solid #FFF;
}

td.centro {
	text-align: center;
}

/* Pagina contactenos secciones */
.mision {
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0.5em 0.5em;
	padding: 0.5em 0.5em;
	transform: translateX(-100px);
	transition: transform 3s
}

.mision p {
	padding: 0.5em 0;
}

.vision {
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0.5em 0.5em;
	padding: 0.5em 0.5em;
	transform: translateX(100px);
	transition: transform 3s;
}

.vision blockquote, q {
	margin: 0.5em 10px;
	padding: 0.5em 10px;
}

.vision blockquote:before {
	color: #ccc;
	content: "\201C";
	font-size: 2em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

.ubicacion {
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0.5em 0.5em;
	padding: 0.5em 0.5em;
	float: left;
}

.ubicacion #mapa {
	padding: 0.5em 0;
}

.telefonos {
	font-family: Tahoma, Verdana, sans-serif;
	margin: 2.5em 1em;
	padding: 2.5em 1em;
	text-align: center;
}

.telefonos p,a {
	font-weight: bold;
}

.telefonos span {
	font-weight: normal;
}

.telefonos .correo {
	text-decoration: none;
	color: green;	
}


/* Pie de pagina */
.pie-contenedor {
	clear: both;
	margin-top: 1.2em;
	/*border: 1px solid #999;
	border-radius: 5px;
	box-shadow: 0 3px 8px 0 #CCC;
	background-color: #D4EBC6;*/
	background-color: rgba(#ff,#ff,#ff,0);
	padding: 0;
}

.proveedores {
	padding: 0.2em 0.2em;
}

