a:link {color: #0099FF; text-decoration:none} 
a:visited {color: #0099FF; text-decoration:none}  
a:hover {color: #0099FF; text-decoration:underline}

.defaultbody { 
	margin-left:0px; 
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	background-color:#FFFFFF;
	color: #666666;
	font-family:Arial;
	font-size:11px;
	}

.blanco {color: #FFFFFF}
.gris {color: #999999}
.gris_claro {color: #CCCCCC}
.celeste {color: #0099FF}
.negro {color: #333333}
.rojo {color: #FF0000}
.naranja {color: #FF6600}
.amarillo {color: #FFCC00}
.verde {color: #009933}
.plata {color: #BDAB2F}
.link {color: #0099FF}

.normal {
	font-family:Verdana;
	font-size: 11px;
	color:#666666;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	}

.normal_title {
	font-family:Verdana;
	font-size: 14px;
	color:#666666;
	font-style: normal;
	line-height: normal;
	font-variant: small-caps;
	}

.normal_grand_title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color:#666666;
	font-style: normal;
	line-height: normal;
	font-variant: small-caps;
	}

.normal_small {
	font-family:Arial;
	font-size: 11px;
	color:#666666;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	}

.button {
	background: url(/images/button_bground.jpg) repeat-x center;
	font-family:Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	font: bold;
	border: 1px solid #999999;
	background-color: #333333;
	height:20px;
	}

.normal_input {
	font-family:Verdana;
	font-size: 11px;
	color:#4B4B4B;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	border: 1px solid #999999;
	background-color:#CCCCCC;
	height:20px;
	padding-left:2px;
	}

.normal_input_obligatory {
	font-family:Verdana;
	font-size: 11px;
	color:#FF6600;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	border: 1px solid #FF6600;
	background-color: #CCCCCC;
	height:20px;
	padding-left:2px;
	}

.linkNoneDecoration {
	} 

.linkNoneDecoration:link, .linkNoneDecoration:visited, .linkNoneDecoration:hover { 
	text-decoration:none;
	} 

@media print {
			body {margin:0}
			.whenPrint_printONLY {display:block}
			.whenPrint_displayONLY {display:none;width:0;heigth:0}
			.whenPrint_tableborderOFF {border:none}
			}

@media screen {
			body {margin:0}
			.whenShow_displayOFF {display:none;width:0;heigth:0}
			}
			
