.fondo {
	background-image: url(../images/fondo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.borde {
	border: 1px solid #CCC;
}
.titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}
.titulo3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
.texto2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

a.texto2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#039;
	text-decoration:none;
}
a:hover.texto2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#039;
	text-decoration:underline;
}
.textoblanco {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
a.textoblanco {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FF9;
	text-align: left;
	text-decoration:none;
}
a:hover.textoblanco {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FF9;
	text-align: left;
	text-decoration:underline;
}
.tituloblanco {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#FF9;
	text-align: left;
}
.tituloblancodestacado {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color:#FF9;
	text-align: left;
}
.textoblancodestacado {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
.textoblancopie {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
a.textoblancopie {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#FF9;
	text-align: left;
	text-decoration:none;
}
a:hover.textoblancopie {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#FF9;
	text-align: left;
	text-decoration:underline;
}
.botonblanco {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: regular;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
}
a.botonblanco {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: regular;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	text-decoration:none;
}
a:hover.botonblanco {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: regular;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	text-decoration:underline;
}

.noborde {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
