body {
	background-color: #54616e;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
p{ margin-bottom:5px}
@font-face {
font-family: 'Tw Cen MT';
src: url(TCM____0.otf);
src: local('TW Cen MT'), url(TCM____0.otf) format('opentype');
}
strong{font-weight:bold}
#wrap{ margin: 0 auto; width:971px;}
#menubg{background-image:url(../images/bgmenu_top.jpg); width:971px; height:105px; padding-top:8px}
#bg_buscador{ background-image:url(../images/bg_home_buscador.jpg); width:287px; height:394px; float:left; text-align:center}
#busca{margin-top:40px}
#busca td{height:40px;}
#footer{padding-top:20px; *padding-top:0px;clear:both; color:#FFF; margin-bottom:20px; text-align:center}
/* ################### */
/* MENU */
#tab ul li:first-child a span{
background:transparent none repeat scroll 0 0;
}
#tab{
	width:971px;
	margin:0 auto;
	}
#tab ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
	height: 58px;
}

#tab a 
{
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	color:#FFF;
}
#tab a span 
{
	display:block;
	font-size:19px;
	line-height:59px;
	padding:0 11px;
	background:url(../images/separador.png) no-repeat left top;
}
#tab a:hover
{
	text-decoration:none;
	color:#7fedf4;
}
#tab a:hover span
{
	background-position:left top;
}
/* ################### */
h1{color:#FFF; font-weight:bold; font-size:14px !important; margin-bottom:10px}
h3{color:#FFF; font-size:12px;}
.input {
	border: 1px solid #000;
	background-image: url(../images/bg_bt.jpg);
	background-repeat: repeat-x;
	color:#FFF;
}
.input:hover {
	border: 1px solid #000;
	color: #000;
}
.button {
	border: 1px solid #000;
	*border: 1px solid #FFF;
	background-image: url(../images/bg_bt.jpg);
	background-repeat: repeat-x;
	font-weight:bold;
	color:#FFF;
	font-size:13px;
	padding:2px;
}
.button:hover {
	color: #7fedf4;
}
/* Formularios*/
input[type=text],input[type=password],input[type=file], textarea, select {
	background:#FFFFFF url(../images/text-bg.gif) repeat-x scroll 0 0;
	border:1px solid #B5B8C8;
	padding:1px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;}
table{font-size:12px;}
a:link, a:visited{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #0D5585;
	text-decoration: none;
}
/* ################### */
/* TABS HOME */
ul.tabs {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 34px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 34px;
	line-height: 34px;
	width: 234px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(/images/tab-off.png);
	margin-right:8px;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 0.9em;
	outline: none;
	font-weight:bold;
	text-align:center;
}
ul.tabs li a:hover {
	color: #a4f3ff;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs li.active a:link   {
	background-repeat: no-repeat;
	background-image: url(/images/tab-on.png);
	border-bottom: 1px solid #fff;
	color:#0d3766 !important;
}
.tab_container {
	clear: both;
	float: left; 
	width: 971px;
	height: 191px;
	background-repeat: no-repeat;
	background-image: url(/images/bg-cont-tabs.png);
	margin-bottom:20px;
}
.tab_content {padding: 15px 0;}
.border-v-right{border-right: 1px dotted #9A9A9A}
.tab_content ul {float:left;margin-left:20px; text-align:left;}
.tab_content li {
    margin-left: 0.2em;
    margin-right: 1em;
    font-size: 0.8em;
    padding-bottom: 0.3em;
    background-image:url(/images/flecha-azul.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 15px;
}
#pie {
	position: relative;
	margin-top: -68px; /* valor engativo del alto del footer */
	height: 68px;
	clear:both;
	background-image:url(/images/bg_pie_home.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align:center;
	font-size:12px;
	color:#FFF;
} 
#cont-footer{padding-top:25px; text-align:center; margin:0 auto; line-height:20px}
a.linkp:link, a.linkp:visited  {
	color: #FFF;
	text-decoration: none;
}
a.linkp:hover {
	color: #0CC;
	text-decoration: underline;
}
