/* Hoja de estilo en cascada by lorena*/
/* <LINK REL=stylesheet HREF="estilo.css" TYPE="text/css"> */
	BODY {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0px;
	font-weight:normal;
	color: #000000;
	background-color: #5D5D5D;
	}

	A:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 9px;
	}

	A:link {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	A:hover {
	text-decoration: none;
	color:#FF9900;
	list-style-type: none;





	background-position: 
; 						list-style-position: inside;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

	H2 	{
		font-size: 11pt;
		color: #000000;
	}

	H3 	{
		font-size: 14pt;
		color: red;
	}

	H4 	{color: red;
	}

	PRE, TT {
	color: maroon;
	font-weight: bold;
	background: #CCCCCC;
	background-color: #CCCCCC;
	}

	TD, TH 	{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
.precios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#links  {
	height:auto;
	float:left;
	padding:30px;
}
#links a{
	font-size:12px!important;
	float:left;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;

}
#links a:link{
	color:#333;
	text-decoration:none;

}
#links a:hover{
	color:#FFF!important;
	text-decoration:none;
}
#links a:visited{
	color:#333;
	text-decoration:none;
}
#links a:active{
	color:#333;
	text-decoration:none;
}