@charset "utf-8";
/* CSS Document */
html, form{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:tahoma, arial, verdana, "sans serif";
	background-color:#e8e8e8;
	background-image:url(../images/bkgPage.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#333;
	height:100%;
}

.container{
	width:996px;
	/*height:100%;*/
	margin:auto;
	position:relative;
	text-align:left;
}

.grayBox{
	width:996px;
	height:44px;
	background:url(../images/bkgGrayBox.gif) no-repeat top;
	margin:auto;
	clear:both;
}

.header{
	width:996px;
	height:137px;
	background:url(../images/bkgHeader.gif) no-repeat top;
	margin:auto;
	clear:both;
}

.wrapperH{
	background:url(../images/bkgWrapperH.gif) no-repeat top;
	width:996px;
	height:25px;
	margin:auto;
	clear:both;
}

.wrapperB{
	background:url(../images/bkgWrapperB.gif) repeat-y top;
	width:996px;
	height:100%;
	display:inline-table;
	margin:auto;
	clear:both;
	float:left;
}

.wrapperFhome{
	background:url(../images/bkgWrapperFhome.gif) no-repeat top;
	width:996px;
	height:24px;
	margin:auto;
	clear:both;
}

.wrapperF{
	background:url(../images/bkgWrapperF.gif) no-repeat top;
	width:996px;
	height:24px;
	margin:auto;
	clear:both;
}

/* HEADER */
.logo{
	width:177px;
	height:81px;
	float:left;
	clear:none;
	margin:20px;
}

.logo a img{
	border:0px;
	cursor:pointer;
}

.contact img{
	/*width:119px;*/
    width:143px;
	height:37px;
	float:right;
	clear:none;
	margin:30px 60px 0px 0px;
}

.menu{
	font-size:12pt;
	font-weight:normal;
	/*text-transform:capitalize;*/
	float:left;
	clear:both;
	margin:-26px 0px 0px 0px;
    _margin:-30px 0px 0px 0px;
	left:247px;
	padding:0px;
	position:relative;
}

.menu a{
    color: #FFFFFF;
	width:168px;
	display:block;
	float:left;
	clear:none;
	text-align:center;
	background-image:url(../images/menuDiv.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:37px;
	line-height:30px;
	color:#fff;
	text-decoration:none;
}

.menu a:hover{
	text-decoration:underline;
}

.menu a:visited{
    color: #FFFFFF;
}
.menu span.active{
	width:168px;
	display:block;
	float:left;
	clear:none;
	text-align:center;
	background-image:url(../images/menuDiv.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#6f0912;
	height:37px;
	line-height:30px;
	color:#fff;
	text-decoration:none;
	cursor:default;
}

.menu span.active2{
	width:226px;
	display:block;
	float:left;
	clear:none;
	text-align:center;
	background-image:url(../images/menuDiv.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#6f0912;
	height:37px;
	line-height:30px;
	color:#fff;
	text-decoration:none;
	cursor:default;
}


.menu a.menu1{
    color: #FFFFFF;
	width:225px;
	display:block;
	float:left;
	clear:none;
	text-align:center;
	background-image:none;
	height:37px;
	line-height:30px;
}

.menu span.active1{
	width:225px;
	display:block;
	float:left;
	clear:none;
	color:#fff;
	text-align:center;
	background-image:none;
	background-color:#6f0912;
	height:37px;
	line-height:30px;
}

/* GRAY BOX */
.breadcrumbsIntro, .breadcrumbs{
	float:left;
	width:650px;	
	height:40px;
}

.breadcrumbsIntro p{
	padding:8px 0px 0px 0px;
	margin:0px 0px 0px 25px;
	font-size:8pt;
}

.breadcrumbs p{
	padding:15px 0px 0px 0px;
	margin:0px 0px 0px 25px;
	font-size:8pt;
}

.breadcrumbsIntro p a:link, .breadcrumbs p a:link{
	color:#333;
	text-decoration:underline;
}

.breadcrumbsIntro p a:visited, .breadcrumbs p a:visited{
	color:#666;
	text-decoration:underline;
}

.breadcrumbsIntro p a:hover, .breadcrumbs p a:hover{
	color:#CC000C;
	text-decoration:underline;
}

.search{
	float:left;
	width:320px;
	text-align:right;
	margin-top:10px;
}

.search input{
      /*display:inline-table;*/
	width:240px;
	float:left;
	clear:none;
}

.search a{
	background:url(../images/btnSearch.gif) no-repeat 0px 0px;
	width:54px;
	height:21px;
	text-align:center;
	font:7pt;
	border:0px;
	cursor:pointer;
	font-size:10pt;
	text-decoration:underline;
      display:block;
	float:right;
	clear:none;
	margin-top:1px;

}
a.searchBtn:link{
	background:url(../images/btnSearch.gif) no-repeat 0px 0px;
	width:54px;
	height:21px;
	text-align:center;
	font:7pt;
	border:0px;
	cursor:pointer;
	color:#333;
	font-size:10pt;
	text-decoration:underline;
      display:block;
	float:right;
	clear:none;
	margin-top:1px;
}

a.searchBtn:visited{
	background:url(../images/btnSearch.gif) no-repeat 0px 0px;
	width:54px;
	height:21px;
	text-align:center;
	font:7pt;
	border:0px;
	cursor:pointer;
	color:#666;
	font-size:10pt;
      display:block;
	float:right;
	clear:none;
	margin-top:1px;
}

a.searchBtn:hover{
	background:url(../images/btnSearch.gif) no-repeat 0px 0px;
	width:54px;
	height:21px;
	text-align:center;
	font:7pt;
	border:0px;
	cursor:pointer;
	color:#CC000C;
	font-size:10pt;
      display:block;
	float:right;
	clear:none;
	margin-top:1px;
}

.footer {
	width:960px;
	margin:auto;
	padding-top:5px;
	padding-bottom:10px;
	vertical-align:top;
	height:40px;
	font-size:8pt;
	color:#333;
}

.footer a:link{
	color:#333;
	text-decoration:none;
	text-decoration:underline;
}

.footer a:visited{
	color:#666;
	text-decoration:underline;
}

.footer a:hover{
	color:#CC000C;
	text-decoration:underline;
}

.footer .copyright{
	float:left;
	clear:none;
	width:400px;
	height:40px;
	display:inline-table;
	vertical-align:top;
	line-height:33px;
}

.footer .copyright img{
	float:left;
	clear:none;
	margin-right:3px;
}

.footer .otherSites{
	float:left;
	clear:none;
	width:530px;
	vertical-align:top;
	line-height:33px;
	height:40px;
	text-align:right;
}

/* HOME */
.homePreFooter{
	background-image:url(../images/bkgHomePreFooter.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:996px;
	height:143px;
	text-align:left;
	margin:0px;
	padding:0px;
}

.homePreFooter div{
	background-image:url(../images/bkgHomePreFooterDiv.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:197px;
	height:130px;
	margin:10px 0px 0px 0px;
	padding-right:0px;
	float:left;
	clear:none;
	text-align:center;
	vertical-align:top;
	font-size:9pt;
	font-weight:bold;
}

.homePreFooter img{
	vertical-align:top;
	margin:0px;
	padding:0px;
	width:108px;
	height:73px;
}

.homePreFooter div a{
	text-align:center;
	color:#800F20;
	text-decoration:none;
	display:block;
	margin-top:10px;
	margin-left:10px;
}

.homePreFooter div a:hover{
	text-decoration:underline;
}

/* WRAPPER BODY INTERNAL PAGES */
.leftMenu{
	width:200px;
	padding-left:14px;
	float:left;
	clear:none;
}

.leftMenu h3{
	color:#cb0b17;
	font-size:13pt;
	font-weight:normal;
	background-image:url(../images/hrImg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:3px 0px 10px 0px;
	padding:0px;
	width:190px;
}

.leftMenu a{
	float:left;
	clear:both;
	display:block;
	font-size:10pt;
	/*line-height:20px;*/
	width:170px;
	/*height:22px;*/
	margin:0px 0px 10px 0px;
	padding:1px 0px 1px 18px;
}

.leftMenu a:link{
	color:#333;
	text-decoration:none;
	background-image:url(../images/leftMenu.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.leftMenu a:visited{
	color:#666;
	text-decoration:none;
	background-image:url(../images/leftMenu.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.leftMenu a:hover{
	color:#CC000C;
	text-decoration:underline;
	background-image:url(../images/leftMenu.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.leftMenu span{
	color:#fff;
	text-decoration:none;
	background-image:url(../images/leftMenuHover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:1px 0px 10px 18px;
	margin:0px 0px 0px 0px;
	width:170px;
	/*height:22px;*/
	float:left;
	clear:none;
	font-size:10pt;
}

.leftMenu span.menuTwoLines{
	color:#fff;
	text-decoration:none;
	background-image:url(../images/leftMenuHover2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:1px 0px 10px 18px;
	margin:0px 0px 0px 0px;
	width:170px;
	/*height:35px;*/
	float:left;
	clear:none;
	font-size:10pt;
}

.leftMenu span.menuThreeLines{
	color:#fff;
	text-decoration:none;
	background-image:url(../images/leftMenuHover3.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:1px 0px 10px 18px;
	margin:0px 0px 0px 0px;
	width:170px;
	float:left;
	clear:none;
	font-size:10pt;
}

.rightCol{
	width:775px;
	float:left;
	clear:none;
	background-image:url(../images/hrVerticalImg.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}

.rightCol img{
	margin:10px 15px 0px 15px;
}

.rightCol h1{
	color:#000;
	font-size:15pt;
	font-weight:normal;
	margin:0px 15px 0px 15px;
	padding:0px;
	background-image:none;
}

.rightCol h2{
	color:#333;
	font-size:13pt;
	line-height:19px;
	font-weight:normal;
	margin:15px 15px auto 15px;
	padding:auto;
}

.rightCol h2 a:link{
	font-size:13pt;
	line-height:19px;
	font-weight:normal;
	margin:15px 15px auto 15px;
	padding:auto;
	color:#333333;
}

.rightCol h2 a:visited{
	font-size:13pt;
	line-height:19px;
	font-weight:normal;
	margin:15px 15px auto 15px;
	padding:auto;
	color:#666666;
}

.rightCol h2 a:hover{
	font-size:13pt;
	line-height:19px;
	font-weight:normal;
	margin:15px 15px auto 15px;
	padding:auto;
	color:#cb0b17;
}


.rightCol h3{
	color:#000;
	font-size:13pt;
	font-weight:normal;
	margin:15px 15px 0px 15px;
	padding:auto;
	background-image:url(../images/hrImg.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}

.rightCol h4{
	color:#333;
	font-size:10pt;
	line-height:normal;
	font-weight:bold;
	margin:15px 15px auto 15px;
	padding:auto;
}

.rightCol p{
	color:#333;
	font-size:10pt;
	line-height:18px;
	font-weight:normal;
	margin-left:15px;
	margin-right:15px;
	padding:auto;
	text-align:justify;
}

.rightCol ul{
	color:#333;
	font-size:10pt;
	font-weight:normal;
	margin-left:20px;
	padding-left:15px;
}

.rightCol li{
	color:#333;
	font-size:10pt;
	line-height:18px;
	font-weight:normal;
	margin:auto 15px 18px 20px;
	padding:auto 15px auto 0px;
	list-style-image:url(../images/arrow.jpg);
	text-align:justify;
}

.rightCol li a:link{
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
}

.rightCol li a:visited{
	font-weight:bold;
	color:#666666;
	text-decoration:underline;
}

.rightCol li a:hover{
	font-weight:bold;
	color:#CC000C;
	text-decoration:underline;
}

.rightCol dl{
	color:#333;
	font-size:10pt;
	font-weight:normal;
	margin-left:15px;
	padding-left:20px;
	margin-bottom:30px;
}

.rightCol dd{
	color:#333;
	font-size:10pt;
	font-weight:normal;
	margin-left:15px;
	padding-left:0px;
	margin-bottom:30px;
}

.rightCol dt{
	color:#333;
	font-size:10pt;
	line-height:18px;
	font-weight:normal;
	margin:auto 15px 12px 0px;
	padding:auto 15px auto 0px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	text-align:justify;
}



.rightCol p a:link{
	font-weight:bold;
	color:#333333;
}

.rightCol p a:visited{
	font-weight:bold;
	color:#666666;
}

.rightCol p a:hover{
	font-weight:bold;
	color:#cb0b17;
}


.rightCol dt a{
	margin-left:15px;
}

.rightCol dt a:link{
	font-weight:normal;
	color:#333333;
	text-decoration:underline;
}

.rightCol dt a:visited{
	font-weight:normal;
	color:#666666;
	text-decoration:underline;
}

.rightCol dt a:hover{
	font-weight:normal;
	color:#CC000C;
	text-decoration:underline;
}

.tabs{
	background-image:url(../images/bkgTab.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:88px;
	width:747px;
	margin:auto;
	vertical-align:bottom;
}

.tabs h1{
	margin:0px;
}

.tabs ul{
	margin:0px 0px 0px 10px;
	padding:21px 0px 0px 0px;
	position:absolute;
}

.tabs li{
	width:184px;
	height:42px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-image:none;
	list-style-type:none;
	font-weight:bold;
	background:url(../images/solapaOff.gif) no-repeat 0px 0px;
}

.tabs li div{
	display: table; 
	/*height:43px;*/
	*position: relative; 
	/*overflow: hidden;*/
	width:184px;
	padding-top:0px;
}

.tabs li a:link, .tabs li a:visited{
	width:184px;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	color:#999;
	*position: absolute; 
	*top: 50%;
	display: table-cell; 
	vertical-align: middle;
	text-decoration:none;
	color:#999;
	margin:0;
	padding:5px;
}

.tabs li a span{
	*position: relative; 
	*top: -50%;
	text-align:center;
	width:184px;
	line-height:normal;
}

.tabs li a:hover{
	width:184px;
	display:block;
	text-decoration:underline;
	color:#CC000C;
	*position: absolute; 
	*top: 50%;
	display: table-cell; 
	vertical-align: middle;
}

.tabs li span.selected{
	display:block;
	background:url(../images/solapaOn.gif) no-repeat 0px 0px;
	/*width:184px;*/
	width:176px;
	height:43px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	line-height:normal;
	color:#000;
	margin:0px;
	padding:0px;
	vertical-align: middle;
}

.principalCol{
	width:760px;
	float:left;
	clear:none;
	padding-left:15px;
	padding-right:0px;
	margin:0px;
	padding-top:7px;
	
}

.principalCol h2{
	font-size:10pt;
	margin:0px 0px 0px 0px;
	padding:15px 0px 10px 0px;
	background-image:none;
	font-weight:bold;
}

.principalCol p{
	font-size:10pt;
	line-height:18px;
	margin-top:0px;
	margin-left:0px;
	margin-right:15px;
	padding:0px;
	text-align:justify;
}

.principalCol img{
	float:right;
	margin:0px 0px 0px 15px;
	padding:15px 0px 0px 0px;
}

.consulta .enlaces {
	background-image:url(../images/bkgEnlaces.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:281px;
	position:relative;
	float:right;
	clear:none;
	font-size:10pt;
	padding:0px;
	margin-right:0px;
	margin-top:15px;
}

.consulta .enlaces span, .buscador .enlaces span{
	background-image:url(../images/bullet.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;
	padding:5px 0px 15px 15px;
	_padding:5px 0px 15px 15px;
	margin-top:0px;
	margin-left:10px;
	_margin-right:0px;
	float:left;
	clear:both;
	width:250px;
	_width:245px;
	border:0px;
	height:auto;
}

.consulta .enlaces span a:link, .buscador .enlaces span a:link{
	color:#333;
	text-decoration:underline;
}

.consulta .enlaces span a:visited, .buscador .enlaces span a:visited{
	color:#666;
	text-decoration:underline;
}

.consulta .enlaces span a:hover, .buscador .enlaces span a:hover{
	color:#CC000C;
	text-decoration:underline;
}

.consulta .enlaces h2{
	font-size:10pt;
	font-weight:bold;
	margin:15px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/hrImg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

a.continue{
	float:left;
	clear:left;
	display:block;
}

/* WRAPPER BODY */

.intro{
    margin:-13px 0px 0px 0px;
    padding:0px 0px 0px 10px;
    position:relative;
    /*float:left;*/
    clear:none;
    width:646px;
}

.intro h1{
	margin:10px 10px;
	padding:5px 0px 0px 0px;
}

.intro h1 a{
	font-size:14pt;
	color:#800F20;
	text-decoration:none;
}

.intro h1 a:hover{
	text-decoration:underline;
}

.intro h4{
	font-size:10pt;
	font-weight:bold;
	margin:0px 10px;
	padding:0px;
	float:left;
	clear:none;
	width:612px;
}

.intro h4 a:link, .intro div h4 a:link{
	color:#800F20;
	text-decoration:none;
	padding:5px 0px;
	display:block;
}

.intro h4 a:visited, .intro div h4 a:visited{
	color:#800F20;
	padding:5px 0px;
	text-decoration:none;
}

.intro h4 a:hover, .intro div h4 a:hover{
	color:#800F20;
	padding:5px 0px;
	text-decoration:underline;
}

.intro h5{
	font-size:10pt;
	font-weight:normal;
	margin:0px 10px 0px 0px;
	padding:0px;
	color:#999;
	font-size:8pt;
	text-transform:uppercase;
	text-align:left;
}

.intro p{
	text-align:justify;
	margin:0px 10px;
	padding:0px;
	font-size:10pt;
	line-height:12pt;
	float:left;
	clear:none;
	width:612px;
}

.intro p a:link{
	color:#333;
}

.intro p a:visited{
	color:#666666;
}

.intro p a:hover{
	color:#CC000C;
}

.intro div.secondNew{
	width:612px;
	height:100%; 
	background-image:none;
	margin:0px 0px 0px 10px;
	padding:0px;
	text-align:left;
}

.intro div h1{
	margin:0px;
	padding:0px;
}

.intro div h1 a:link{
	color:#800F20;
	text-decoration:none;
	padding:5px 0px;
	display:block;
}

.intro div h1 a:visited{
	color:#800F20;
	padding:5px 0px;
	text-decoration:none;
}

.intro div h1 a:hover{
	color:#800F20;
	padding:5px 0px;
	text-decoration:underline;
}

.intro div.secondNew p{
	width:auto;
}

.hrIntro{
	background-image:url(../images/hrImg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:1px;
	line-height:1px;
	margin:10px 10px 10px 10px;
	padding:0px;
	float:left;
	clear:both;
	width:616px;
}

.intro div{
	width:200px;
	background-image:url(../images/hrVerticalImg.gif);
	background-position:right;
	background-repeat:repeat-y;
	margin:10px 0px 0px 10px;
	padding:0px;
	float:left;
	clear:none;
	position:relative;
	text-align:center;
        height: auto;
}

.intro div a{
	padding:0px;
	float:left;
	clear:left;
	width:100%;
	margin:auto;
	font-size:10pt;
	line-height:12pt;
	text-align:left;
}

.intro div a:link{
	color:#333;
}

.intro div a:visited{
	color:#666;
}

.intro div a:hover{
	color:#CC000C;
}

.intro div div.media{
	width:198px;
	background-image:none;
	margin:auto;
	position:relative;
	height:auto;
	text-align:center;
}

.intro div h4, .intro div p{
	width:190px;
	margin:auto;
	text-align:justify;
}

.introBox{
    background:url(../images/bkgRightIntro.gif) no-repeat top left #f2f2f2;
    width:329px;
    /*position:absolute;*/
    margin:-13px 11px 0px 656px;
    _margin:0px 11px 0px 656px;
    padding:0px;    
    *height:650px; /*IE7*/
    height /*\**/: 620px !important\9  /*IE8*/    
    _height:595px; /*IE6*/
     height:663px; /*Firefox, Safari, Opera*/
    display:table;
    
    position:absolute;
    top:205px;
}


.consulta{
	background:url(../images/bkgConsulta.gif) no-repeat #fff;
	width:281px;
	position:relative;
	float:right;
	clear:none;
	padding:0px 0px 25px 0px;
	margin:15px 14px 0px 10px;
	_margin:15px 7px 0px 10px;
	/*height:193px;*/
}

.introBox h2, .consulta h2{
	margin:0px 0px 8px 0px;
	padding:0px;
	background-image:none;
}

.introBox h2 a, .consulta h2 a{
	font-family:tahoma, arial, verdana, "sans serif";
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	padding:0px 10px 0px 20px;
	display:block;
	margin-top:15px;
}

.introBox h2 a:link, .consulta h2 a:link{
	color:#CC000C;
	text-decoration:none;
}

.introBox h2 a:visited, .consulta h2 a:visited{
	color:#800F20;
	text-decoration:none;
}

.introBox h2 a:hover, .consulta h2 a:hover{
	color:#FF020F;
	text-decoration:underline;
}

.introBox p{
	width:190px;
	float:left;
	clear:none;
	font-size:9pt;
	line-height:normal;
	padding:0px 10px 0px 20px;
	text-align:justify;
	margin:0px auto;
	display:block;
}

.consulta p{
	width:240px;
	/*float:left;
	clear:none;*/
	display:block;
	font-size:9pt;
	line-height:normal;
	padding:0px 10px 0px 5px;
	text-align:justify;
	margin:0px auto;
}

.introBox a.introBoxInput{
	position:relative;
}

a.introBoxInput:link{
	background:url(../images/btnRed.gif) no-repeat top;
	width:59px;
	height:19px;
	border:0px;
	color:#fff;
	text-transform:uppercase;
	font-size:9pt;
	line-height:18px;
	cursor:pointer;
	margin-left:230px;
	margin-top:5px;
	display:block;
	text-align:center;
	text-decoration:none;
}

a.introBoxInput:visited{
	background:url(../images/btnRed.gif) no-repeat top;
	width:59px;
	height:19px;
	border:0px;
	color:#fff;
	text-transform:uppercase;
	font-size:9pt;
	line-height:18px;
	cursor:pointer;
	margin-left:230px;
	margin-top:5px;
	display:block;
	text-align:center;
	text-decoration:none;
}

a.introBoxInput:hover{
	background:url(../images/btnRed.gif) no-repeat top;
	width:59px;
	height:19px;
	border:0px;
	color:#fff;
	text-transform:uppercase;
	font-size:9pt;
	line-height:18px;
	cursor:pointer;
	margin-left:230px;
	margin-top:5px;
	display:block;
	text-align:center;
	text-decoration:underline;
}

a.consultaInput:link{
	background:url(../images/btnRed.gif) no-repeat top;
	width:59px;
	height:19px;
	border:0px;
	color:#fff;
	text-transform:uppercase;
	font-size:9pt;
	line-height:18px;
	cursor:pointer;
	margin-left:200px;
	margin-top:5px;
	display:block;
	text-align:center;
	text-decoration:none;
}

a.consultaInput:visited{
	background:url(../images/btnRed.gif) no-repeat top;
	width:59px;
	height:19px;
	border:0px;
	color:#fff;
	text-transform:uppercase;
	font-size:9pt;
	line-height:18px;
	cursor:pointer;
	margin-left:200px;
	margin-top:5px;
	display:block;
	text-align:center;
	text-decoration:none;
}


a.consultaInput:hover{
	background:url(../images/btnRed.gif) no-repeat top;
	width:59px;
	height:19px;
	border:0px;
	color:#fff;
	text-transform:uppercase;
	font-size:9pt;
	line-height:18px;
	cursor:pointer;
	margin-left:200px;
	margin-top:5px;
	display:block;
	text-align:center;
	text-decoration:underline;
}

.introBox span{
	background:url(../images/map.gif) 0px 5px no-repeat;
	margin:25px 20px 0px 20px;
	padding:15px 0px 0px 65px;
	display:block;
	border-top:1px solid #ccc;
	height:43px;
	font-size:9pt;
}

.consulta span{
	background:url(../images/map.gif) 0px 5px no-repeat;
	margin:10px 20px 0px 20px;
	padding:15px 0px 0px 65px;
	display:block;
	border-top:1px solid #ccc;
	height:43px;
	font-size:9pt;
}

.introBox span a:link, .consulta span a:link{
	color:#333333;
}

.introBox span a:visited, .consulta span a:visited{
	color:#666;
}

.introBox span a:hover, .consulta span a:hover{
	color:#CC000C;
}

.introBox .news{
	margin:30px 10px 0px 10px;
	font-size:9pt;
	text-align:justify;
}

.consulta .news {
	margin:20px 10px 0px 10px;
	font-size:9pt;
	text-align:justify;
}

.introBox .news img, .consulta .news img{
	float:left;
	clear:left;
	margin-right:5px;
}

.introBox .news div, .consulta .news div{
	float:left;
	clear:both;
	width:300px;
}

.introBox .news p{
	line-height:14pt;
	width:290px;
	padding-left:5px;
	margin-bottom:12px;
}

.introBox div, .consulta .news p, .consulta div{
	line-height:14pt;
}

.introBox div a:link, .consulta div a:link{
	color:#CC000C;
	text-decoration:underline;
}

.introBox div a:visited, .consulta div a:visited{
	color:#800F20;
	text-decoration:underline;
}

.introBox div a:hover, .consulta div a:hover{
	color:#FF020F;
	text-decoration:underline;
}

.introBox .newsLinks, .consulta .newsLinks{
	text-align:center;
	margin-top:15px;
}


/* FORM -- check this!*/

.formDiv .rightCol h2{
	color:#000;
	font-size:13pt;
	font-weight:normal;
	margin:15px 15px auto 15px;
	padding:auto;
	background-image:url(../images/hrImg.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}

.formDiv fieldset{
	margin:0px 15px;
	border:0px;
	width:745px;
}

.formDiv fieldset legend{
	border:1px solid red;
	display:block;
	color:#333;
	font-size:13pt;
	line-height:19px;
	font-weight:normal;
	padding-left:0px;
	margin-left:-8px;
	margin-bottom:10px;
	background-image:url(../images/hrImg.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	display:none;
}

.formDiv fieldset label, .formDiv fieldset span{
	font-size:10pt;
	width:125px;
	text-align:right;
	margin:12px 5px 0px 0px;
	_margin:8px 5px 0px 0px;
	float:left;
	height:20px;
}

.formDiv fieldset p{
	font-size:10pt;
	text-align:left;
	margin:12px 5px 0px 5px;
	_margin:8px 5px 0px 5px;
	float:left;
	height:20px;
}

.formDiv fieldset input{
	float:left;
	width:200px;
	margin:12px 0px 8px 0px;
	padding:0px;
}

.formDiv fieldset select{
	float:left;
	width:203px;
	*width:203px;
	clear:none;
	height:22px;
	margin:10px 0px 8px 0px;
	padding:0px;
}

.formDiv fieldset textarea{
	float:left;
	width:536px;
	height:80px;
	clear:none;
	margin:12px 0px 8px 0px;
}

.formDiv fieldset div{
	width:540px;
	float:left;
	clear:none;
	vertical-align:bottom;
	margin:12px 0px 0px 0px;
}

.formDiv fieldset div label{
	width:auto;
	text-align:left;
	margin:0px;
	margin-right:30px;
}

.formDiv fieldset div input{	
	width:20px;
	float:left;
	margin:0px;
	padding:0px;
}

.formDiv form h3{	
	margin-top:30px;
}

.formDiv a{
	float:right;
	margin-right:50px;
	margin-top:10px;
	display:inline;
}

.formDiv a:link{
	background:url(../images/btnRed.gif) no-repeat top;
	width:59px;
	height:19px;
	border:0px;
	color:#fff;
	text-transform:uppercase;
	font-size:9pt;
	line-height:18px;
	cursor:pointer;
	display:block;
	text-align:center;
	text-decoration:none;
}

.formDiv a:visited{
	background:url(../images/btnRed.gif) no-repeat top;
	width:59px;
	height:19px;
	border:0px;
	color:#fff;
	text-transform:uppercase;
	font-size:9pt;
	line-height:18px;
	cursor:pointer;
	display:block;
	text-align:center;
	text-decoration:none;
}


.formDiv a:hover{
	background:url(../images/btnRed.gif) no-repeat top;
	width:59px;
	height:19px;
	border:0px;
	color:#fff;
	text-transform:uppercase;
	font-size:9pt;
	line-height:18px;
	cursor:pointer;
	display:block;
	text-align:center;
	text-decoration:underline;
}

.formDiv a.redBtnBig{
	float:left;
	margin-right:0px;
	margin-top:10px;
	display:inline;
}

.formDiv a.redBtnBig:link{
	background:url(../images/btnRedBig.gif) no-repeat top;
	width:75px;
	height:19px;
	border:0px;
	color:#fff;
	text-transform:uppercase;
	font-size:9pt;
	line-height:18px;
	cursor:pointer;
	display:block;
	text-align:center;
	text-decoration:none;
}

.formDiv a.redBtnBig:visited{
	background:url(../images/btnRedBig.gif) no-repeat top;
	width:75px;
	height:19px;
	border:0px;
	color:#fff;
	text-transform:uppercase;
	font-size:9pt;
	line-height:18px;
	cursor:pointer;
	display:block;
	text-align:center;
	text-decoration:none;
}


.formDiv a.redBtnBig:hover{
	background:url(../images/btnRedBig.gif) no-repeat top;
	width:75px;
	height:19px;
	border:0px;
	color:#fff;
	text-transform:uppercase;
	font-size:9pt;
	line-height:18px;
	cursor:pointer;
	display:block;
	text-align:center;
	text-decoration:underline;
}

.formDiv a.commonLink2:hover {
	color:#CB0B17;
	font-weight:bold;
	background: none;
	border:0px;
	text-decoration:underline;
    text-transform:none;
	display:line;  
    text-align:none;
margin-right:0px;
float:none;     
}

.formDiv a.commonLink2:link {
background:transparent none repeat scroll 0 0;
border:0 none;
color:#333333;
font-weight:bold;
text-decoration:underline;
text-transform:none;  
text-align:none;
margin-right:0px;
float:none;
}

.formDiv a.commonLink2{
background:transparent none repeat scroll 0 0;
border:0 none;
color:#333333;
font-weight:bold;
text-decoration:underline;
text-transform:none; 
display:inline;
text-align:none;
margin-right:0px;
float:none;
}


.formDiv a.commonLink2:visited{
	font-weight:bold;
	color:#666666;
    text-align:none;
margin-right:0px;
float:none;
}












.legal{
	margin-top: 60px; 
	margin-left: 15px; 
	margin-right: 15px;
}

.legal label{
	font-size:10pt;
	width:99%;
	clear:both;
	margin-left:10px;
	text-align:left;
	float:left;
}

/* FICHA */
.grayWrapper{
	background-color:#f1f1f1;
	border:1px solid #ccc;
	width:745px;
	margin:10px 15px;
	_margin:10px 7px;
	height:auto;
	display:inline-table;
	font-size:10pt;
	color:#333;
	float:left;
}

.grayWrapper img{
	border:1px solid #ccc;
	float:right;
	margin:10px 10px 10px 20px;
}

.grayWrapper p{
	margin:15px;
}

.grayWrapper a{
	font-weight:bold;
	float:right;
	margin-top:10px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	color:#333;
}

.grayWrapper a:hover{
	font-weight:bold;
	float:right;
	margin-top:10px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	color:#CC000C;
}

/**/

.subDiv{
	width:714px;
	margin:auto;
}

.goTop{
	width:200px;
	float:left;
	clear:none;
	background-position:top;
	background-repeat:repeat-x;
	margin:15px;
	display:inline;
	color:#333;
	font-size:8pt;
}

.goTop a{
	font-size:10pt;
	text-decoration:underline;
	color:#333;
	text-transform:capitalize;
}

.goTop a:hover{
	font-size:10pt;
	text-decoration:underline;
	color:#CC000C;
	text-transform:capitalize;
}


.goBack{
	margin-left:15px;
	margin-top:10px;
	float:left;
	clear:none;
	width:100px;
}

.goBack a{
	font-size:10pt;
	text-decoration:underline;
	color:#333;
	text-transform:capitalize;
}

.goBack a:hover{
	font-size:10pt;
	text-decoration:underline;
	color:#CC000C;
	text-transform:capitalize;
}

.goNext{
	margin-right:15px;
	margin-top:10px;
	float:right;
	display:inline;
	width:100px;
	text-align:right;
}

.goNext a{
	font-size:10pt;
	text-decoration:underline;
	color:#333;
	text-transform:capitalize;
}

.goNext a:hover{
	font-size:10pt;
	text-decoration:underline;
	color:#CC000C;
	text-transform:capitalize;
}


/* BUSCADOR */
.buscador h1{
	font-size:14pt;
	color:#cb0b17;
	margin:0px 20px;
	background-image:url(../images/hrImg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.buscador span{
	float:right;
	margin-top:-15px;
	margin-right:45px;
	font-size:8pt;
	color:#000;
}

.buscador .rightCol h1{
	color:#000;
	font-size:15pt;
	font-weight:normal;
	margin:42px 8px 0px 15px;
	padding:0px;
	background-image:url(../images/hrImg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.buscador .leftMenu{
	width:310px;
	padding-left:14px;
	float:left;
	clear:none;
	padding-top:15px;
}

.buscador .leftMenu a{
	float:left;
	clear:both;
	display:block;
	font-size:10pt;
	width:295px;
	margin:0px 0px 10px 0px;
	padding:1px 0px 1px 18px;
}

.buscador .leftMenu a:link{
	color:#333;
	text-decoration:none;
	background-image:url(../images/leftMenuBuscador.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.buscador .leftMenu a:visited{
	color:#666;
	text-decoration:none;
	background-image:url(../images/leftMenuBuscador.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.buscador .leftMenu a:hover{
	color:#CC000C;
	text-decoration:underline;
	background-image:url(../images/leftMenuBuscador.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.buscador .leftMenu span{
	color:#fff;
	text-decoration:none;
	background-image:url(../images/leftMenuBuscadorHover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:1px 0px 10px 18px;
	margin:0px 0px 0px 0px;
	width:295px;
	/*height:22px;*/
	float:left;
	clear:none;
	font-size:10pt;
}

.buscador .leftMenu span.menuTwoLines{
	color:#fff;
	text-decoration:none;
	background-image:url(../images/leftMenuBuscadorHover2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:1px 0px 10px 18px;
	margin:0px 0px 0px 0px;
	width:295px;
	/*height:35px;*/
	float:left;
	clear:none;
	font-size:10pt;
}

.buscador .leftMenu span.menuThreeLines{
	color:#fff;
	text-decoration:none;
	background-image:url(../images/leftMenuBuscadorHover3.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:1px 0px 10px 18px;
	margin:0px 0px 0px 0px;
	width:295px;
	float:left;
	clear:none;
	font-size:10pt;
}

.buscador .rightCol{
	width:660px;
	float:left;
	clear:none;
	background-image:url(../images/hrVerticalImg.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}

.buscador .rightCol dt a:link{
	font-weight:bold;
}

.buscador .rightCol dt a:visited{
	font-weight:bold;
}

.buscador .rightCol dt a:hover{
	font-weight:bold;
}

.pagination{
	width:635px;
	float:left;
	margin:0px 15px;
	background-image:url(../images/hrImg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	display:inline;
}

.pagination .pages{
	float:left;
	clear:none;
	width:400px;
	text-align:center;
	font-size:10pt;
	margin-top:3px;
}

.pagination .pages a{
	font-size:10pt;
	text-decoration:underline;
	color:#333;
	text-transform:capitalize;
}

.pagination .pages a:hover{
	font-size:10pt;
	text-decoration:underline;
	color:#CC000C;
	text-transform:capitalize;
}

.pagination .goNext, .pagination .goBack{
	margin:0px;
}

.buscador .enlaces {
	position:absolute;
	bottom:70px;
	left:20px;
	background-image:url(../images/bkgEnlaces.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:281px;
	padding:0px;
	margin-right:0px;
	margin-top:0px;
}

.buscador .enlaces h2{
	font-size:10pt;
	font-weight:bold;
	margin:8px 0px 18px 10px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/hrImg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

/* LISTADO CENTROS */
.cols4{
	width:189px;
	background-image:url(../images/hrVerticalImg.gif);
	background-position:right;
	background-repeat:repeat-y;
	float:left;
	clear:none;
	/*height:732px;*/
}

.cols4 h4{
	margin-top:0px;
	margin-bottom:10px
}

.cols4 dl{
	margin-top:0px;
	margin-bottom:23px;
	padding-left:0px;
}

.cols4 dt{
	text-align:left;
}

.cols4 dt a{
	display:block;
}

.centresMap{
	width:378px;
	height:348px;
	float:right;
	clear:none;
	margin:0px 19px 10px 0px;
	padding:0px 0px 12px 0px;
	display:inline;
}

.centresMap img{
	margin:0px;
	padding:0px;
}

.shortList{
 	/*height:362px;*/
}
 
.opacity{
 	width:100%;
	height:100%;
	position:fixed;
	_position:absolute;
	top:0px;
	left:0px;
	background-color:#e8e8e8;
	z-index:100;
	opacity: .65;
	filter: alpha(opacity=65); /* ie 6 y 7 */
 }
 
.mapPopup{
 	width:862px;
	padding-bottom:5px;
	border:2px solid #cc010d;
	background-color:white;
	margin-left:50%;
	position:absolute;
	top:205px;
	left:-435px;
	z-index:110;
 }

.mapPopup h1{
	background-color:#ca0000;
	color:#fff;
	font-size:12pt;
	font-weight:normal;
	margin:5px 5px 5px 5px;
	padding:2px 0px 0px 5px;
	height:24px;
	text-align:left;
}

.mapPopup a{
	color:#fff;
	font-size:12pt;
	font-weight:normal;
	margin:0px 5px;
	padding:0px;
	text-align:left;
	text-decoration:none;
	float:right;
}

.mapPopup a:hover{
	color:#fff;
	font-size:12pt;
	font-weight:normal;
	margin:0px 5px;
	padding:0px;
	text-align:left;
	text-decoration:underline;
	float:right;
}


body{
	font-family:tahoma, arial, verdana, "sans serif";
	font-size:13px;
	/*line-height:18px;*/
}

a.commonLink:link{
	font-weight:bold;
	color:#333333;
}

a.commonLink:visited{
	font-weight:bold;
	color:#666666;
}

a.commonLink:hover{
	font-weight:bold;
	color:#cb0b17;
}



a.auxiliarLink:link{
	font-weight:normal;
	color:#333;
}

a.auxiliarLink:visited{
	font-weight:normal;
	color:#333;
}

a.auxiliarLink:hover{
	font-weight:normal;
	color:#cb0b17;
}



a.conclusionLink:link{
	font-weight:bold;
	color:#333;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}

a.conclusionLink:visited{
	font-weight:bold;
	color:#333;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}

a.conclusionLink:hover{
	font-weight:bold;
	color:#cb0b17;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}



a.externalLink:link{
	font-weight:bold;
	color:#333;
	background-image:url(../images/externalLinkImg.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}

a.externalLink:visited{
	font-weight:bold;
	color:#333;
	background-image:url(../images/externalLinkImg.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}

a.externalLink:hover{
	font-weight:bold;
	color:#cb0b17;
	background-image:url(../images/externalLinkImg.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}

.w100{
	width:100%;
}

.clearBoth{
	clear:both;
}

.floatL{
	float:left;
	clear:none;
}

.floatR{
	float:right;
	clear:none;
}

.note{
	font-size:11px;
	line-height:16px;
	color:#999;
}

.ladillo{
	border-top:10px solid #f1f1f1;
	border-bottom:10px solid #f1f1f1;
	font-size:17px;
	line-height:24px;
	color:#999;
	width:200px;
	margin-right:10px;
}

.entradilla{
	font-size:17px;
	line-height:24px;
	color:#333;
}

.grayBkg{
	background-color:#f1f1f1;
	border:1px solid #ccc;
	display:inline-table;
	padding:10px;
	color:#333;
	float:left;
}

table{
	text-align:center;
	border:1px solid #ccc;
	border-right:0px;
	border-bottom:0px;
	background-color:#fff;
}

td, th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
}

td.gray, th.gray{
	background-color:#f1f1f1;
	font-weight:bold;
}

.agenda{
	width:100%;
	margin-bottom:15px;
	clear:left;
	text-align:left;
}

.agenda h1{
	font-weight:bold;
	margin:3px 10px 3px 0px;
	padding:0px;
	font-size:13px;
	line-height:13px;
	color:#000;
	
}

.agenda p{
	font-size:13px;
	line-height:13px;
	color:#999;
	margin:0px 10px 0px 0px;
	padding:0px;
}

.date{
	bordeR:1px solid #ccc;
	width:75px;
	height:78px;
	background-image:url(../images/bkgAgenda.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#f7f7f7;
	text-align:center;
	margin-right:18px;
}

.date h1{
	font-weight:bold;
	margin:6px 0px 3px 0px;
	padding:0px;
	font-size:21px;
}

.date h2{
	font-weight:normal;
	margin:8px 0px 0px 0px;
	padding:0px;
	text-transform:uppercase;
	font-size:11px;
}

.date h3{
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:11px;
}

ul.grayArrow{
	color:#333;
	font-size:10pt;
	font-weight:normal;
	margin-left:20px;
	padding-left:15px;
}

ul.grayArrow li{
	color:#333;
	font-size:10pt;
	line-height:18px;
	font-weight:normal;
	margin:auto 15px 18px 20px;
	padding:auto 15px auto 0px;
	list-style-image:url(../images/arrow.jpg);
	text-align:justify;
}

ul.grayArrow li a:link{
	font-weight:normal;
	color:#333;
	text-decoration:underline;
}

ul.grayArrow li a:visited{
	font-weight:normal;
	color:#ccc;
	text-decoration:underline;
}

ul.grayArrow li a:hover{
	font-weight:normal;
	color:#CC000C;
	text-decoration:underline;
}


dl.arrow{
	color:#333;
	font-size:10pt;
	font-weight:normal;
	margin-left:15px;
	padding-left:20px;
	margin-bottom:30px;
}

.arrow dd{
	color:#333;
	font-size:10pt;
	font-weight:normal;
	margin-left:15px;
	padding-left:0px;
	margin-bottom:30px;
}

.arrow dt{
	color:#333;
	font-size:10pt;
	line-height:18px;
	font-weight:normal;
	margin:auto 15px 12px 0px;
	padding:auto 15px auto 0px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	text-align:justify;
}

.arrow dt a{
	margin-left:15px;
}

.arrow dt a:link{
	font-weight:normal;
	color:#333;
	text-decoration:underline;
}

.arrow dt a:visited{
	font-weight:normal;
	color:#ccc;
	text-decoration:underline;
}

.arrow dt a:hover{
	font-weight:normal;
	color:#CC000C;
	text-decoration:underline;
}


dl.paper{
	color:#333;
	font-size:10pt;
	font-weight:normal;
	margin-left:15px;
	padding-left:20px;
	margin-bottom:30px;
}

.paper dd{
	color:#333;
	font-size:10pt;
	font-weight:normal;
	margin-left:15px;
	padding-left:0px;
	margin-bottom:30px;
}

.paper dt{
	color:#333;
	font-size:10pt;
	line-height:18px;
	font-weight:normal;
	margin:auto 15px 12px 0px;
	padding:auto 15px auto 0px;
	background-image:url(../images/paper.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	text-align:justify;
}

.paper dt a{
	margin-left:15px;
}

.paper dt a:link{
	font-weight:normal;
	color:#333;
	text-decoration:underline;
}

.paper dt a:visited{
	font-weight:normal;
	color:#ccc;
	text-decoration:underline;
}

.paper dt a:hover{
	font-weight:normal;
	color:#CC000C;
	text-decoration:underline;
}

.paper dt a img{
	border:0px;
}

.antetitulo1{
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#999;
	width:100%;
	text-align:left;
}

.titulo1{
	font-size:21px;
	line-height:21px;
	font-weight:normal;
	margin:5px 0px;
	padding:0px;
	color:#000;
	width:100%;
	text-align:left;
}

.subtitulo1{
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#999;
	width:100%;
	text-align:left;
}

.titulo2{
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	margin:5px 0px;
	padding:0px;
	color:#000;
	width:100%;
	border-bottom:1px dotted #ccc;
	text-align:left;
}

.antetitulo3{
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#999;
	width:100%;
	text-align:left;
}

.titulo3{
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	margin:5px 0px;
	padding:0px;
	color:#000;
	width:100%;
	text-align:left;
}

.subtitulo3{
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#999;
	width:100%;
	text-align:left;
}

.redInput{
	background:transparent url(../images/btnRed.gif) no-repeat scroll center top;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:9pt;
	height:19px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:59px;
}

.whiteInput{
	background:transparent url(../images/btnWhite.gif) no-repeat scroll center top;
	border:0 none;
	color:#000;
	cursor:pointer;
	display:block;
	font-size:12px;
	height:19px;
	line-height:10px;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	width:107px;
	margin:0px;
	padding:0px;
}


a.redInputBtn{
	background:transparent url(../images/redBtn.gif) repeat-x;
	border:0 none;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:9pt;
	height:19px;
	line-height:11px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:auto;
	vertical-align:top;
}

a.redInputBtn:hover{
	background:transparent url(../images/redBtn.gif) repeat-x;
	border:0 none;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:9pt;
	height:19px;
	line-height:11px;
	text-align:center;
	text-decoration:underline;
	text-transform:uppercase;
	width:auto;
	vertical-align:top;
}

a.redInputBtn span{
	margin:0px;
	padding:0px;
	padding-right:7px;
	padding-left:2px;
	height:19px;
	line-height:19px;
	display:inline-block;
	background:transparent url(../images/redBtnR.gif) no-repeat right;
	position:relative;
}

a.redInputBtn img{
	border:0px;
}

a.whiteInputBtn{
	background:transparent url(../images/whiteBtn.gif) repeat-x ;
	border:0 none;
	color:#333;
	cursor:pointer;
	display:block;
	font-size:9pt;
	height:19px;
	line-height:11px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:auto;
	vertical-align:top;
}

a.whiteInputBtn:hover{
	background:transparent url(../images/whiteBtn.gif) repeat-x;
	border:0 none;
	color:#333;
	cursor:pointer;
	display:block;
	font-size:9pt;
	height:19px;
	line-height:11px;
	text-align:center;
	text-decoration:underline;
	text-transform:uppercase;
	width:auto;
	vertical-align:top;
}

a.whiteInputBtn span{
	margin:0px;
	padding:0px;
	padding-right:7px;
	padding-left:2px;
	height:19px;
	line-height:19px;
	display:inline-block;
	background:transparent url(../images/whiteBtnR.gif) no-repeat right;
	position:relative;
	
}

a.whiteInputBtn img{
	border:0px;
}

.formDiv fieldset div.hrDiv{
	clear:both; 
    width:650px;
    float:left; 
    display:inline; 
    height:1px; 
    line-height:1px
}
img.mt-image-none {display:none;} 
.banner_header {height: 45px;width: 250px;position: relative;display: inline;float: left;
padding-top: 30px;padding-left: 280px;border:none !important;}
.banner_header img{width:250px;border:none !important;}

