@charset "utf-8";
/* CSS Document */

html, body {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	font-size: 11px;
	text-decoration: none;
	color: #0B3E6D;
}
a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #106BBD;
}
html, body, p, table, td, ul, textarea, input, select {
	font-size: 11px;
}
.hide {
	display:none;
	font-size: 0px;
	color: #000;
}
.title {
	font-size: 16px;
	color: #0B3E6D;
	font-style: italic;
	FONT-WEIGHT: bold;
	letter-spacing: 1pt;
	word-spacing: 2px;
}
.subtitle {
	font-size: 15px;
	color: #106BBD;
	FONT-WEIGHT: bold;
	letter-spacing: 1pt;
	word-spacing: 1px;
}
.t-blanco {
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
.t-negro {
	font-size: 12px;
	color: #000000;
}
.t-gris {
	font-size: 12px;
	color: #333;
	FONT-WEIGHT: bold;
}
.t-azul {
	font-size: 12px;
	color: #0B3E6D;
	FONT-WEIGHT: bold;
}
.t-aqua {
	font-size: 12px;
	color: #106BBD;
	FONT-WEIGHT: bold;
}
.img {
	margin:0px;
	border:none;
}
li {
	list-style-image: url('images/bullet.gif')
}
