.borde {
	border: 1px solid #FFCC00;
}
body {
	background-color: #333333;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;

}
a.enlace1:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
}
a.enlace1:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFCC00;
}
a.enlace1:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFF00;
	text-decoration: none;
}
.texto1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
.texto2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
a.enlace2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
}
a.enlace2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFCC00;
}
a.enlace2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
	text-decoration: none;
}
a:link {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
}
a:visited {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFCC00;
}
a:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFF00;
	text-decoration: none;
}
.formulario {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

