/* CSS Document */

#form-contacto {
	width: 480px;
	
	padding: 5px;
	text-align: left;
}

div.row {
	clear: both;
	padding-top: 1px;
	text-align:center;
	font-size: 0.9em;
	color: #666666;
  }

div.row input, textarea, select {
	background-color:#F1FAEB;
	border: 1px dashed #CCCCCC;
}

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

  }



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

div.row span.leyenda-libre {
	float: left;
	width: 130px;
	text-align: left;
	color: #666666;
	text-indent:17px;
	
  }

div.row span.campo {
	float: left;
	width: 330px;
	text-align: left;
  } 
  
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;	
	
} 

table {
	border: 0;
	padding:1px;
	background-color:#CCCCCC;
}
th {
	font-size:0.8em;
	color:#FFFFFF;
	background-color:#009900;
	border: 0;
}
