@charset "utf-8";
/* CSS Document */

/* ----------- Formulario ----------- */

#stylized{ padding-top:10px}

#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:190px;
	float:left;
	}

#stylized input, textarea{
	font-family:tahoma;
	float:left;
	font-size:12px;
	padding:4px 2px;
	background:#FCF2D9;
	border:solid 1px #565652;
	width:360px;
	margin:0 0 10px 10px !important;
	margin:0 0 2px 10px 
	}

#opciones01 {width:160px;float:left;margin-bottom: 10px !important; margin-bottom:3px; margin-left: 10px}
#opciones02 {
	width:220px;
	float:left;
	margin-bottom: 10px !important;
	margin-bottom:3px;
	overflow: hidden;
}

#opciones01 input, #opciones02 input{ background:none; width:auto; border:none; margin: 0 5px 0 0 !important; margin:0}
#opciones01 label {
	font-size:11px;
	display:block;
	text-align:left;
	color:#FF0042;
	width:150px;
	font-weight:normal;
	margin:0;
	height:14px;
	overflow:hidden
}



#opciones02 label {
	font-size:11px;
	display:block;
	text-align:left;
	color:#FF0042;
	width:220px;
	font-weight:normal;
	margin:0;
	height:14px;
	overflow:hidden
}

#botonera {
	margin:10px 0 10px 180px !important;
	margin:20px 0 20px 180px;
	width:290px
}


#botonera button{
	margin-left:20px;
	width:88px;
	height:24px;
	background:#A45713 url(../imagenes/boton.jpg) no-repeat;
	text-align:center;
	line-height:24px;
	color:#EED697;
	font-size:11px;
	font-weight:bold;
	float: left;
	border:none;
	cursor:pointer
	}
