/* Capas base */
* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #F2F2F2;
	/*background-color: #999999;*/
	scrollbar-arrow-color: 646464;
	scrollbar-base-color:D3D3D3;
	scrollbar-darkshadow-color: D3D3D3;
	scrollbar-track-color: D3D3D3;
	scrollbar-face-color: D3D3D3;
	scrollbar-shadow-color: 646464;
	scrollbar-highlight-color: 646464;
	scrollbar-3dlight-color: D3D3D3;
	text-align: center;
	margin: 0px;
}

#base, #footer {
	width: 100%;
	text-align: center;
	padding: 0px;
	background-repeat: repeat-x;
	margin: 0px;
	vertical-align: top;
}


#base {
	background-color: #FFFFFF;
	background-image: url(interface/head-bck.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: visible;
	clear: both;
}

#footer {
	background-color: #E6E6E6;
	clear: both;
	float: right;
}

/* TIPOGRAFIAS */
#head, #footer, #menu, #content, #content2, #tabla, .form-campo, .form-campo2, .form-boton, .form-memo {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 11px;
	line-height: 21px;
	color: #4D4D4D;
}

/* HEADER */
#head {
	width: 740px;
	text-align: left;
	color: #FAB000;
	font-weight: normal;
	height: 78px;
	margin: 0px;
	padding: 0px;
}

#head img {
	float: right;
	padding: 0px;
	margin-top: -17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#head h6 {
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

/* MENU */
#posthead {
	width: 740px;
	text-align: left;
	color: #FAB000;
	font-weight: normal;
	height: auto;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: visible;
	clear: right;
}

#menu {
	width: 265px;
	text-align: left;
	color: #E5E5E5;
	font-weight: bold;
	height: 151px;
	padding: 0px;
	float: left;
	background-color: #EDEDED;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu a, #menu a:visited, #menu a:active {
	color:#4D4D4D;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 30px;
	width: 238px;
	text-align: left;
	vertical-align: middle;
	overflow: visible;
	line-height: 24px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	background-image: url(interface/menu-bck.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu a:hover { 
	color:#F19900;
	text-decoration: underline;
}

#menu #selected { 
	color:#F19900;
	text-decoration: none;
}

/* IMAGEN PRINCIPAL */
#image {
	float: right;
	overflow: visible;
	height: 151px;
	width: 473px;
	padding: 0px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#image img {
	padding: 0px;
	margin: 0px;
}

#imagen {
	float: left;
	clear:left;
	overflow: visible;
	width: 265px;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	position: absolute;
	top: 220px;
}

#imagen img {
	padding: 0px;
	margin: 0px;
}

/* CONTENIDOS (GENERAL) */
#content, #content2 {
	width: 740px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#content h1, #content2 h1 {
	font-size: 22px;
	font-weight: normal;
	color: #C2362F;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	line-height: 24px;
	overflow: visible;
}

#content h3, #content2 h3 {
	font-weight: bold;
}

#content #lista1, #content2 #lista1{
	float: left;
	padding-right: 10px;
}

#content #lista2, #content2 #lista2 {
	float: right;
	padding-left: 10px;
}

#content b, #content2 b {
	font-weight: bold;
	color: #222222;
}

#content img, #content2 img {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#content p, #content h3, #content2 p, #content2 h3 {
	margin-bottom: 10px;
}

#content hr, #content2 hr {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-color: #999999;
}

#content li, #content2 li {
	margin-left: 20px;
}

#content a, #content a:visited, #content a:active, #content2 a, #content2 a:visited, #content2 a:active {
	color:#F19900;
	text-decoration: none;
	background-image: url(interface/link-bck.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-weight: bold;
	padding-left: 13px;
}

#content a:hover, #content2 a:hover { 
	color:#C2362F;
	text-decoration: underline;
}

#detail, #detail2 {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#detail p, #detail2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

#detail h3, #detail2 h3 {
	font-size: 10px;
	font-weight: normal;
	color: #F19900;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#detail img, #detail2 img {
	float: none;
	padding: 0px;
	clear: both;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#detail a, #detail a:visited, #detail a:active, #detail a:hover, #detail2 a, #detail2 a:visited, #detail2 a:active, #detail2 a:hover {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

/* CONTENIDOS (ESPEC. 1) */
#content #lista1, #content #lista2 {
	width: 360px;
	margin: 0px;
	padding: 0px;
}

#content #detail, #content #detail2 {
	width: 168px;
	float: left;
	padding-bottom: 10px;
}

#content h2, #content h2 a, #content h2 a:visited, #content h2 a:active {
	font-size: 13px;
	font-weight: bold;
	color: #C2362F;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	background-image: none;
}

#content h2 a:hover { 
	color: #C2362F;
	text-decoration: underline;
}

#content #detail {
	margin-top: 0px;
	margin-right: 21px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* CONTENIDOS (ESPEC. 2) */
#content2 {
	float: left;
	overflow: visible;
	width: 463px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#content2 h1 {
	margin-top: 10px;
}

#content2 #detail, #content2 #detail2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 217px;
	float: left;
}

#content2 #detail2 {
	margin: 0px;
	padding: 0px;
	float: right;
}

#content2 p {
	clear: both;
	float: none;
}

#content2 h2, #content2 h2 a, #content2 h2 a:visited, #content2 h2 a:active {
	font-size: 11px;
	font-weight: bold;
	color: #C2362F;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	background-image: none;
}

#content2 h2 a:hover { 
	color: #C2362F;
	text-decoration: underline;
}

/* TABLAS */
#tabla {
	padding: 0px;
	clear: both;
	margin: 0px;
}

#tabla #catimg {
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	border: 1px dotted #999999;
	padding: 0px;
	margin-right: 20px;
	background-image: none;
}

#tabla .catlink, #tabla .catlink a, #tabla .catlink a:visited, #tabla .catlink a:active, #tabla .catlink a:hover {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}


/* FORMULARIOS */
.form-campo2, .form-campo {
	height: 20px;
	padding-left: 5px;
}

.form-campo2 {
	border: 1px solid #990000;
}

.form-memo {
	padding-left: 5px;
	
}

.form-boton {
	color: #FFFFFF;
	background-color: #AF312A;
	font-weight: bold;
}

/* FOOTER */
#links {
	width: 740px;
	text-align: left;
	color: #8B8B8B;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	clear: none;
	float: none;
	overflow: visible;
}

#links a, #links a:visited, #links a:active {
	text-decoration: none;
}

#links a:hover { 
	text-decoration: underline;
}


#links #backlinks {
	float: right;
	width: 400px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: right;
}

#links #backlinks a, #links #backlinks a:visited, #links #backlinks a:active {
	color:#C64740;
}

#links #backlinks a:hover { 
	color:#000000;
}

#links #author {
	float: left;
	text-align: left;
	padding-bottom: 20px;
}

#links #author a, #links #author a:visited, #links #author a:active {
	color:#8A8A8A;
}

#links #author a:hover { 
	color:#000000;
}

#links #author img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#links #author .xplora {
	color: #A9A9A9;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 18px;
}

#links #author .xplora img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 3px;
}

#head #tiendaonline {
	clear: none;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
