/* STYLES BODY */

body { 
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 12px;
}

a:active,
a:link,
a:visited,
a:hover { 
	text-decoration: none
}

/* STYLES ID */


/* STYLES CLASS */

.title_static {
	font-family: Trebuchet MS, Tahoma, Arial;
	color: #A92C50;
	font-size: 24px;
	padding-left: 10px;
	padding-right: 10px;
}

.text_static {
	font-family: Trebuchet MS, Tahoma, Arial;
	color: #4F4F4F;
	font-size: 12px;
	line-height: 17px;
	padding-left: 10px;
	padding-right: 10px;
}

.text_static ul li {
	list-style-image: url(images/bullet_verde.gif);
}

.text_static_bold {
	font-weight: bolder;
	color: #000000;
}

.text_static_link, .text_static_link a, .text_static_link a:link, .text_static_link a:active, .text_static_link a:visited  {
	font-family: Trebuchet MS, Tahoma, Arial;
	color: #A92C50;
	font-size: 12px;
	line-height: 17px;
	font-weight: bolder;
}

.text_static_link a:hover {
	text-decoration: underline;
}

.destacado_1_static {
	font-family: Trebuchet MS, Tahoma, Arial;
	color: #97465B;
	font-size: 12px;
	line-height: 22px;
}

.destacado_2_static {
	font-family: Trebuchet MS, Tahoma, Arial;
	color: #97465B;
	font-size: 12px;
	line-height: 17px;
}