@charset "utf-8";
/* CSS Document */

.buscador {
	margin: 0px;
	padding: 0px;
	height: 29px;
	float: right;
	width: 400px;
	padding-top: 9px;
}
.encontrar {
	background-image: url(../imagenes/botonencontrar.jpg);
	height: 23px;
	width: 101px;
	float: left;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #A10060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}
.inputbuscador  {
	float: left;
	height: 17px;
	border: 1px solid #A20161;
	padding: 2px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 150px;
}
.labelbuscador  {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #A10060;
	margin-right: 5px;
	padding-top: 3px;
}
.contacto {
	float: left;
	width: 635px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../imagenes/fondosbottom.jpg);
	background-position: bottom;
	background-repeat:   repeat-x;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.contacto label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #F0F0F0;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.contacto input {
	float: left;
	width: 250px;
	color: #666666;
	border: 1px solid #A08E20;
	margin-bottom: 7px;
	margin-right: 150px;
	font-size: 1em;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	display: none;
}
fieldset {
	float: left;
	width: 580px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.contacto textarea {
	float: left;
	width: 250px;
	color: #000000;
	border: 1px solid #A08E20;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.contacto    #enviar    {
	float: left;
	width: 101px;
	color: #FFFFFF;
	border: 1px none #A08E20;
	margin-bottom: 5px;
	margin-left: 158px;
	background-image: url(../imagenes/botonencontrar.jpg);
	height: 23px;
	font-weight: bold;
	display: inline;
	margin-right: 5px;
}
.contacto #borrar {
	float: left;
	width: 101px;
	color: #FFFFFF;
	border: 1px none #A08E20;
	margin-bottom: 5px;
	background-image: url(../imagenes/botonencontrar.jpg);
	height: 23px;
	font-weight: bold;
	display: inline;
	margin-right: 0px;
}
