/** TABS INICIA **/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.ui-tabs-hide {
	display: none;
}
}
/* Hide useless elements in print layouts... */
@media print {
.ui-tabs-nav {
	display: none;
}
}
/* Skin */
#tabs {
	float:left;
	width:1083px;
	margin:0 auto;
}
ul.ui-tabs-nav {
	list-style-type:none;
	width:600px;
	height:42px;
	line-height:42px;
	padding:0;
	margin:0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
ul.ui-tabs-nav li {
	float:left;
	width:253px;
	position:relative;
}
ul.ui-tabs-nav li a {
	text-decoration:none;
	font-weight:bold;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	text-align:center;
	letter-spacing:-1px;
	color:#FFF;
}
/*#btazul a {
	background-image:url(../images/bt_azul.png);
	font-size:15px;
}
#btrojo a {
	background-image:url(../images/bt_rojo.png);
	font-size:15px;
}*/
ul.ui-tabs-nav li.ui-tabs-selected a {
	background-position:0 -42px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
	cursor: text;
	color:#FFF;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active {
	cursor: pointer;
	color:#FFF;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav {
	display: inline-block;
}
*:first-child+html .ui-tabs-nav {
	display: inline-block;
}
#tabs-1 {
	width:1050px;
	position:relative;
	top:0;
	left:0;
	min-height:350px;
}
#tabs-2 {
	width:1050px;
	position:relative;
	top:0;
	left:0;
	min-height:350px;
}
.ui-tabs-panel {
	clear:both;
}
#tabs .ui-tabs-panel ul {
	font-size:12px;
	color:#333333;
	padding:5px 0;
	list-style:none
}
#tabs .ui-tabs-panel ul li {
	background:url(../images/bullet.gif) no-repeat 0 4px;
	padding:0 0 10px 10px;
}
.Fondo {
	background:url(../images/bg-footer.jpg) repeat-x center top #646464;
	min-height:477px;
	width:1067px;
	padding-left:16px;
	padding-top:26px;
	position:relative;
}
.ContenidoFooter{
	float:left;
}
.WiteContent {
	background:#FFF;
	width:1050px;
}
.WiteTop {
	background:url(../images/footer-top.png) no-repeat center center;
	width:1050px;
	height:6px;
}
.WiteTButtom {
	background:url(../images/footer-bottom.png) no-repeat center center;
	width:1050px;
	height:6px;
}
/** TABS FINALIZA **/
/** CONTENIDO FOOTER */
.directory {
	min-height:250px !important;
	width:100% !important;
}
.directory .directoryColumn {
	display:inline !important;
	float:left !important;
	width:310px !important;
}
.directory .hpDirA, .directory .hpDirB {
	border-right:1px solid #E8E9EA !important;
	position:relative !important;
	z-index:100 !important;
	margin:10px 15px 0 15px !important;
}
.directory .hpDirC {
	position:relative !important;
	z-index:100 !important;
	margin:10px 15px 0 15px !important;
	border:none !important;
}
.directory h3 {
	clear:both !important;
	color:#4D4D4D !important;
	font-size:1.2em !important;
	margin:0 !important;
	padding:0 !important;
	position:static !important;
}
.directory h3 a {
	color:#4D4D4D !important;
	font-weight:bold !important;
}
.directory ul {
	font-size:0.92em !important;
	list-style:none outside none !important;
	margin-top:3px !important;
	padding-bottom:10px !important;
	padding-left:15px !important;
	padding-right:15px !important;
	padding-top:0 !important;
	width:280px !important;
}
.directory ul li {
	border-right:1px solid #E8E9EA !important;
	float:left !important;
	margin:3px 0 !important;
	padding:0 5px !important;
	background:none !important;
	white-space:nowrap !important;
}
.directory ul li a {
	font-size:11px !important;
}
#blq-foot {
	border-top:1px solid #CCCCCC;
	/*position:absolute;*/
	width:1083px;
	color:#FFF;
	font-size:11px;
	float:left;
	margin-left:-16px;
}
#blq-foot a{
	color:#FFF;
	font-size:11px;
	text-decoration:none;
}
#blq-footlinks{
	float:right;
	width:480px;
	margin:10px 14px 0 0;
}

#blq-footlinks ul#blq-cdrlinks{
	float:right;
	width:350px;
	list-style:none;
	display:block;
	padding:0;
	margin:0;
}
#blq-footlinks ul#blq-cdrlinks li{
	float:right;
	width:160px;
	margin-right:15px;
	margin-bottom:15px;
	text-align:right;
}
#blq-footlinks ul#blq-cdrlinks li a{
	font-size:12px;
}
.copyright{
	float:left;
	width:500px;
	margin-top:10px;
}
#blq-copy{
	float:left;
	margin:0;
	padding:10px 0 0 10px;
	display:block;
	font-size:24px;
	font-weight:700;
	color:#FFF;
}
#blq-disclaim{
	float:left;
	margin:0;
	padding-bottom:10px;
	padding-left:15px;
	display:block;
	color:#FFF;
}
/** FINALIZA CONTENIDO FOOTER **/
