/* CSS Document */
body,td,th {
	font-size: 9px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p{
margin-top:6px; 
margin-bottom:6px;
}
.right_border {
		border-right-width: 2px;
		border-right-style: solid;
}
.left_border {
	border-left-width: 2px;
	border-left-style: solid;
}

.right_bottom_b {
	border-top: none;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-left: none;}
	
.bordestodos {
	border: 1px solid;
}

.right_border_indent15 {border-color:#000000;border-right-width: 1px;border-right-style: solid;padding-right: 8px;padding-left: 15px;}
.top_border {
	border-top-width: 1px;
	border-top-style: solid;
}

.indent5 {

	padding-left: 5px;
	padding-right: 5px;
}
.bottom_border {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


.indent10 {
	padding-left: 10px;
	padding-right: 5px;	
	
}
.titnews {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}


a.orange_l:link { color:#FF9900; text-decoration:underline }
a.orange_l:active { color:#FF9900; text-decoration: none }
a.orange_l:visited { color:#FF9900; text-decoration: underline}
a.orange_l:hover { color:#CCCCCC; text-decoration: underline }

a.black:link { color:black; text-decoration:underline }
a.black:active { color:black; text-decoration:underline }
a.black:visited { color:black; text-decoration:underline }
a.black:hover {
	color:#CCCCCC;
	text-decoration: underline;
}

a.gray:link { color:#CCCCCC; text-decoration:none }
a.gray:active { color:#CCCCCC; text-decoration: none }
a.gray:visited { color:#CCCCCC; text-decoration: none}
a.gray:hover { color:#FF9900; text-decoration: underline }

a.green_l:link {color:#FFFFFF; text-decoration:underline}
a.green_l:active { color:#FFFFFF; text-decoration:underline }
a.green_l:visited {color:#FFFFFF; text-decoration:underline}
a.green_l:hover {color:#C0CEB9; text-decoration:underline}

	

.verde {
	color: #006600;
}
.white {
	color: #FFFFFF;
}
.lista {
	list-style-position: inside;
	list-style-type: square;
}




.Orange{
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}

a.link {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
td.tdoutline{
vertical-align:middle;
text-align: left;
padding: 1px;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
border: 1px solid #4A6B94;
background:#A2B9DB;
}
a.tdlink:link {
display: block;
width: 100%;
height: 100%;
color:#000000;
text-decoration:none;
}
a.tdlink:visited {
display: block;
width: 100%;
height: 100%;
color:#000000;
text-decoration:none;
}
a.tdlink:hover {
    display: block;
	height: 100%;
	color:#000000;
	background:#CEDAEC;
}

.indent20 {
	padding-left: 20px;
	padding-right: 10px;		
}

.mayuscula {
	font-variant: normal;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bigger_type {
	font-size: 10px;
}

.fade{filter:alpha(opacity=60); -moz-opacity:0.6;} 
.normal{filter:alpha(opacity=100); -moz-opacity:1;}
input, select, textarea {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;color: #000000;background-color:#ffffff;
BORDER-BOTTOM: #000000 1px solid;BORDER-LEFT: #000000 1px solid;BORDER-RIGHT: #000000 1px solid;BORDER-TOP: #000000 1px solid;}

.submit{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;color: #000000;background-color:#FFFFFF;border: 0px;}
.Code{font-size: 11px;
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}