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

body {
	text-align: center;
	background-color: #DEE4E7;
	background-image: url(interface/content-bck.gif);
	background-repeat: no-repeat;
	background-position: center 241px;
}

.back {
	background-image: url(interface/head-bck.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#container {
	width: 738px;
	text-align: center;
	vertical-align: top;
}

/* TIPOGRAFIAS */
#head, #head h6, #footer, #menu, #content, #contenido, h2, #tabla, .form-campo, .form-campo2, .form-boton, .form-memo, #detail1, #detail2, h2, h3, .txt {
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #484B4F;
}

/* HEADER */
#head {
	text-align: center;
	height: 241px;
	font-size: 13px;
	font-weight: bold;
	color: #E29FA9;
	background-image: url(interface/head-bck.jpg);
	background-repeat: repeat;
	background-position: center top;
	vertical-align: top;
}

#head h6 {
	font-size: 30px;
	color: #F0E6E6;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
	font-weight: normal;
}

/* MENU */
#menu {
}

#menu td {
	padding-bottom: 5px;
}

#menu a, #menu a:visited, #menu a:active {
	color:#FFFFFF;
	text-decoration: none;
	overflow: hidden;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
	line-height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

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

#selected {
	color:#EDB50E;
	font-weight: bold;
}

#image {
	overflow: hidden;
	margin: 0px;
	clear: both;
	width: 698px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* CONTENIDOS (GENERAL) */
#content {
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
	vertical-align: top;
}

#contenido {
	text-align: left;
	vertical-align: top;
	width: 729px;
	margin: 0px;
	line-height: 18px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	scrollbar-arrow-color: #DEE4E7;
	scrollbar-base-color: #DEE4E7;
	scrollbar-darkshadow-color: #DEE4E7;
	scrollbar-track-color: #DEE4E7;
	scrollbar-face-color: #7992A2;
	scrollbar-shadow-color: #DEE4E7;
	scrollbar-highlight-color: #DEE4E7;
	scrollbar-3dlight-color: #DEE4E7;
}

#contenido h1 {
	font-size: 15px;
	font-weight: bold;
	color: #496C89;
	margin: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	clear: both;
}

#contenido h2 {
	font-weight: bold;
	color: #496C89;
	padding-bottom: 10px;
	font-size: 12px;
	padding-top: 15px;
}

#contenido h3 {
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

#contenido b {
	font-weight: bold;
}



#contenido li {
	background-image: url(interface/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-type: none;
	margin-left: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
}

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

#contenido hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 1px;
	width: 1px;
}


#contenido a, #contenido a:visited, #contenido a:active {
	color:#C11400;
	text-decoration: underline;
	font-weight: bold;
}

#contenido a:hover {
	color:#440700;
	text-decoration: none;
}

#right {
	float: right;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#left {
	float: left;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-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 */
#footer {
	text-align: center;
	height: 34px;
	font-size: 10px;
	font-weight: normal;
	background-image: url(interface/footer-bck.png);
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 2px;
}


.doublet {
	color:#FFFFFF;
	text-decoration: none;
}

.doublet:hover { 
	color:#FFFFFF;
	text-decoration: underline;
}

.xplora {
	color: #5D99C1;
	text-decoration: none;
}

.xplora:hover { 
	color:#FFFFFF;
	text-decoration: none;
}

#tendaonline {
	clear: both;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-left: 10px;
}
