/* CSS Document */


body {
	margin: 0;
	padding:0;
	background: url(/archives/images/body_bg.jpg) repeat-x;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 64em;
	border-right: 2px solid #FFF;
}

#top {
	background-image: url(/archives/images/ban_bg.jpg);
}

#top_hp {
	background-image: url(/archives/images/img_title_hp_es.jpg);
	height: 55px;
}

#top h1 {
	margin:0;
}

#top #toplinks {
	background-repeat: no-repeat;
	text-align: right;
	height: 19px;
	margin: 0;
	padding: 0 .6em 0 0;
	font-size: .9em;
	color: #FFF;
}

#top #toplinks li {
	background-repeat: no-repeat;
	text-align: right;
	height: 19px;
	display: inline;
}

#top #toplinks li a {
	color: #000;
	text-decoration: none;
}

#top #toplinks li a:hover {
	text-decoration: underline;
}

#banner {
	background: #EBE994 url(/archives/images/banner_a_bg.jpg) repeat-x;
}

#banner #bnr_pg {
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: right;
	height: 87px;
}

#banner #bnr_pg img {
	margin-top: 50px;
}

#menu {
	background: #000;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	line-height: 1.8em;
	font-size: .9em;
	list-style: none;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li a {
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #FFF;
	padding: 4px;
}

#menu li a:hover {
	color: #333;
	text-decoration: none;
	border-right: 1px solid  #FFF;
	padding: 4px;
	background: #EEE;
}

#center {
	background: url(/archives/images/fnd_rightnav.gif) right top repeat-y;
}

#center_hp {
	padding: 1em;
}

#center #text {
	width: 590px;
	padding: 1em 0 1em 1em;
}

#center #rightnav {
 	background-color: #B7BDF4; 
	width: 157px;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#center #rightnav li {
 	background: #BEB255;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}

#center #rightnav li.selected {
	font-weight: bold;
}

#center #rightnav li a, #center #rightnav li.selected, #center #rightnav li.l1selected, #center #rightnav li.l2selected {
	border-left: 5px solid #FC0;
	display: block;
	padding: 3px 6px;
	color: #000;
	text-decoration: none;
}

#center #rightnav li.l1, #center #rightnav li.l1selected {
 	background: #F4F3C6;
}

#center #rightnav li.l1 a, #center #rightnav li.l2 a, #center #rightnav li.l3 a {
	border-left: 5px solid #666;
	color: #333;
}

#center #rightnav li.l1selected, #center #rightnav li.l2selected, #center #rightnav li.l3selected {
	border-left: 5px solid #666;
	font-weight: bold;
}


#center #rightnav li.l2, #center #rightnav li.l2selected {
 	background: #D2D2FF;
}

#center #rightnav li.l3 {
 	background: #F1F1F8;
}

#footer {
	background: url(/archives/images/fnd_footer.gif) repeat-x;
	color: #000;
	padding: 0 1em;
	height: 28px;
	font-size: .9em;
	line-height: 2em;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #000;
	text-decoration:none;	
}

#footer a:hover {
	color: #FFF;
}


/* HP */
#bnr_hp {
	background: url(/archives/images/ban_home_b2.jpg) right no-repeat;
}

#hp_column1 {
	width: 30em;
	float: left;
}

#hp_column1 h3 {
	color: #036;
	font-size: 1.2em;
	text-align: center;
	margin: 0 0 .2em 0;
}

#hp_column1 ul {
}

#hp_column2 {
	width: 30em;
	float: right;
}

#hp_search {
	background: url(/archives/images/ico_search.gif) top left no-repeat;
	padding: 0 0 0 4em;
	margin-bottom: 1em;
}

#hp_gallery {
	background: url(/archives/images/ico_photo.gif) top left no-repeat;
	padding: 0 0 0 4em;
	margin-bottom: 1em;
}

#hp_tools {
	background: url(/archives/images/ico_toolkit.gif) top left no-repeat;
	padding: 0 0 0 4em;
	margin-bottom: 1em;
}

#alphaindex {
	text-align:center;
	margin: 2em 0;
}

#alphaindex a {
	background: #EEE;
	padding: .2em .4em;
}

/* HTML ELEMENTS */

p {
	text-align: justify;
}

h2 {
	color: #036;
	font-size: 1.6em;	
	font-weight: normal;	
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.1em;
}

td {
	vertical-align: top;
}

.tbl_border {
	border-collapse: collapse;
}
.tbl_border tr td {
	border: 1px solid;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}


/* GENERAL CLASSES & ID */

ol#index {
	background: #EEE;
	font-weight: bold;
	padding: 1em 1em 1em 3em;
	margin: 1em;
	border-top: 2px solid #666;
	border-bottom: 1px solid #666;
}

ol#index li {
	padding-bottom: .4em;
}

ol#index li a {
	color: #333;
}

#printversion {
	text-align: right;
	margin: 0;
	padding: 0;
}

#printversion a {
	background: url(/archives/images/ico_print.gif) left no-repeat;
	padding: 0 0 0 22px;
	color: #666;
}

.clear {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.top {
	text-align: right;
	padding-right: .4em;
}

/* PARTICULAR CLASSES & ID */

.letter {
	font: normal 3em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #999;
}

.word {
	font-weight: bold;
	vertical-align: top;
}

.cuadro {
	border-top: 2px solid #666;
	border-bottom: 1px solid #666;
	background: #EEE;
	margin: 2em;
	padding: 1em;
}
.cuadro p {
	margin: 0;
	padding: 0;
}

.tools {
}

.tools tr th {
	background: #6CF;
	text-align: left;
	vertical-align: bottom;
	padding: .2em .4em;
}
.tools tr td {
	vertical-align: middle;
	text-align: center;
	padding: .2em .4em;
	border-bottom: 1px dotted #6CF;
	border-right: 1px solid #6CF;
}

.tools tr td.tool {
	vertical-align: top;
	text-align: left;
	background: #FFFFCC;
}

.sheet {
	padding: 1em;
	margin: 0 4em;
	border: 1px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}

.sheet p {
	font-weight: bold;
	border-bottom: 1px dotted;
}

.sheet .item {
	border-bottom: 1px solid #FFF;
}

.col1 {
	width: 35%;
	float: left;
	margin-top: 1em;
}

.col2 {
	width: 64%;
	float: right;
	margin-top: 1em;
}

#content {
}

#content .picture {
	border: 1px solid #CCC;
	margin: 0 auto;
}

#content .picture p {
	padding: 0 4px 4px;
	margin: 0;
	font-size: .9em;
}

#content .picture ul#direction {
	font: bold .9em Arial, Helvetica, sans-serif;
	padding: 4px;
	margin: 0;
	text-align: center;
	background: #CCC;
} 

#content .picture  ul#direction li {
	padding: 0 20px;
	margin: 0;
	list-style-type: none;
	display: inline; 
}

#content .thumbnail img, #content .picture img {
	padding: 4px;
}

#content .thumbnail p {
	padding: 0 4px 4px;
	margin: 0;
	font-size: .9em;
}

#content a.plus {
	background: #CCC;
	display: block;
	padding: 2px;
}

#content .thumbnail {
	float: left;
	border: 1px solid #CCC; 
	width: 158px;
	margin: 0 1em 1em 0;
}

/* FOTOGALERIA */
.sliderwrapper {
	position: relative;
	overflow: hidden;
	width: 590px;
	/*height: 500px;*/
	height: 528px;
	clear: left;
	float: left;
}

.sliderwrapper .contentdiv {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	height: 100%;	
	/*filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
	width: 100%;
}

.sliderwrapper .contentdiv .img {
	background: #333;
	overflow: hidden;
	height: 376px;
	width: 100%;
	color: #FFF;
}

/* FF */
.sliderwrapper .contentdiv .img .vcenter {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 590px;
	height: 376px;
}
/* ** */

/* IE */
.sliderwrapper .contentdiv .img .vcenter {
	#text-align: center;
}

.sliderwrapper .contentdiv .img {
	#text-align: left;	 
	#position: relative;
	#display: table;
}

.sliderwrapper .contentdiv .img .vcenter {	
	#position: absolute;
	#top: 50%;
	#display: block;
	#width: 100%;
}

.sliderwrapper .contentdiv .img img {
	#position: relative;
	#top: -50%;
	#text-align: left;
}
/* ** */

.sliderwrapper .contentdiv .txt {
	background: #EEE;
	/*height: 100px;*/
	height: 120px;
	padding: .6em 1em;
	/*font-size: .9em;*/
	font-size: .8em;
}

.pagination {
	font: normal .9em/1.8 Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0 0 1em;
	background: #CCC;
	float: left;
	width: 100%;
	text-align: center;
}

.pagination a {
	padding: 0 .5em 0 .45em;
	text-decoration: none; 
	color: #111;
}

.pagination a:hover, .pagination a.selected {
	color: #111;
	background-color: #FC0;
	font-weight: bold;
}

/* LANGUAGES BAR */
ul#languages {
	width: 311px;
	height: 26px;
	text-align: right;
	float: right;
	margin: 0;
	padding: .2em .3em 0 0;
	background: url(/archives/images/fnd_languagebar.jpg) no-repeat;
}

ul#languages li {
	font: normal .9em Arial, Helvetica, sans-serif;
	color: #333;
	list-style: none;
	display: inline;
	margin-left: .6em;
}

ul#languages li a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

ul#languages li a:hover {
	text-decoration: underline;
}

/* NAV SECTION */
.navsectiontop {
	padding: .4em;
	border-top: 1px dotted #036;
	margin: -1em 0 4em;
}
.navsectionbtm {
	padding: .4em;
	border-top: 1px dotted #036;
}

.navsectiontop a, .navsectionbtm a {
	color: #069;
}

ul.part {
	margin: 0;
	float: right;
}

ul.part li {
	display: inline;
	padding: 0 0 0 .6em;
}
ul.part li a {
	float: none;
}

ul.part li a:hover {
	text-decoration: underline;
}

ul#index {
	margin: 2em 0 0 1em;
	padding: 0;
	list-style: none;
}

ul#index li {
	border-left: 4px solid #CCC;
	margin: .1em;
	padding-left: .4em;
}
