/* CSS Document */


a.plantilla:link {
	color: #FF0000;
}
a.plantilla:visited {
	color: #FF0000;
}
a.plantilla:hover {
	color: #FF6633;
}
a.plantilla:active {
	color: #FF0000;
}
.style1 {color: #FFFFFF}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a.pub:link {
	color: #FF0000;
	font-weight: bold;

}
a.pub:visited {
	color: #FF0000;
	font-weight: bold;

}
a.pub:hover {
	color: #FF6633;
	font-weight: bold;

}
a.pub:active {
	color: #FF6633;
	font-weight: bold;
	
}


.tit {
	font-size: 14;
	font-weight: bold;
}
.nota {
	font-size: 14;
	
}
.mark {
	font-weight: bold;	
}

a.legal:link {
	color: #000000;
	font-size: 10px;
}
a.legal:visited {
	color: #000000;
	font-size: 10px;
}
a.legal:hover {
	color: #000000;
	font-size: 10px;
}
a.legal:active {
	color: #000000;
	font-size: 10px;
}