/* ////////////////////////// */

/* INTERDINAMICA 1.0 */
/* Descripción: Parametros de la GUI para los Formularios */
/* Autor: Alejandro Jiménez */
/* Creado: 04-11-2009 */
/* Modificado: 30-12-2009 */

/* ////////////////////////// */



/* CONTACTENOS*/

.form  {
	padding: .1em;
	zoom: 1; 
}


.form fieldset {
	border:0;
}

.form label {
	margin: 10px 0px 0px 0px;
	padding: 3px 4px 0px 0px;
	width:190px;
	text-align:right;
	font-weight:bold;
	float:left;
	color: #009ac9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.form input{
	margin:10px 0px 0px 5px;
	padding: 2px;
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222; 
	text-align: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.form textarea{
	margin: 10px 0px 0px 5px;
	padding: 2px;
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222; 
	text-align: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


.form select{
	padding: 3px;
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222; 
	text-align: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}



/* CUERPO DE PAGINA */

/* BARRA IZQUIERDA */

/* BARRA DERECHA */

/* PIE PAGINA */


