.fondo {
	background-image: url(imagenes/fondo-pagina.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bordeprincipal {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #303340;
	border-left-color: #303340;
}
.bordeD {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
.borde {
	border: 1px solid #CCCCCC;
}
.texto {
	font-family: Tahoma;
	font-size: 10pt;
	color: #333333;
	line-height: normal;
	text-align: justify;
}
.texto2 {
	font-family: Tahoma;
	font-size: 10pt;
	color: #003366;
	line-height: normal;
	text-align: justify;
	font-weight: bold;
}
.titulo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #999966;
}
a:link {
	color: #999966;
	text-decoration: none;
}
a:visited {
	color: #999966;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
a:active {
	color: #0099CC;
	text-decoration: underline;
}
.titulo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #999966;
	font-weight: bold;
}
.fondo-contacto {
	background-image: url(imagenes/sobres.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fondo-regalos {
	background-image: url(imagenes/regalos3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
