/* 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;
}

#base1, #base2 {
	width: 739px;
	text-align: center;
	overflow: hidden;
	vertical-align: top;
}

#base0 {
	background-image: url(interface/head-bck.jpg);
	background-repeat: repeat-x;
	background-color: #256088;
}

#base1 {
	height: 130px;
}

#base2 {
	background-color: #FFFFFF;
}

/* TIPOGRAFIAS */
#head, #head h6, #footer1, #footer2, #menu, #content, #tabla, .form-campo, .form-campo2, .form-boton, .form-memo, #detail1, #detail2, #detail3, #detail4, h2, h3 {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	line-height: 21px;
	color: #606060;
}

/* HEADER */
#head {
	width: 739px;
	text-align: left;
	color: #FCB131;
	height: 57px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}

#head img {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#head h6 {
	font-size: 26px;
	color: #FFFFFF;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 28px;
}

/* MENU */
#menu {
	color: #15364D;
	font-weight: normal;
	height: 30px;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #89C0E6;
	width: 100%;
	vertical-align: middle;
	line-height: 30px;
	text-align: center;
}

#menu a, #menu a:visited, #menu a:active {
	color:#15364D;
	text-decoration: none;
	height: 30px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	float: left;
	margin: 0px;
	overflow: hidden;
}

#menu a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #255F87;
}

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

#menu #derecha {
	float: right;
}

/* IMAGEN PRINCIPAL */
#img_big {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
	margin: 0px;
}

#imagen {
	float: left;
	padding: 0px;
}


#imagen2 {
	float: right;
	padding: 0px;
}

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

#content h1 {
	font-size: 18px;
	font-weight: normal;
	color: #255F88;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
}

#content h3 {
	font-weight: bold;
	color: #333333;
}

#content b {
	font-weight: bold;
	color: #505050;
}

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

.clear {
	clear: both;
}

#content 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 {
	margin-left: 20px;
	margin-bottom: 10px;
}

#content a, #content a:visited, #content a:active {
	color:#255F87;
	text-decoration: none;
	background-image: url(interface/link-bck0.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-weight: bold;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #89C0E6;
	padding-bottom: 2px;
	padding-top: 2px;
}

#content a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #255F87;
	background-image: url(interface/link-bck1.gif);
	border-bottom-color: #FFFFFF;
}

/* CONTENIDOS (LISTAS) */
#content #lista1, #content #lista2 {
	width: 330px;
	margin: 0px;
	padding: 0px;
}

#content #lista1 {
	float: left;
	margin: 0px;
	padding: 0px;
}

#content #lista2 {
	float: right;
	margin: 0px;
	padding: 0px;
}

/* CONTENIDOS (DETALLES) */
#detail1, #detail2 {
	width: 315px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 10px;
	line-height: 16px;
}

#detail1 {
	float: left;
	padding-left: 20px;
}

#detail2 {
	float: right;
	padding-right: 20px;
}

#detail1 h2, #detail2 h2 {
	color: #255F87;
	clear: right;
	float: left;
	font-weight: bold;
	width: 315px;
}

#detail1 b, #detail2 b {
	font-weight: bold;
}

#detail1 p, #detail2 p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#detail1 img, #detail2 img {
	float: left;
	padding: 0px;
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

#detail1 a, #detail1 a:visited, #detail1 a:active, #detail2 a, #detail2 a:visited, #detail2 a:active {
	clear: none;
	float: left;
	text-decoration: none;
	background-image: none;
	background-color: #89C0E6;
	color: #255F87;
	width: 315px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#detail1 a:hover, #detail2 a:hover {
	text-decoration: none;
	background-image: none;
	background-color: #255F87;
	color: #FFFFFF;
	margin-top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#lista1, #lista2 {
	width: 315px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#lista1 {
	float: left;
	padding-left: 20px;
}

#lista2 {
	float: right;
	padding-right: 20px;
}

/* 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 */
#footer1 {
	background-color: #276692;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#footer2 {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 105px;
}

#backlinks {
	width: 735px;
	margin: 0px;
	text-align: right;
	font-size: 10px;
	padding: 10px;
	text-align: center;
	color: #89C0E6;
}

#backlinks a, #backlinks a:visited, #backlinks a:active {
	color:#7AACCF;
	width: auto;
	text-decoration: none;
}

#backlinks a:hover { 
	color:#FFFFFF;
	text-decoration: none;
}

#author {
	text-align: center;
	width: 735px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}

#links {
	float: right;
	text-align: right;
	clear: both;
}

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

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

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

#links .xplora {
	color: #A9A9A9;
	line-height: 18px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#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 {
	padding: 0px;
	clear: none;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

