/* @override 
	http://www.marcapl.com/marca/estilos.css
	http://marcapl.com/marca/estilos.css
*/

@charset "UTF-8";

a:link, a:visited, a: {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#FFFFFF;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;
	/* */ 
	}

body {
	margin:0;
	padding:0;
	font: "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: hidden;
}

.texto_10px_blanco {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
.texto_10px_negro {
	color: #000;
	font-size: 10px;
	text-decoration: none;
}

.texto_12px_blanco {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.texto_12px_negro {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

.texto_12px_azul {
	color: #007dc6;
	font-size: 12px;
	text-decoration: none;
}
.texto_14px_blanco_negrita {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
a:hover.texto_14px_blanco_negrita {
	color: #FFFFFF;
	text-decoration: underline;
}

.referencia {
	color: #007dc6;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.entrada {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.descripcion {
	color: #000;
	font-size: 12px;
}

.norma {
	color: #444;
	font-weight: bold;
	font-size: 14px;
}

.texto_14px_rojo_negrita {
	color: #c51016;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.texto_20px_blanco {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}

.texto_20px_rojo {
	font-size: 20px;
	color: #c51016;
	text-decoration: none;
}

.rojo {
	color: #c51016;
	text-decoration: none;
}

table.tabla
{
	border: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.tabla td 
{
	border: 1px solid #000;
}

.pie_verde {
	font-size: 11px;
	color: #108955;
	text-decoration: none;
	font-weight: bold;
}
a:hover.pie_verde {
	color: #333;
	font-weight: bold;
}
.pie_gris {
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
.producto_nombre {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.detalle_producto_cabecera {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.detalle_producto_texto {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.gris_12px {
	font-size: 12px;
	color: #666;
}
.estilo_14px_verde_negrita {
	font-size: 14px;
	font-weight: bold;
	color: #108955;
}
.estilo_14px_gris {
	font-size: 14px;
	color: #666;
}

#cabecera {
	height: 100px;
	z-index: 10;
	position: absolute;
	width: 100%;
	top: 0;
	background-image: url(imagenes/cabecera.jpg);
	background-repeat: repeat-x;
}

#menu_cabecera {
	height: 30px;
	z-index: 10;
	position: absolute;
	top: 100px;
	width: 100%;
	background: url(imagenes/fondo_azul.jpg) repeat-x;
}

#navegador {
	height: 40px;
	z-index: 10;
	top: 130px;
	width: 100%;
	position: absolute;
}

#cuerpo {
	width: 1024px;
	overflow: auto;
	position: absolute;
	top: 170px;
	bottom: 30px;
	margin-left: -513px;
	left: 50%;
	z-index: 1;
	color: #555;
	font-size: 11px;
}

* html #cuerpo {
	top:0;
	bottom:0;
	height:100%;
	width: 1024px;
	border-top: 170px solid #fff;
	border-bottom: 30px solid #fff;
}

#menu {
	background-color: #007dc6;
	width: 200px;
	overflow: auto;
	position: absolute;
	top: 170px;
	bottom: 30px;
	margin-left: -513px;
	left: 50%;
	z-index: 1;
	color: #555;
	font-size: 11px;
}

* html #menu {
	top:0;
	bottom:0;
	height:100%;
	width: 200px;
	border-top: 170px solid #fff;
	border-bottom: 30px solid #fff;
}

#contenido {
	width: 820px;
	overflow: auto;
	position: absolute;
	top: 170px;
	bottom: 30px;
	margin-left: -313px;
	left: 50%;
	z-index: 1;
}

* html #contenido {
	top:0;
	bottom:0;
	height:100%;
	width: 820px;
	border-top: 170px solid #fff;
	border-bottom: 30px solid #fff;
}

#listado_imagenes {
	border: 1px solid #000;
	width: 240px;
	height: 260px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

#riesgo_calzado {
	width: 40px;
	height: 40px;
	float: left;
}

#riesgo_guantes {
	width: 70px;
	height: 40px;
	float: left;
}

#pie {
	height: 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
	background: url(imagenes/fondo_azul.jpg) repeat-x;
}

.form_buscar {
	width: 120px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #000;
	color: #333;
	font-size: 10px;
}

#clear {
	height: 15px;
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	background-color: yellow;
	clear: both;
	width: 100%;
	z-index: 2;
}
#riesgo_vestuario {
	width: 70px;
	height: 40px;
	float: left;
}

#riesgo_altura {
	width: 40px;
	height: 40px;
	float: left;
}
.cabecera_form
{
	width:90%;
	background:none;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}