/* CSS Document */

#form-contacto {
	float:right;
	
	width: 360px;
	padding: 5px;
	text-align: left;
	font-size: 0.9em;
	color: #666666;
}

#form-contacto  h1{
	text-align: left;
	font-size: 1.1em;
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

div.row {
	clear: both;
	padding-top: 2px;
  }

div.row span.leyenda {
	float: left;
	width: 110px;
	text-align: left;
	font-size: 0.9em;
	color: #1E4085;
  }

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

.boton {
	font-size: 0.8em;
	text-align: center;
	
}

/* Definición de Estilos Para Formulario de Búsqueda */
div.contenedor-busqueda {
	width: 100%;
	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-right:5px;
	float: left;
	
} 

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

