td {
	color: #003399;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-left: 4px solid #007C4E;
	background-color: #00A650;
	text-align: left;
	padding: 3px 5px 3px 10px;
	margin: 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #0071BC;
	text-align: left;
	padding: 3px 5px 4px 22px;
	background: url(../imagenes/vinetaTitulo.gif) left center no-repeat;
	border-bottom: 1px solid #00A650;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #00A650;
	padding-left: 10px;
	text-align: left;
	background: url(../imagenes/vinetaVerde.gif) 3px center no-repeat;
}

.texto1 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #0071BC;
}
.texto2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #00A650;
}
.texto3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.enlaceVerde{
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.enlaceVerde li{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
.enlaceVerde a{
	text-decoration: none;
	color: #003399;
	
	height: 19px;
	padding: 0px 2px 0px 10px;
	margin: 0px;

	background: url(../imagenes/vinetaVerde.gif) 4px center no-repeat;
}
.enlaceVerde a:hover{
    text-decoration: underline;
}
.enlaceAzul{
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.enlaceAzul li{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
.enlaceAzul a{
	text-decoration: none;
	color: #003399;
	
	height: 20px;
	padding: 0px 2px 0px 13px;
	margin: 0px;

	background: url(../imagenes/vinetaAzul.gif) 4px center no-repeat;
}
.enlaceAzul a:hover{
    text-decoration: underline;
}
.textoBlanco {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.textoAzul {
	text-decoration: none;
	color: #003399;
}
.textoAzul ul{
	margin: 0px;
	padding: 0px;
}
.textoAzul li{
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}
.textoAzul a{
	font-size: 0.75em;
	text-decoration: none;
	color: #003399;
}
.textoAzul a:hover{
	text-decoration: underline;
}