/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* General */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #454545;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
	}

input, textarea {
	margin: 0;
	padding: 2px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

img {
	margin: 0;
	padding: 0;
	border: none;
	}

a {
	color: #7f6666;
	text-decoration: none;
	}

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

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Clases Generales */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.nofloat {
	clear: both;
	}

.hidden, .ambos, .catalogo {
	display: none;
	}

.nowrap {
	white-space: nowrap;
	}

.righted {
	text-align: right;
	}

.centered {
	text-align: center;
	}

.brtype {
	margin: 0 0 3px 0;
	padding: 0;
	}

.brtype span {
	display: inline-block;
	width: 65px;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Header */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#header {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #39414a;
	}

div#header h1 {
	margin: 0 0 0 15px;
	padding: 0;
	color: #ffffff;
	line-height: 50px;
	font-size: 20px;
	font-weight: normal;
	}

div#errpanel {
	margin: 0 0 15px 0;
	padding: 10px;
	color: #000000;
	background-color: #fffa72;
	border: #d4da36 1px solid;
	}

div#errpanel p {
	margin: 0;
	padding: 0;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Menu Top */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#menu-top {
	height: 32px;
	display: block;
	overflow: hidden;
	background: transparent url('../images/bg-notes.gif') repeat-x center top;
	}

ul#topmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ul#topmenu li {
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	}

ul#topmenu li.rightmenu {
	float: right;
	}

ul#topmenu li a {
	line-height: 30px;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Login Square */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#loginsquare {
	margin: 100px auto 0 auto;
	padding: 10px;
	width: 300px;
	background-color: #fafafa;
	border: #dddddd 1px solid;
	}

table#logintable {
	width: 100%;
	}

table#logintable h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	}

table#logintable input.boton {
	margin-top: 10px;
	width: 120px;
	height: 26px;
	border: none;
	font-size: 10px;
	color: #7f6666;
	background: transparent url('../images/boton.gif') no-repeat center top;
	}

table#logintable input.boton:hover {
	background: transparent url('../images/boton.gif') no-repeat center bottom;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Main Content */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#maincontent {
	margin: 15px;
	padding: 0 0 45px 0;
	overflow: hidden;
	}

h4.h4subtitle {
	padding: 5px;
	background-color: #f3f3f3;
	border: #dddddd 1px solid;
	}

p.botonline {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
	}

p.botonline input.boton {
	margin-left: 5px;
	width: 120px;
	height: 26px;
	border: none;
	font-size: 10px;
	color: #7f6666;
	background: transparent url('../images/boton.gif') no-repeat center top;
	}

p.botonline input.boton:hover {
	background: transparent url('../images/boton.gif') no-repeat center bottom;
	}

div.fotolist {
	float: left;
	margin: 0 10px 10px 0;
	padding: 8px;
	width: 240px;
	border: #dddddd 1px solid;
	}

div.fotolist img, div.fotolist p {
	margin: 0;
	padding: 0;
	}

div.fotolist p.allwidth {
	margin: 3px 0 7px 0;
	padding: 0;
	}

div.fotolist label {
	float: right;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Table Content */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
table.content {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 800px
	border-style: none;
	border-collapse: collapse;
	}

table.content th {
	margin: 0;
	padding: 10px 0 15px 0;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border: none;
	}

table.content td.normal {
	margin: 0;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	border: #dddddd 1px solid;
	border-left: none;
	line-height: 20px;
	}

table.content td.descripcion {
	margin: 0;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	border: #dddddd 1px solid;
	border-left: none;
	line-height: 20px;
	color: #888888;
	}

table.content td.descripcion span.instrucciones {
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
	}

table.content td.noline {
	margin: 0;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	border: #dddddd 1px solid;
	border-right: none;
	line-height: 20px;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Table Listado */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
table.lista {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 800px
	border-style: none;
	border-collapse: collapse;
	}

table.lista th {
	margin: 0;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	background-color: #f3f3f3;
	border: #dddddd 1px solid;
	}

table.lista th.explicacion {
	margin: 0;
	padding: 10px 0 15px 0;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	background-color: transparent;
	border: none;
	}

table.lista td {
	margin: 0;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	border-bottom: #dddddd 1px dotted;
	line-height: 20px;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Table Orden */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
table.order-table {
	margin: 0 0 0 10px;
	padding: 0;
	width: 300px;
	border-style: none;
	border-collapse: collapse;
	}

table.order-table td {
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom: #dddddd 1px dotted;
	}

table.order-subtable td {
	margin: 0;
	padding: 3px 0 3px 0;
	border: none;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Paginador */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div.paginator {
	float: right;
	margin: 20px 0 10px 15px;
	padding: 0;
	}

div.paginator a {
	margin: 0 0 0 3px;
	padding: 3px 7px 3px 7px;
	border: #cccccc 1px solid;
	background-color: #f3f3f3;
	}

div.paginator em {
	font-weight: bold;
	margin: 0 0 0 3px;
	padding: 3px 7px 3px 7px;
	border: #cccccc 1px solid;
	background-color: #dddddd;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Footer */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#footer {
	position: fixed;
	bottom: 0;
	padding: 0;
	height: 29px;
	width: 100%;
	overflow: hidden;
	background: transparent url('../images/bg-footer.gif') repeat-x center bottom;
	}

div#footer p#powered {
	float: right;
	width: auto;
	margin: 0;
	padding: 0 15px 0 15px;
	line-height: 29px;
	text-align: right;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* jScrollPane */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #000000;
	}

.jScrollPaneDrag {
	position: absolute;
	background: #442246;
	cursor: pointer;
	overflow: hidden;
	}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	}

a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
	}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	}

a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
	}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* MSDropDown */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.dd {
	margin-top: 1px;
	display: inline-block;
	text-align: left;
	background-color: #0f6ca9;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	}

.dd .ddTitle {
	background: #0f6ca9;
	border: 1px solid #3991ca;
	padding: 1px;
	text-indent: 0;
	cursor: default;
	overflow: hidden;
	height: 16px;
	}

.dd .ddTitle span.arrow {
	background: url("../../css/images/dd_arrow.gif") no-repeat 0 0;
	float: right;
	display: inline-block;
	width: 16px; 
	height: 16px; 
	cursor: pointer;
	}

.dd .ddTitle span.textTitle {
	color: #ffffff;
	text-indent: 1px;
	overflow: hidden;
	line-height: 16px;
	}

.dd .ddTitle span.textTitle img {
	text-align: left;
	padding: 0 5px 0 0;
	}

.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
	}

.dd .ddChild {
	position:absolute;
	border:1px solid #3991ca;
	border-top:none;
	display:none;
	margin:0;
	width: auto;
	overflow:auto;
	background-color:#0f6ca9;
	}

.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
	padding-left:10px
	}

.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#ffffff;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	}

.dd .ddChild a:hover {
	background:#3991ca;
	}

.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
	}

.dd .ddChild a.selected {
	background:#3991ca;
	}

.hidden {
	display:none;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* SlimBox */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
	}

.lbLoading {
	background: #fff url("../../css/images/loading.gif") no-repeat center;
	}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	}

#lbPrevLink {
	left: 0;
	}

#lbPrevLink:hover {
	background: transparent url("../../css/images/prevlabel.gif") no-repeat 0 15%;
	}

#lbNextLink {
	right: 0;
	}

#lbNextLink:hover {
	background: transparent url("../../css/images/nextlabel.gif") no-repeat 100% 15%;
	}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url("../../css/images/closelabel.gif") no-repeat center;
	margin: 5px 0;
	outline: none;
	}

#lbCaption, #lbNumber {
	margin-right: 71px;
	}

#lbCaption {
	font-weight: bold;
	}






















































/* Final */
