/* CSS Document */
* { behavior: url(iepngfix.htc) }
img {border:none}

body {
	text-align: center;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #e3d192;
	width:250px;
	padding:5px 0 0 20px;
	margin-left:5px;
}

h1.producto {
	width:600px;
}

h2 {
	font-family:tahoma,verdana;
	font-size:11;
	font-weight:bold;
	color:#000;
	margin:0;
	line-height:16px;
}

p {
	font-family:tahoma,verdana;
	font-size:11;
	color:#000;
	margin:0;
	line-height:16px;
}

#container {
	width:803px;
	background-image:url(images/fondo_container.gif);
	margin:0 auto 0 auto; /*Center container on page*/
}

#header {
	width:797px;
	height:175px;
	background-image:url(images/header.jpg);
}

#logo {
	width:100px;
	float:left;
	margin:5px 0 0 5px;
}

#flag {
	width:135px;
	height:40px;
	float:right;
	background-image:url(images/bg_flag.png);
	background-repeat:no-repeat;
	margin:15px 3px 0 0;
}

#flag img {
	margin:9px 0 0 7px;
}

#menu {
	background-image:url(images/menu2.gif);
	background-repeat:no-repeat;
	width:800px;
	height:70px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
	font-size:12px;
}

#menu ul, li {
	display:inline;
	margin:0px
}

#menu a:link {
	color:#353535;
	text-decoration:none;
	padding:0 15px 0 10px;
}

#menu a:visited {
	color:#353535;
	text-decoration:none;
	padding:0 15px 0 10px;
}

#menu a:hover {
	color:#353535;
	text-decoration:underline;
}

#menu li#active {
	color:#9f001f;
	font-weight:bold;
}

#menu #current {
	color:#9f001f;
	font-weight:bold;
}

#items {padding:48px 0 0 0;}

#main {
	width:797px;
}

#content {
	width:797px;
}

#buscador {
	width:797px;
	height:100px;
}

#footer {
	float:left;
	width:803px;
	height:100px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	height:50px;
}

#footer p {
	font-family:tahoma;
	font-size:11px;
	color:#666;
	line-height:30px;
	text-align:center;
	float:left;
	padding-left:300px;
}

.rightf {
	float:right;
}

input {
	font-family: tahoma, verdana;
	font-size:11px;
	color:#CBB567;
	background-color:#efefef;
	border:1px solid;
}

textarea {
	font-family: tahoma, verdana;
	font-size:11px;
	color:#CBB567;
	background-color:#efefef;
	border:1px solid;
}

select {
	font-family: tahoma, verdana;
	font-size:11px;
	color:#CBB567;
	background-color:#efefef;
	border:1px solid;
}

#button {
	font-weight:bold;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffefefef');
}