A               { text-decoration: none; color: #301F0C; }
A:link          { color: #301F0C; }
A:visited       { color: #301F0C; }
A:active        { color: #301F0C; }
A:hover         { color: #000000; text-decoration: underline;}

a img {
   border: none;
}

html {
   font-family: Arial;
   font-size: 12px;
   color: #301F0C;
   text-decoration: none;
   text-align: justify;
   line-height: 13px;
}

body {
	background-color: #5E0000;
   background-image: url('/img/back.jpg');
	background-position: top center;
	background-repeat: repeat-y;
   margin: 0px;
   padding: 0px;
}

b, strong {
   color: #000000;
   font-weight: bolder;
}

input, textarea, select {
   color: #7E888A;
   background: white;
   border: 0px;
   border: 1px solid #7E888A;
   font-size: 12px;
}

.boton {
   height: 20px;
   border-width:1px;
   border-style:solid;
   border-color:#cdcdcd;
   background-color:#000000;
   font-family: Tahoma;
   color: #ffffff;
   font-weight: Bold;
   font-size: 11px;
}

div#contenido {
	width: 800px;
	margin: 0px auto 0px auto;
   background: url('/img/back-center.jpg');
   background-repeat: repeat-y;
}

div#header {
   background-image: url('/img/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 190px;
   margin: 0px;
}

img#logo {
	position: absolute;
	top: 7px;
	margin-left: 20px;
	z-index: 2;
}

div#menu {
	position: absolute;
   top: 20px;
	width: 525px;
	height: 160px;
	text-align: right;
}

div#menu span {
   color: #301F0C;
   font-style: italic;
   font-size: 13px;
   display: block;
   width: 438px;
   height: 23px;
   background-image: url('/img/back-menu-438x23.png');
   background-position: top right;
   background-repeat: no-repeat;
   padding-top: 5px;
}

div#menu span a {
   margin-right: 12px;
   color: #301F0C;
}

div#contentWeb {
   width: 800px;
   margin: 0px;
   background-image: url('/img/back-center.jpg');
   background-position: top center;
   background-repeat: repeat-y;
}

div#contenedorWeb {
   margin: 20px;
   min-height: 450px;
}

div#footer {
   width: 800px;
   height: 130px;
   margin: 0px;
   background-image: url('/img/footer.jpg');
   background-position: top center;
   background-repeat: repeat-y;
   text-align: center;
   color: #301F0C;
   font-size: 12px;
   font-weight: bold;
}

div#footer a {
   color: #301F0C;
   font-weight: bold;
}

div#menuCentral {
   margin: 0px auto 0px auto;
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   width: 90%;
   border-bottom: 1px solid #654E18;
   padding-bottom: 5px;
}

div#menuCentral a {
   margin-right: 15px;
   margin-left: 15px;

}

h1 {
   font-size: 14px;
   font-style: italic;
}

div#proteccionDatos {
   width: 90%;
   margin: 0px auto 0px auto;
   padding: 10px;
   font-size: 9px;
   color: #707070;
   line-height: 10px;
}

div#subMenu {
   float: left;
   width: 230px;
   margin-left: -20px;
   margin-right: 20px;
}

div#subMenu span {
   margin: 0px;
   color: #301F0C;
   font-style: italic;
   font-size: 13px;
   display: block;
   width: 230px;
   height: 25px;
   background-image: url('/img/back-submenu.gif');
   background-position: top right;
   background-repeat: no-repeat;
   padding-top: 5px;
}

div#subMenu span a {
   margin-left: 20px;
   color: #301F0C;
}

div#compraTiendaWarning {
   padding: 15px;
   width: 180px;
   margin: 20px auto 0px auto;
   border: 1px solid #787878;
   background: #FBE0B3;
}

div#idiomas {
   position: absolute;
   top: 5px;
   margin-left: 750px;
}