/* 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,
sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}
.float_left{
	float:left;
	}
.float_right{
	float:right;
	}
.clear{
	clear:both;
	}
body{
	background:#222a2c;
	font-family:Trebuchet MS;
	color:#FFFFFF;
	font-size:12px;
	}
#wrapper{
	width:950px;
	overflow:hidden;
	margin:20px auto 15px auto;
	}
h1{
	font-size:16px;
	margin-bottom:20px;
	font-weight:bold;
	}
h2{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#ea1d24;
	}
/*h3{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;
	}*/
p{
	text-align:justify;
	line-height:18px;
	margin-bottom:15px;
	}
hr{
	border:none;
	background:#CCCCCC;
	color:#CCCCCC;
	height:2px;
	width:926px;
	margin:0 auto;
	}
.no_marginb{
	margin-bottom:0 !important;
	}
/*HEADER*/
#header{
	padding:0;
	margin-bottom:5px;
	overflow:hidden;
	}
#logo{
	float:left;
	}
#language{
	float:right;
	color:#FFFFFF;
	margin-top:25px;
	font-size:11px;
	}
	#language a{
		color:#ffffff;
		text-decoration:none;
		}
		#language a.current{
			color:#ea1d24;
			}
/*MENU*/
#menu{
	margin-top:25px;
	}
	ul.menu{
		list-style-type:none;
		margin:0;
		padding-left:146px;
		overflow:hidden;
		width:702px;
		border-bottom:2px solid #737373;
		text-align:right;
		}
		@media all and (-webkit-min-device-pixel-ratio:0), not all and (-webkit-min-device-pixel-ratio:10000){
		 ul.menu{width:693px;}
		}
		ul.menu li{
			color:#FFFFFF;
			font-size:12px;
			font-weight:bold;
			line-height:29px;
			float:left;
			margin-left:40px;
			text-align:right;
			}
			ul.menu li a{
				display:block;
				color:#FFFFFF;
				text-decoration:none;
				}
				ul.menu li a:hover{
					color:#ea1d24;
					}
				ul.menu li a.current{
					color:#ea1d24;
					}
/*MENU PRODUCTS*/
ul.menu_products{
	margin:0;
	list-style-type:none;
	}
	ul.menu_products li{
		width:210px;
		height:30px;
		font-size:15px;
		color:#FFFFFF;
		padding-bottom:20px;
		line-height:28px;
		}
		ul.menu_products li a{
			width:210px;
			height:30px;
			display:block;
			background:#000000;
			border:1px solid #000000;
			text-decoration:none;
			color:#FFFFFF;
			padding:0 10px;
			}
			ul.menu_products li a.current{
				border:1px solid #ea1d24;
				}
/*CONTENIDO*/
.home{
	height:460px;
	}
#secondary{
	float:left;
	width:230px;
	margin-right:15px;
	}
#main{
	width:705px;
	overflow:hidden;
	float:left;
	}
.large{
	width:950px;
	overflow:hidden;
	margin-bottom:15px;
	border-bottom:2px solid #737373;
	}
	.large p a{
		float:right;
		color:#ea1d24;
		text-decoration:none;
		font-size:11px;
		}
	.large img{
		float:left;
		margin-right:15px;
		}
	.large p{
		color:#666666;
		margin-bottom:0;
		line-height:16px;
		}
ul.catalog{
	margin:10px 0 30px 0;
	list-style-type:none;
	}
	ul.catalog li{
		float:left;
		margin-bottom:30px;
		padding:0 10px;
		width:120px;
		}
		ul.catalog li span a{
			float:right !important;
			color:#FFFFFF;
			text-decoration:none;
			}
span.agrandar{
	float:right;
	font-size:10px;
	margin-right:15px;
	}
/*PAGINADO*/
#pages{
	float:right;
	text-align:right;
	margin:10px 0 5px 0;
	font-size:10px;
	}
	#pages a{
		color:#333333;
		text-decoration:none;
		}
		#pages a.current{
			color:#ea1d24;
			}

/*CONTACTO*/
#form{
	width:490px;
	margin-right:20px;
	float:left;
	}
#contact_info{
	width:195px;
	float:left;
	}
.map_form{
	background:none !Important;
	}
form{
	margin-top:20px;
	width:490px;
	}
label{
	width:80px;
	text-align:left;
	font-size:13px;
	float:left;
	margin-right:10px;
	}
	label.prodcut_name,
	label.prodcut_image{
		width:130px !important;
		margin-bottom:25px !important;
		}
input{
	width:370px;
	float:left;
	margin-bottom:15px;
	}
	input#tamanio{
		width:auto !important;
		margin:15px 5px 15px 0 !Important;
		}
select{
	float:left;
	margin-bottom:15px;
	}
#form span{
	color:#EA1D24;
	font-size:30px;
	float:left;
	margin-left:8px;
	}
textarea{
	width:394px;
	font-family:Trebuchet MS;
	font-size:13px;
	margin-bottom:15px;
	float:left;
	}
input#input_submit{
	border:none !important;
	float:right !important;
	width:108px !important;
	height:34px !important;
	margin-bottom:0 !important;
	}
ul.info_contact{
	float:right;
	margin-top:20px;
	list-style-type:none;
	}
	ul.info_contact li{
		font-size:11px;
		text-align:right;
		padding-bottom:3px;
		}
		ul.info_contact li a{
			text-decoration:none;
			color:#FFFFFF;
			}
/*FOOTER*/
#footer{
	height:250px;
	width:930px;
	margin:0 auto;
	padding:10px 10px;
	background:url(../images/bg_footer.jpg) left top repeat-x;
	}
	ul.footer{
		margin-bottom:10px;
		list-style-type:none;
		}
		ul.footer li{
			font-size:10px;
			color:#FFFFFF;
			text-align:right;
			}
	#footer p{
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		margin-bottom:10px;
		text-align:right;
		}
		#footer p span{
			color:#ea1d24;
			font-weight:bold;
			}
