/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	}

a {text-decoration: none;}
a img {border:0; background-repeat:no-repeat;}
a:link {color: #F60;}
a:visited {color:#F60;}
a:hover {color: #F60;}
.grey {color: #666;}
.orange {color: #F60;}
.mays{text-transform: uppercase;}
.fnt8 {font-size: 9px;}
.fnt11 {font-size: 11px;}
.fnt12 {font-size: 12px;}
#fnt13 tr td {font-size: 13px;}
.fnt16 {font-size: 16px;}
.fnt18 {font-size: 18px;}

a.navbar:link, a.navbar:active, a.navbar:visited {
    text-decoration: none;
    background-color: transparant;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666;
}

a.navbar:hover {
    text-decoration: none;
    background-color: transparant;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #F60;
}

.scrolliframe {
	font-size: 12px;
	scrollbar-face-color : #666;
	scrollbar-highlight-color : #EAEAEA;
	scrollbar-shadow-color : #EAEAEA;
	scrollbar-3dlight-color : #EAEAEA;
	scrollbar-arrow-color : #EAEAEA;
	scrollbar-track-color : #EAEAEA;
	scrollbar-darkshadow-color : #EAEAEA;
	line-height: 17px;
	}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	}

.frm {
	border:1px solid #666;
	font: Verdana;
	font-size:12px;
	color:#666;
	width:100%;
	background-color:#FFF;
	}

.frm2 {
	border:1px solid #666;
	font: Verdana;
	font-size:12px;
	width:166px;
	color:#666;
	background-color:#FFF;
	}

.slct {
	font: Verdana;
	font-size:12px;
	color:#666;
	width:100%;
	background-color:#FFF;
	}

.btn {
	font-size: 12px;
	font-weight:bold;
	border:0px solid #999;
	background-color:#CCC;
	color:#F60;
	margin:0 7px 0 0;
	cursor:pointer;
	}	

.btnJoin {
	font-size: 12px;
	font-weight:bold;
	border:0px solid #FFF;
	background-color:#FFF;
	color:#F60;
	margin:10px 0 0 0;
	cursor:pointer;
	}

img.mrcGrs{border:3px solid #999;}
img.mrcOrng{border:3px solid #F60;}

td.linVert{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	}

td.mrcoTitu {
	padding:2px 0;
	font-weight:bold;
	font-size: 12px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}

*html div.ieSp {width:4px;}
#logotop {float:left; margin:0 133px 0 0;}

/* home -- rollover:texto services */

.titu01{background: url("../images/btn_cnt01.png") no-repeat left top;}
.titu02{background: url("../images/btn_cnt02.png") no-repeat left top;}
.titu03{background: url("../images/btn_cnt03.png") no-repeat left top;}

dl{
	list-style:none;
	cursor:pointer;
	}

dd {
	margin:0;
	padding:0;
	color: #666;
	}
dd.titu01:hover dl dd, dd.titu01.over1 dl dd  {
	background:url("../images/btn_cnt01_over.png") no-repeat left top;
	color: #f60;
	}
dd.titu02:hover dl dd, dd.titu02.over2 dl dd  {
	background:url("../images/btn_cnt02_over.png") no-repeat left top;
	color: #f60;
	}
dd.titu03:hover dl dd, dd.titu03.over3 dl dd  {
	background:url("../images/btn_cnt03_over.png") no-repeat left top;
	color: #f60;
	}
