/* CSS Document */

#form-contacto {

	width: 480px;
	padding: 5px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	z-index:0;
}

div.row {
	clear: both;
	padding-top: 1px;
	text-align:center;
	font-size: 0.9em;
	color:#000000;
	margin-bottom:5px;
	height:25px;
	line-height:25px;
  }

div.row input, textarea, select {
	background-color:#ADED4D;
	border: 1px solid #D7D8DA;
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9;
}

div.row span.leyenda {
	float: left;
	width: 110px;
	text-align: left;
	color:#000000;

  }


div.row span.leyenda-obligatoria {
	float: left;
	width: 110px;
	text-align: left;
	color: #000000;
	text-indent:17px;
	background-image: url(../imagenes/dot.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	font-weight:bold;
  }

div.row span.leyenda-libre {
	float: left;
	width: 110px;
	text-align: left;
	color: #000;
	text-indent:17px;
	font-weight:bold;
	
  }

div.row span.campo {
	float: left;
	width: 270px;
	text-align: left;
	color:#000000;
  } 
  
div.row span.boton {
	font-size: 80%;	
	width: 100%;
	margin: 0px auto;
	text-align: center;
}


/* Definición de Estilos Para Formulario de Búsqueda */
div.contenedor-busqueda {
	width: 600px;
	height:70px;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	padding: 0px;
	text-align: left;
	font-size: 0.9em;
	color: #666666;
	padding: 5px;
}

div.contenedor-busqueda span.campo {
	width: auto;
	text-align: left;
	padding: 5px;
	float: left;
	
} 

div.contenedor-busqueda span.row {
	clear: both;	
	
} 

