/* PXL*/

* { margin: 0; padding: 0; }

body { margin: 0 0 0 0; background: #999; font: normal 13px Arial, Helvetica, sans-serif; color: #666666;}

h1 { 
	font: bold 8pt Arial, Helvetica, sans-serif;
	color: #ccc;
	margin-top: 7px;
	margin-bottom: 14px;
	text-align: center;
	}

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

.title {
	background: url("../images/bullet-01.gif") no-repeat left center;
	border-bottom: 1px solid #C38E63;
	padding: 0 0 0 10px;
	}
	
.title2 {
	border-bottom: 1px solid #999;
	padding: 7px 0 5px 10px;
	}
	
.TextSmallBlack { text-align:left;}
	
.boxed1 .title {
	font: bold 100% Arial, Helvetica, sans-serif;
	}
	.boxed1 .content {
	padding: 10px 10px 10px 10px;
	margin: 7px 0 0 0;
	background: #fff;
	}
.boxed2 .title {
	font: normal 182% Arial, Helvetica, sans-serif;
	}
	.boxed2 .content {
	background: url("../images/img06.gif") no-repeat left bottom;
	padding: 20px;
	}	
	
.boxed3 .title {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #676767;
	padding: 7px 5px 5px 14px;
	}
	.boxed3 .content {
	font: normal 0.86em Arial, Helvetica, sans-serif;
	padding:7px;
	}
	.boxed3 ol, .boxed3 ul {
	margin-left: 5px;
	}

.boxed4 .title5 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	padding: 7px 5px 5px 14px;
	}
	.boxed4 .content {
	font: normal 0.8em Arial, Helvetica, sans-serif;
	padding:0px;
	text-align: center;
	}
	.boxed4 .content a {
	color: #000000;
	}
	.boxed4 ol, .boxed3 ul {
	margin-left: 5px;
	}
	
.boxed5 {
	padding: 15px 0 0 0;
	margin: 10px;
	border-bottom: 1px solid #999999;
	text-align: center;
	float: left;
	width: 170px;
	}
		
.boxed6.title5 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	padding: 7px 5px 5px 14px;
	}
	.boxed6 .content6 {
	font: normal 0.86em Arial, Helvetica, sans-serif;
	padding:7px;
	}
	.boxed6 .content a {
	color: #6b7b92;
	}
	.boxed6 ol, .boxed6 ul {
	margin-left: 5px;
	}
/*	
.rOnline {
	float: right;
	margin-bottom: 13px;
	}

#layout {
	width: 760px;
	margin: 0 auto;
	border: 20px solid #ff6600;
	background: #ffffff;
	}
*/

#header {
	width: 777px;
	height: 89px;
	margin: 0 auto;
	background: #6b7b92;
	position: relative;
	border-bottom: #000 solid 5px;
	}

#logo {
	float: left;
	width: 180px;
	background: #5E626B;
	height: 90px;
	}
	#logo h1 {
	padding-top: 80px;
	}
	#logo h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	}
	#logo a {
	text-decoration: none;
	color: #FFFFFF;
	}

#menu {
	float: left;
	width: 597px;
	background: url("../images/bkgd_nav.gif") repeat-x;
	position: relative;
	top: 53px;
	}
	#menu ul {
	list-style: none;
	}
	#menu li {
	display: inline;
	}
	#menu a {
	display: block;
	float: left;
	padding: 5px 16px 5px 16px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	font: bold 7pt/9pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #C1C1C1;
	position: relative;
	width: auto;
	}
	#menu a:hover {
	background: #DCDCDC;
	border-top-color: #fff;
	}
	#menu .active a {
	background: #000;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left: 1px solid #000;
	color: #FFF;
	}
	#menu .active a:hover {
	background: #000;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left: 1px solid #000;
	color: #FFF;
	}	
	#menu a b {
	text-decoration: underline;
	}

#menu2 {
	float: right;
	width: 500px;
	position: relative;
	top: 10px;
	}
	#menu2 ul {
	list-style: none;
	}
	#menu2 li {
	display: inline;
	}
	#menu2 a {
	display: block;
	float: right;
	padding: 0px 17px 0px 17px;
	text-decoration: none;
	font: bold 7pt/9pt Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	position: relative;
	width: auto;
	}
	#menu2 a:hover {
	color: #f1f1f1;
	}
	
#submenu {
	width: 777px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	background:#000000;
	position: relative;
	padding-bottom: 3px;
	height: 20px;
	}
	#submenu ul {
	list-style: none;
	float: right;
	width: 597px;
	
	}
	#submenu li {
	display: inline;
	}
	#submenu a {
	display: block;
	float: left;
	padding: 2px 7px 2px 8px;
	text-decoration: none;
	font: bold 7pt/9pt Verdana, Arial, Helvetica, sans-serif;
	color: #C1C1C1;
	width: auto;
	}
	#submenu a:hover {
	color: #FFF;
	}
	#submenu .active a {
	color: #FFF;
	background: #616161;
	}
	#submenu .active a:hover {
	color: #CCC;
	}	
	#submenu a b {
	text-decoration: underline;
	}
	
#page {
	width: 777px;
	margin: 0 auto;
	background: #FFF url("../images/bkgd_news.gif") repeat-y;
	}

#contentRRHH {
	float: right;
	width: 597px;
	background: #fff;
	padding: 10px 0 0 0;
	}
	
#content {
	float: right;
	width: 597px;
	background: #fff;
	position: relative;
	}
	#content p, #content ol, #content ul {
	color: #333;
	}
	#content h1 {
	width: 577px;
	font: bold 11pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #6B7B92;
	padding: 5px;
	margin: 0px;
	clear: right;
	}
	#content .destacado {
	width: 567px;
	font: normal 10pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
	margin: 5px;
	border-top: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	text-align: center;
	}	
	#content .imgTop {
	margin: 0px;
	border-bottom: 5px solid #6E7E95;
	height: 287px;
	width: 597px;
	}	
	
.content2 {
	width: 571px;
	padding: 13px 13px 13px 13px;
	background: #fff;
	position: relative;
	float: right;
	clear: left;
	}
	.content2 p, #content2 ol, #content2 ul {
	color: #555;
	}
	.content2 h2{
	font: bold 11pt Arial, Helvetica, sans-serif;
	padding: 0 6px 3px 6px;
	margin: 0 0 5px 0;
	border-bottom: solid 1px #ccc;
	color: #555;
	}
	.oculto {
	text-indent: -9999px;
	}
.contentReser {
	width: 587px;
	padding: 5px;
	background: #fff;
	position: relative;
	float: right;
	clear: left;
	}
	.contentReser p, #contentReser ol, #contentReser ul {
	color: #555;
	}
	.contentReser h2{
	font: bold 11pt Arial, Helvetica, sans-serif;
	padding: 0 6px 3px 6px;
	margin: 0 0 5px 0;
	border-bottom: solid 1px #ccc;
	color: #555;
	}
	
#contentMenu {
	background: #F0E3D8;
	position: relative;
	width: 518px;
	clear: both;
	padding: 10px 10px 15px 10px;
	height: 54px;
	}
	#contentMenu h3 {
	padding: 5px 0 0 13px;
	font: bold 8pt Arial, Helvetica, sans-serif ;
	background: url("../images/img04.gif") left no-repeat;
	}
	#contentMenu .box {
	background: #e4e4e4;
	width: 538px;
	padding: 13px;
	}

/**** CLUBFEN ****/

#contentfen {
	float: left;
	width: 361px;
	padding: 10px;
	background: #eef1f9;
	position: relative;
	border: 0;
	height: 170px;
	}
	#contentfen ol, #contentfen ul {
	color: #555;
	}
	#contentfen p {
	color: #555;
	font: normal 1em Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	#contentfen p a {
	color: #004895;
	font: bold 0.85em Arial, Helvetica, sans-serif;
	}	
	#contentfen h2 { font: bold 14pt Arial, Helvetica, sans-serif;
	padding: 0 6px 7px 6px;
	margin: 0 0 0 0;
	border-bottom: solid 1px #999999;
	color: #555;
	}
	.description {
	font: normal 8pt/11pt Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	width: 328px;
	padding: 0;
	margin: 13px 0 0 0;
	float: right;
	}
	.nav_fen{
	height: 180px;
	}
	.nav_fen ul{
	list-style: none;
	padding:10px;
	}
	.nav_fen ul li{
	font: 8pt Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom: #e4e4e4 1px solid;
	margin-bottom: 5px;
	padding-bottom: 5px;	
	}
	.nav_fen ul li a{
	font-weight: bold;
	color: #333333;
	}	

/***CONTENT RIGHTS ***/
#contentRight{
	float: right;
	width: 177px;
	background-color: #fff;
	margin-left: 13px;
	}
	#contentRight ul {
	font: bold 8.5pt Arial, Helvetica, sans-serif;
	margin: 0 0 13px 0;
	padding: 0px;
	list-style: none;
	}
	#contentRight li {
	background: url("../images/bullet-02.gif") no-repeat left 1px;
	padding: 0 0 10px 10px;
	font: normal 0.9em/1em Arial, Helvetica, sans-serif;
	color: #666666;
	}
	#contentRight h2 {
	font-size: 10pt;
	}
	#contentRight h3 {
	margin-bottom: 10px;
	font: normal 9pt Arial, Helvetica, sans-serif;
	}
	#contentRight h3 a {
	display: block;
	}
	#contentRight p {
	font: normal 0.88em/1em Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0 0 10px 0; 
	}
	
#contentRight2 {
	float: right;
	background-color: #fff;
	margin-left: 13px;
	position: relative;
	font: 8pt Arial, Helvetica, sans-serif;
	width: 177px;
	padding: 0px;
	}
	
#contentRight3 {
	float: right;
	background-color: #f1f1f1;
	margin-left: 13px;
	position: relative;
	font: 8pt Arial, Helvetica, sans-serif;
	width: 40%;
	padding: 10px;
	margin-bottom: 13px;
	}	
	
#contentLeft {
	float: left;
	width: 571px;
	padding: 0;
	background: #fff;
	position: relative;
	border: 0;
	}
	#contentLeft p {
	color: #555;
	font: normal 9pt Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 13px; 
	}
	#contentLeft p a{
	color: #3C4552;
	text-decoration: underline;
	font-weight: bold;
	}
	#contentLeft p a:hover{
	color: #586679;
	}		
	#contentLeft ul {
	margin: 0 0 13px 0;
	list-style: none;
	}
	#contentLeft ul li {
	background-image: url(../images/bullet-02.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 0 0 10px 10px;
	font: normal 8pt/9pt Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0 10px 0 10px;
	}	
	#contentLeft ul p {
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	}
	#contentLeft h2 { 
	font: bold 11pt Arial, Helvetica, sans-serif;
	color: #3C4552;
	border-bottom: solid 1px #3C4552;	
	padding: 5px;
	margin: 0 0 7px 0;
	}
	#contentLeft h3 {
	font: bold 9pt Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0 0 15px 0;
	border: solid 1px #ccc;
	color: #6B7B92;
	}
	#contentLeft h4 {
	font: bold 9pt Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 5px;
	color:#333333;
	}	

#contentLeft3 {
	float: left;
	width: 365px;
	padding: 7px;
	background: #fff;
	border: #CCCCCC 1px solid;
	}
	
	.description {
	font: normal 8pt/11pt Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	width: 328px;
	padding: 0;
	margin: 13px 0 0 0;
	float: right;
	}	

.lineaDotsVert {
	border-left: dotted 1px #999999;
	}	

#sidebar {
	float: left;
	width: 160px;
	padding: 10px;
	}

#news {
	padding-top: 0px;
	background: #fff;
	width: 160px;
	}
	#news ul {
	list-style-type: none;
	}
	#news li {
	margin-bottom: 15px;
	padding-top: 5px;
	border-top: dotted 1px #555
	}
	#news h2 {
	font-size: 10pt;
	}
	#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
	}
	#news h3 a {
	display: block;
	}
	#news p {
	font-size: 85%;
	}
	#news .separate {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: #ccc dotted 1px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	}

#tiempo {
	padding-top: 0;
	background: #fff;
	margin: 0 0 7px 0;
	text-align: center;
	width: 160px;
	}	

.welcome {
	margin: 0px;
	border-bottom: 5px solid #6E7E95;
	width: 597px;
	border: 0px;
	}	
.mapa2 {
	width:565px; 
	position: relative; 
	float:left; 
	margin: 0; 
	padding:15px 0 0 0;
	}
	.mapa2 h2{
	font: bold 10pt Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #ccc;
	color: #999999;
	}
	
.mapa {
	width: 180px;
	float:left;
	padding: 0;
	margin: 0 5px 0 0;
	}
	.mapa h2{
	font: bold 10pt Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #ccc;
	color: #999999;
	}
	.mapa ul{
	display: list-item;
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
	}
	.mapa li{
	list-style: circle;
	padding: 0 0 0  0;
	font:   normal 9px Arial, Helvetica, Sans-Serif;
	color: #c38e63;
	}
	.mapa li a{
	text-decoration: none;
	font: normal 11px Arial, Helvetica, Sans-Serif;
	color: #c38e63;
	}
	.mapaDest{
	border-top: solid 1px #c38e63;
	color: #999999;
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
	}
	
	
	
	
/* CULUMNAS VERTICALES */
.sample1, .sample2, .sample3, .sample4 {
	float: left;
	width: 192px;
	}
	.sample1 {
	margin-left: 5px;
	margin-bottom: 10px;
	/*border-left: 1px solid #CCCCCC;*/
	}
	.sample2 {
	margin-left: 5px;
	margin-bottom: 10px;
	}
	.sample3 {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	}
	#sample4 {
	}
/*	
#sample1a, #sample2a, #sample3a, #sample4a, #sample5a {
	float: right;
	
	}
	#sample1a {
	margin: 0 5px 0 0;
	width: 192px;
	background: #DBC7AE;
	height: 140px;
	padding: 70px 0 0 0;
	}
	#sample2a {
	margin-left: 5px;
	width: 390px;
	background: #f6f6f6;
	float: left;
	}
	#sample3a {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 192px;
	}
	#sample4a {
	margin: 5px 5px 0 0;
	width: 192px;
	background: #ebead6;
	height: 235px;
	padding: 170px 0 0 0;
	}
	#sample5a {
	margin-left: 5px;
	margin-top: 5px;
	width: 390px;
	background: #f6f6f6;
	float: left;
	margin-bottom: 5px;
	}
*/

/* TABLAS HORIZONTALES 	
#sampleV1, #sampleV2, #sampleV3, #sampleV4 {
	float: left;
	width: 596px;
	}
	#sampleV1 {
	margin: 0;
	}
	#sampleV2 {
	margin: 0;
	}
	#sampleV3 {
	margin: 0;
	}
*/		
#banner1, #banner2, #banner3, #banner4 {
	width: 188px;
	padding: 5px;	
	}
	#banner1 {
	float: left;
	margin: 0;
	background: #f1f1f1;
	}
	#banner2 {
	float: right;
	margin: 0;
	background: #f1f1f1;
	}	

#bannerBig1 {
	width: 298px;
	background: #f0e7dd;
	position: relative;
	border-top: #fff solid 1px;
	float: left;
	height: 480px;
	}
	#bannerBig1 .content {
	float: right;
	}
	#bannerBig1 h3 {
	margin-bottom: 10px;
	font: bold 13pt Arial, Helvetica, sans-serif;
	}
	#bannerBig1 h3 a {
	display: block;
	color: #004795;
	}
	#bannerBig1 p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 17px;
	line-height: 17px;
	}
	#bannerBig1 ul{
	padding: 5px 0 0 30px;
	}
	#bannerBig1 li{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 17px;
	font-size: 11px;
	}
	#bannerBig1 p a {
	color: #555;
	}
	#bannerBig1 p a:hover {
	color: #333;
	text-decoration: none;
	}
	#bannerBig1 .logo{
	width: 382px;
	background: #DBC7AE;
	}
	#bannerBig1 .foto{
	width: 200px;
	height: 166px;
	float: left;
	border: 0px;
	position: relative;
	}
	
#bannerBig2 {
	width: 298px;
	background: #d9d9c4;
	position: relative;
	border-top: #fff solid 1px;
	float: left;
	height: 480px;
	}
	#bannerBig2 .content {
	float: left;
	}	
	#bannerBig2 h3 {
	margin-bottom: 10px;
	font: bold 13pt Arial, Helvetica, sans-serif;
	}
	#bannerBig2 h3 a {
	display: block;
	color: #004795;
	}
	#bannerBig2 p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 17px;
	line-height: 17px;
	}
	#bannerBig2 p a {
	color: #555;
	}
	#bannerBig2 p a:hover {
	color: #333;
	text-decoration: none;
	}
	#bannerBig2 .logo{
	width: 382px;
	background:#dbc7ae;
    }
	#bannerBig2 .foto{
	height: 166px;
	float: right;
	border: 0px;
	position: relative;
	}
	
.bannerBig3 {
	width: 587px;
	position: relative;
	border-top: #fff solid 1px;
	margin: 5px 0 0 0;
	background: #f1f1f1 url("../images/logo_H_bkgd.jpg") repeat-y right top;
	clear: none;
	float: left;
	}
	.bannerBig3 .content {
	float: left;
	width: 395px;
	font: normal 9pt Arial;
	}
	.bannerBig3 p {
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #555;
	padding: 5px;
	border-bottom: #999999 solid 1px;
	}
	.bannerBig3 a {
	color: #6B7B92;
	font-weight: bold;
	}
	.bannerBig3 a:hover {
	color: #6B7B92;
	text-decoration: underline;
	}
	.bannerBig3 .imager{
	background-color: #000066;
	width: 192px;
	float: right;
	border: 0px;
	}
	
#topdazzler {
	width: 597px;
	height: 285px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url("../images/h-dazzler.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	}	
	#topdazzler .copete{
	width: 175px;
	height: 250px;
	float: right;
	padding: 10px 10px 5px 0;
	text-align: left;
	}		
	#topdazzler h3 {
	margin-bottom: 10px;
	font: bold 13pt Arial, Helvetica, sans-serif;
	}
	#topdazzler h3 a {
	display: block;
	color: #004795;
	}
	#topdazzler p {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0 0 5px 0;
	}
	
#topesplendor {
	width: 597px;
	height: 285px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url("../images/h-esplendor.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	}	
	#topesplendor .copete1{
	width: 175px;
	height: 30px;
	float: right;
	padding: 250px 10px 5px 0;
	text-align: left;
	}		
	#topesplendor h3 {
	margin-bottom: 10px;
	font: bold 13pt Arial, Helvetica, sans-serif;
	}
	#topesplendor h3 a {
	display: block;
	color: #004795;
	}
	#topesplendor p {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 5px 0;
	text-align: center;
	}
	#topesplendor p a {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 5px 0;
	text-align: center;
	}	
	
#topreserva{
	width: 597px;
	position: relative;
	background-image: url("../images/reserva.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	clear: none;
	}	
	#topreserva .copete2{
	width: 175px;
	height: 30px;
	float: right;
	padding: 0px 10px 5px 0;
	text-align: left;
	}		
	
#botonreserva{
	cursor: auto;
	float: right;
	}

#footer {
	clear : both;
	text-align : left;
	margin:  0 auto;
	padding: 7px;
	width: 763px;
	background: #000;
	border-top: 1px #FFFFFF solid;
	}
	#footer .right { float:right; width:450px; text-align: right;}
	#footer p { font: bold 7pt Verdana, Arial, Helvetica, sans-serif;  text-align: justify; color: #999;	}
	#footer a { font: bold 7pt Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #999;	}			
	#footer a:hover { font: bold 7pt Verdana, Arial, Helvetica, sans-serif; text-align: justify; color: #f1f1f1;	}	


/*#footer {           antiguo
	width: 777px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 1px solid #fff;
	background: #000;
	}
	#footer p {
	text-align: center;
	font-size: 77%;
	color: #999;
	}
	#footer p a {
	text-align: center;
	color: #999;
	text-decoration: none;
	}
	#footer p a:hover {
	text-align: center;
	color: #CCC;
	text-decoration: none;
	}*/
#subfooter {
	width: 777px;
	margin: 0 auto;
	padding: 5px 0;
	}
	#subfooter p {
	text-align: center;
	font-size: 77%;
	color: #999;
	}
	
/* Basic-accordian */

#basic-accordian{
	width:381px;
	margin:0;
	font: 8pt Arial, Helvetica, sans-serif;
	float: left;
	display: table;
	}
	.accordion_headings{
	padding:5px;
	background-color: #E4E4E4;
	background-image: url("../images/acc_arrow01.gif");
	background-repeat: no-repeat;
	background-position: right;
	color:#FFFFFF;
	border-bottom:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	color: #333;
	font: 8pt Arial, Helvetica, sans-serif;
	height: 15px;
	}
	.accordion_headings:hover{
	background-image: url("../images/acc_arrow01.gif");
	}
	.accordion_child{
	background: url("../images/acc_child_bkgd.jpg") repeat-y;
	border-bottom: #6B7B92 1px solid; border-top: #6B7B92 1px solid; border-right: #6B7B92 1px solid;
	height: 233px;
	}
	.accordion_child ul{
	list-style: none;
	padding:10px;
	}
	.accordion_child ul li{
	background: url("../images/acc_child_bkgd.jpg") repeat-y;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom: #e4e4e4 1px solid;
	margin-bottom: 5px;
	padding-bottom: 5px;	
	}
	.accordion_child ul li a{
	font-weight: bold;
	color: #333333;
	}
	.header_highlight{
	background-color: #E4E4E4;
	background-image: url("../images/acc_bot_bkgd.jpg");
	background-position: left;
	background-repeat: no-repeat;
	border-top:1px solid #6B7B92;
	border-left:1px solid #6B7B92;
	border-bottom:1px solid #6B7B92;
	margin-bottom: 1px;
	color: #6B7B92;
	font-weight:bold;
	}
	

/***** MENU BUSQUEDA DE ARCHIVOS *****/
#nav_right{
	background: url("../images/acc_child_bkgd2.jpg") repeat-y;
	height: 233px;
	}
	#nav_right ul{
	list-style: none;
	padding:10px;
	}
	#nav_right ul li{
	background: url("../images/acc_child_bkgd.jpg") repeat-y;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom: #e4e4e4 1px solid;
	margin-bottom: 5px;
	padding-bottom: 5px;	
	}
	#nav_right ul li a{
	font-weight: bold;
	color: #333333;
	}

/************* relatedLinks styles **************/

#relatedLinks{
	background-image: url(../images/acc_child_bkgd.jpg);
	padding: 5px 5px 0px 5px;
	float: right;
	border: 5px solid #e4e4e4;
	width: 210px;
	margin-bottom: 13px;
	margin-left: 13px;
	}
	#relatedLinks h3{
	font-size: 10px;
	color: #FF0000;
	padding: 0px;
	border: 0px;
	}
	#relatedLinks ul{
	list-style: none;
	}
	#relatedLinks ul li{
	background-image: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 5px 0px 3px 0px;
	border-top: #e4e4e4 1px solid;
	}
	#relatedLinks a{
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	width: 100%;
	display: block;
	}	

/*
#nav_right2{
	padding:0px;
	margin-top: 0px;
	background-repeat: repeat-y;
	}
	#relatedLinks h3{
	padding: 10px 0px 2px 0px;
	}

	#nav_right2 ul{
	list-style: none;
	}
	#nav_right2 ul li{
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom: #e4e4e4 1px solid;
	padding: 5px;
	}

	#nav_right2 a:Link, a:visited {
	color: #005B9C;
	padding: 0 0 3 3px;
	}
	#nav_right2 a:hover {
	color: #ffffff;
	}
	#nav_right2 a .select {
	color: #ff0000;
	font-weight: bold;
	}

	#nav_right2 ul li a{
	font-weight: bold;
	color: #463B25;
	}
	#nav_right2 .ico{
	border: 0;
	float: left;
	margin-right: 3px;
	}
*/
/**** CONTENEDOR PARA INFOTECNICA *****/	
#contentBusGral1 {
	width: 571px;
	background: #ffffff;
	margin: 0 0 7px 0;
	float: right;
	clear: both;
	}
#contentBusGral2  {
	width: 571px;
	float: right;
	clear: both;
	}
	#contentBusGral2 .contenido  {
	width: 561px;
	background: #6B7B92;
	margin: 0px;
	padding: 5px;
	}	
	#contentBusGral2 a {
	color: #555;
	text-decoration: none;
	}
	#contentBusGral2 a:hover {
	color: #000;
	text-decoration: none;
	}
	#contentBusGral2 h2 {
	font: 8pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-bottom: 14px;
	border: 0;
	}
	#contentBusGral2 h2 .diferentColor{
	color: #D3DCE1;
	}
	
.TextListado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin-bottom: 10px;
}

#footer p.twitter{line-height:22px;}
/* quienes somos desplegables*/
body.hasscript p.ocultar {display:none;} 
#contentLeft  p a.desplegablemas{text-decoration:none;}

