.borde {
	border: thin solid #f9c10c;
}
.borde-exterior {
	border: medium solid #f9c10c;
	background-image: url(imagenes/fondo1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.borde-exterior2 {
	border: medium solid #f9c10c;
	background-image: url(imagenes/fondo2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.borde-exterior3 {
	border: medium solid #f9c10c;
	background-image: url(imagenes/fondo3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.borde-exterior4 {
	border: medium solid #f9c10c;
	background-image: url(imagenes/fondo4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.borde-exterior5 {
	border: medium solid #f9c10c;
	background-image: url(imagenes/fondo5.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.borde-exterior6 {
	border: medium solid #f9c10c;
	background-image: url(imagenes/fondo6.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.borde-exterior7 {
	border: medium solid #f9c10c;
	background-image: url(imagenes/fondo7.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.textonormal {
	font-family: Verdana, Arial, Helvetica;
	font-size: small;
	text-decoration: none;
	text-align: justify;
	color: #FFFFFF;
}
.textonormal2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	text-align: justify;
	color: #F9C10C;
}
.fondo-naranja {
	background-color: #f9c10c;
}
.borde-sup-inf-naranja {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f9c10c;
	border-bottom-color: #f9c10c;
}
.enlace-fotos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #157f16;
	text-decoration: none;
	text-align: center;
}
a.enlace-fotos:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #157f16;
	text-decoration: none;
	text-align: center;
}
a.enlace-fotos:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #f9c10c;
	text-decoration: none;
	text-align: center;
}
.enlace-servicios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
a.enlace-servicios:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
a.enlace-servicios:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #f9c10c;
	text-decoration: none;
	text-align: center;
}
.botonformulario
{
	margin:1px;
	padding:1px;
	border:1 solid #000000;
	font-family:verdana;
	font-size:11px;
	background-color:#157f16;
	color:#F9C10C;
	cursor:hand;
}
.formulario
{
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
}