.mt10px { margin-top: 10px !important; }

body {
	background-color: #5E4137;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../img/fondo.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #473129;
}
a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #E85C00;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0px 5px;
	padding: 0px;
	color: #805A4D;
}
h3 {
	color: #805A4D;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	color: #FF6600;
}



p {
	line-height: 18px;
}


div#contenedor {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
div#cabecera {
	background-color: #FFFFFF;
	height: 120px;
}
div#cuerpo {
	background-color: #F7F3F2;
	padding-top: 10px;
	padding-bottom: 20px;
}
div#menu {
	float: left;
	width: 140px;
	margin-left: 20px;
	display: inline;
}
ul#mainmenu {
	margin: 20px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
ul#mainmenu a{
	font-size: 12px;
	text-decoration: none;
	line-height: 25px;
	color: #885F4F;
	font-weight: normal;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2D5CF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
ul#mainmenu a:hover{
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C6AC9F;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #000000;
}
div#centro {
	float: left;
	width: 570px;
	margin-left: 20px;
}
div.columnaIzq {
	float: left;
	width: 380px;
}
div.columnaDer {
	float: right;
	width: 150px;
	margin-top: 40px;
}

div#pie {
	background-image: url(../img/fondo-pie-cuchillos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	height: 77px;
	width: 760px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-left-color: #4D352D;
}
div#direccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 20px;
	margin-left: 220px;
	float: left;
	display: inline;
	color: #AE8A79;
	line-height: 15px;
	width: 350px;
}
div#direccion a{
	color: #AE8A79;
}



div.limpiar {
	clear: both;
}
/* Home */div#izquierdaHome {
	float: left;
	width: 220px;
}
div#izquierdaHome p {
	margin: 0px;
	padding: 0px;
}

div#derechaHome {
	display: inline;
	float: left;
	width: 290px;
	margin-left: 30px;
}
div.cuchillo {
	clear: both;
	padding-top: 20px;
}

div.cuchilloFoto {
	float: left;
	width: 120px;
 	padding-top: 10px;
	padding-left: 10px;
}
div.cuchilloTexto {
	float: left;
	width: 150px;
	margin-right: 10px;
}
div.cuchilloTexto p {
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
ul {
	margin: 10px 10px 10px 15px;
	padding: 0px;
	list-style-type: disc;
}
ul li {
	line-height: 17px;
	padding: 0px;
	margin-bottom: 5px;
}
/* interior */
.icono{
	background-color: #FFFFFF;
	padding: 4px;
	width: 130px;
	border: 1px solid #E2D5CF;
	margin-bottom: 10px;
}
.inputs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 2px;
	width: 250px;
	border: 1px solid #805A4D;
}
.textareas {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 2px;
	width: 250px;
	border: 1px solid #805A4D;
	overflow: auto;
}
/* Listado de cuchillos */
.cuchillosIzquierda{
	float: left;
	width: 260px;
	margin-top: 10px;
	clear:both;
}
.cuchillosDerecha{
	float: right;
	width: 260px;
	margin-top: 10px;
	margin-right:10px;
	display: inline;
	clear: right;
}
.cuchilloDetalle{
	float: left;
	width: 160px;
}
.cuchilloDetalleFoto{
	float: right;
	width: 100px;
	padding-top:20px;
}
.menuCuchillos a {
	font-size: 12px;
	color: #D75600;
	text-decoration: none;
}
.menuCuchillos a:hover {
	color: #FF3300;
	text-decoration: none;
}
.menuCuchillos a.selected {
	font-weight: bold;
}



