/* CSS Document */


/* Reset */

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
	
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

a {
	text-decoration:none;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }



/* LAYOUT TOOLS */

.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.fix				{ overflow:hidden; }
/*


/* INDEX */




body {
	background-color:#272727;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../imagenes/fondo.jpg);
	background-repeat:repeat-x;
}

div#principal{
	width:984px;	
	padding-bottom:24px;
	margin: 0 auto;
}

div#cabecera{
	height:139px;
	background-image:url(../imagenes/cabecera.jpg);
	background-repeat:no-repeat;	
}

div#idiomas {
	text-align:right;
	padding-top:38px;
	padding-right:20px;
}

div#idiomas a{
	margin-left:3px;
}

div#menu {
	float:right;
	margin-top:9px;
	padding-right:20px;
	display:inline;
	
}



div#menu a{
	display:block;
	margin-left:30px;
	padding-top:6px;
	color:#dbdbdb;
	font-weight:bold;
	float:left;
	font-size:16px;
	text-align:right;
}

div#menu a:hover{
	color:#eec700;
}

div#menu a.activo{
	background-image:url(../imagenes/flecha-menu.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

div#fotos{
	height:142px;
	background-image:url(../imagenes/fotos.jpg);
	background-repeat:no-repeat;	
}


div#cuerpo{
	background-image:url(../imagenes/fondo-cuerpo.jpg);
	background-repeat:repeat-y;
}

div#col-izq {
	float:left;
	display:inline;
	overflow:hidden;
	background-repeat:no-repeat;
	width:212px;
	padding-top:28px;
}

div#col-izq a.business{
	padding-top:190px;
	display:block;
	text-align:center;
	color:#737373;
	font-size:9px;
	text-transform:uppercase;
	line-height:9px;
	height:30px;	
	overflow:hidden;		
}

div#col-izq a.business:hover{
	color:#eec700;
}

ul#listado-categ-col {
	margin-bottom:10px;
	margin-left:20px;
	width:170px;
}

ul#listado-categ-col li{
	border-bottom:1px dotted #333333;
	padding-top:8px;
	padding-bottom:8px;

}

ul#listado-categ-col a{
	color:#a8a8a8;
	display:block;
	font-size:13px;
	padding-left:15px;
	padding-right:8px;
}

ul#listado-categ-col a.activo{
	background-image:url(../imagenes/flecha.gif);
	background-repeat:no-repeat;
	background-position: 0;
}

ul#listado-categ-col a:hover{
	color:#dbdbdb;
}

div#col-der {
	float:right;
	display:inline;
	overflow:hidden;
	width:753px;
	background-image:url(../imagenes/cuerpo-arriba.jpg);
	background-repeat:no-repeat;
	margin-right:19px;
}

div#contenido {
	width:690px;
	margin: 0 auto;
	padding-top:20px;
}

div#contenido p{
	color:#dbdbdb;
	font-size:14px;
	line-height:21px;
	margin-bottom:6px;
}

ul#listado-categ {
	background-color:#121212;
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px solid #3b3b3b;
}

ul#listado-categ li{
	border-bottom:1px solid #3b3b3b;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:40px;
	background-image:url(../imagenes/flecha.gif);
	background-repeat:no-repeat;
	background-position: 20px;
}

ul#listado-categ a{
	color:#eec700;
	display:block;
	width:100%;
}

ul#listado-categ a:hover{
	color:#dbdbdb;
}


div#pie {
	background-image:url(../imagenes/pie.jpg);
	background-repeat:no-repeat;
	padding-top:55px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#000;
	text-align:center;
}

div#pie a{
	color:#000;
	margin-left:10px;
	margin-right:10px;
}

div#pie a:hover {
	text-decoration:underline;
}

/* PRODUCTOS */



ul#categorias {
	margin:0 auto;
	width:520px;
	margin-top:22px;
}




ul#categorias li {
	width:240px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:14px;
	display:inline;
}

ul#categorias li h3{
	font-weight:bold;
	font-size:22px;
	padding-left:6px;
	padding-top:90px;
	height:66px;
	background-image:url(../imagenes/fondo-tit-products.jpg);	
}



ul#categorias li h2{
	background-color:#cf0d0d;
	color:#000000;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	border:1px solid #cf0d0d;
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
}
	
h1 {
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
	background-color:#cf0d0d;
	margin-bottom:20px;
}

/* PRODUCTOS */


div.producto {
	margin-bottom:40px;
	overflow:hidden;
	clear:both;
}

div.producto p{
	text-align:justify!important;
	font-size:13px!important;
}

div.producto h2 {
	color:#cf0d0d;
	font-size:15px;
	font-weight:bold;
	border-bottom: 1px solid #333333;
	margin-bottom:5px; 
}

div.producto div.ft_producto{
	float:left;
	display:inline;
	width:205px;
}

div.producto div.ft_producto img{
	padding:3px;
	background-color:#FFFFFF;
}

div.producto div.descripcion{
	float:right;
	display:inline;
	width:470px;
}

/* Bussines Success */

form#contacto {
	border: 1px solid #333333;
	padding:20px;
	margin-top:30px;
}

form#contacto label{
		color:#dbdbdb;
		font-size:12px;
		margin-left:130px;
		float:left;
		display:inline;
		width:140px;
		margin-bottom:5px;
}

form#contacto input.txt{
	border: 0;
	background-color:#dbdbdb;
	float:left;
	display:inline;
	clear:right;
			margin-bottom:5px;
}

form#contacto textarea{
	border: 0;
	background-color:#dbdbdb;
	float:left;
	display:inline;
	clear:right;
			margin-bottom:5px;
}

form#contacto input.bt{
	clear:both;
	display:inline;
	margin-left:270px;
	width:100px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-bottom:8px;
	
}

div.mensaje {
	text-align:center;
	color:#FF0000;
}

div.producto-destacado {
	width:335px;
	float:left;
	margin-right:18px;
	margin-top:20px;
}

div.producto-destacado h1{
	margin-bottom:0;
}

div.producto-destacado h2{
	margin-bottom:0;
	font-size:12px;
	color:#999999;
	text-align:center;
}

div.producto-destacado img{
	border: 1px solid #333333;
	margin-top:4px;

}

div.ultimo {
	margin-right:0;
}

/* Contacto */

div#map_canvas {
width: 450px;
height: 300px;
float:left;
}
div#direccion {
	float:right;
}

div#direccion a{
	color:#eec700;
}
div#direccion a:hover{
	text-decoration:underline;
}

span.obligatorio {
	color:#cf0d0d;
	font-size:12px;
}

p.mensaje {
	text-align:center;
	color:#cf0d0d!important;
	
}
