@charset "UTF-8";
#contenedor_formulario{
	height: 350px;
	width: 400px;
}


#formulario_iz{
	width: 180px;
	height: 40px;
	float: left;
	margin-right: 10px;
	display: inline;
}

#formulario_iz label{
	width: 180px;
	font-family: "Lucida Sans", "Trebuchet MS";
	font-size: 12px;
	color: #C00;
	text-transform: uppercase;
	font-weight: bold;
}

#formulario_iz input{
	width: 180px;
	float: left;
}



#formulario_central{
	width: 400px;
	min-height: 40px;
	float: left;
	margin-right: 10px;
}

#formulario_central label{
	width: 150px;
	font-family: "Lucida Sans", "Trebuchet MS";
	font-size: 12px;
	color: #C00;
	font-weight: bold;
	text-transform: uppercase;
}

#formulario_central input{
	width: 400px;
	float: left;
}



#formulario_central textarea{
	width: 400px;
	float: left;
	height: 100px;
	overflow: visible;
	margin-bottom: 20px;
}
.submit{
	float: left;
	overflow: visible;
	background-color: #60F;
	text-transform: uppercase;
	color: #FFF;
	padding: 4px;
}

.submit:hover{
	background-color: #60C;
}

#ok{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-align: center;
}


/* FORMULARIO*/

.link_formulario{}
.link_formulario a{
	list-style-position: outside;
	list-style-image: url(../images/punto_verde.jpg);
	text-decoration: none;
}

.link_formulario a:link, a:visited{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	line-height: 2.2em;
	display: inline;
	list-style-image: url(../images/punto_verde.jpg);
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
}

.link_formulario a:hover{
	font-weight: bold;
	padding: 0px;
	}
	

#cont_formulario{
	float: right;
	height: 440px;
	width: 300px;
	margin-right: 40px;
}


.minititulo_precio{
	color: #ff9500;
	font-size: 20px;
}

#searchform input#s{
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 5px;
	color: #666;
	margin: 0px;
	background-image: url(images/bg_buscar.png);
	background-repeat: no-repeat;
	}

#searchform input#searchsubmit{
	border:none;
	}
#buscar{
	border:none;	
	float:right;
	}