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

body {
	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;
	background-color: #FFFFFF;
	padding: 0px;
}

/* TIPOGRAFIAS */
body {
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana;
	font-size: 11px;
	line-height: 21px;
	color: #454545;
}

/* HEADER */
.header-bck {
	background-image: url(interface/header-bck.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 96px;
	overflow: hidden;
	background-color: #2C373B;
}

#header {
	width: 699px;
	text-align: left;
	height: 63px;
	font-size: 10px;
	color: #FFE71E;
	line-height: 8px;
	overflow: hidden;
}

#header h6 {
	font-size: 19px;
	color: #FFFFFF;
	padding-top: 23px;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 6px;
}

/* MENU */
#menu {
	width: 699px;
	text-align: right;
	overflow: hidden;
	padding-top: 8px;
}

#menu #first {
	float: left;
	clear: none;
	padding-left: 0px;
}

#menu a, #menu a:visited, #menu a:active {
	color:#FFFFFF;
	text-decoration: none;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 37px;
}

#menu a:hover {
	color:#FFE71E;
	text-decoration: none;
}

#menu .selected { 
	color:#AAE501;
}

/* IMAGE */
.image-bck {
	background-image: url(interface/image-bck.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 200px;
	overflow: hidden;
	background-color: #96BF21;
}

#image {
	width: 699px;
	text-align: left;
	font-size: 10px;
	color: #FFE71E;
	line-height: 8px;
	overflow: hidden;
	padding-top: 20px;
}

#image img {
}

/* CONTENIDOS */
.content-bck {
	background-image: url(interface/content-bck.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
	height: auto;
}

#content {
	width: 699px;
	text-align: left;
	clear: both;
	background-image: url(interface/content-bck.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: visible;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 14px;
	height: auto;
}

#content h1 {
	font-size: 15px;
	font-weight: bold;
	color: #95BE23;
	margin: 0px;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	clear: both;
}

#content h3 {
	font-weight: bold;
	color: #95BE23;
	font-size: 12px;
}

#content h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #000000;
}

#content b {
	font-weight: bold;
}

#content blockquote {
	padding-right: 10px;
	padding-left: 20px;
}

#content img {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 1px;
	margin: 0px;
}

#content li {
	margin-right: 10px;
	margin-left: 30px;
	margin-top: -5px;
	margin-bottom: 0px;
}

#content p, #content h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#content #imagen {
	padding-right: 19px;
}

#content a, #content a:visited, #content a:active {
	color:#2C373B;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95BE23;
	padding-bottom: 2px;
	padding-top: 2px;
}

#content a:hover {
	color:#95BE23;
	text-decoration: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#destacado0 {
	font-size: 10px;
	color: #9D3141;
	background-color: #E4E4E4;
	line-height: 14px;
	background-image: url(interface/destacado0.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 11px;
}

#destacado0 p {
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	color: #2C373B;

}

#destacado1, #destacado2 {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	overflow: hidden;
	margin-bottom: 20px;
}

#destacado1 {
	background-color: #8BB120;
	background-image: url(interface/destacado1.gif);
}

#destacado2 {
	background-color: #2C373B;
	background-image: url(interface/destacado2.gif);
}

#destacado1 img, #destacado2 img {
	float: left;
	padding-right: 15px;
	padding-left: 5px;
	padding-top: 5px;
}

#destacado1 h2, #destacado2 h2 {
	color: #FFE71E;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 6px;
}

#destacado1 h2 a, #destacado1 h2 a:visited, #destacado1 h2 a:active,
#destacado2 h2 a, #destacado2 h2 a:visited, #destacado2 h2 a:active {
	color: #FFE71E;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#destacado1 h2 a:hover,
#destacado2 h2 a:hover {
	color: #FFE71E;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#destacado1 p, 
#destacado2 p {
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
}

#destacado3 {
	background-color: #FFF8BB;
	color: #2C373B;
	background-image: url(interface/destacado3.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-bottom: 20px;
}

#destacado3 p {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#destacado3 li {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* CONTENIDOS (LISTAS) */
#lista1, #lista2 {
	width: 340px;
	padding-top: 8px;
}

#lista1 {
	float: left;
}

#lista2 {
	float: right;
}

/* TABLAS */
#tabla {
	padding: 0px;
	clear: both;
	margin: 0px;
	font-size: 11px;
	width: 650px;
}

#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;
	font-size: 11px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
}

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

.form-memo {
	padding-left: 5px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 11px;
	
}

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

/* ENLACES */
.links-bck {
	background-color: #2C373B;
}

#links {
	color:#FFFFFF;
	font-size: 10px;
	line-height: 16px;
	width: 699px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

#links a, #links a:visited, #links a:active {
	color:#FFFFFF;
	width: auto;
	text-decoration: none;
}

#links a:hover { 
	color:#FFE71E;
	text-decoration: none;
}

/* FOOTER */
.footer-bck {
	background-color: #E8E8E8;
}

#footer {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 10px;
	line-height: 16px;
	width: 699px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

#author {
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	float: left;
	color: #000000;
}

#author a, #author a:visited, #author a:active {
	color:#000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#author a:hover { 
	color:#000000;
	text-decoration: underline;
}

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

#xplora {
	float: right;
	width: auto;
	margin: 0px;
	padding-top: 19px;
}

#xplora a, #xplora a:visited, #xplora a:active {
	color: #999999;
	line-height: 18px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

#xplora a:hover { 
	color:#000000;
	text-decoration: none;
}


#xplora img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 3px;
}
 
#header #tiendaonline {
	clear: none;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
