/* -------------
 * Enlaces
 * ------------- */
 
a.bt		{ height:27px; line-height:normal; border:none; color:#FFF; font-size:16px; outline: none; display:block; text-align:center; text-decoration:none; font-weight:bold; padding-top:10px; cursor:pointer }
a.bt_150	{ width:150px; background:url(images/elements/boton-150.png) no-repeat 0 0 }
a.bt_200	{ width:200px; background:url(images/elements/boton-200.png) no-repeat 0 0 }
a.bt_250	{ width:250px; background:url(images/elements/boton-250.png) no-repeat 0 0 }


/* -------------
 * Submit
 * ------------- */
 
input.bt		{ height:37px; line-height:normal; border:none; color:#FFF; font-size:14px; outline: none; cursor:pointer }
input.bt_150	{ width:150px; background:url(images/elements/boton-150.png) no-repeat 0 0 }
input.bt_200	{ width:200px; background:url(images/elements/boton-200.png) no-repeat 0 0 }
input.bt_250	{ width:250px; background:url(images/elements/boton-250.png) no-repeat 0 0 }
 

/* -------------
 * Buttons
 * ------------- */
button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}
*:first-child+html button[type]{width:1;} /* IE7 */

button span {
	background: transparent url(images/elements/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

button span span {
	background: transparent url(images/elements/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 1px 4px 0px 8px;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}

/* -------------
 * Textarea
 * ------------- */
 
.jNiceTextareaWrapper {
	width:500px;
	height:80px;
	padding: 10px 5px;
	background: transparent url(images/elements/textarea-500.gif) no-repeat 0 0;	
}
.jNiceTextareaSelectedWrapper {
	background: transparent url(images/elements/textarea-500.gif) no-repeat 0 -100px;
}
 
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#212121;
	height:80px;
	margin: 0;
	border:0;
	background:none;
	overflow:auto;
}

.text_big {
	width:500px;
	height:180px;
	padding: 10px 5px;
	background: transparent url(images/elements/textarea-big.gif) no-repeat 0 0;	
}
.jNiceTextareaSelectedWrapper.text_big {
	background: transparent url(images/elements/textarea-big.gif) no-repeat 0 -200px;
}

.text_big textarea {
	height:180px;
} 


/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(images/elements/input.gif) no-repeat left top;
	float:left;
}

.jNiceInputInner {
	background: transparent url(images/elements/input.gif) no-repeat right top;
	padding: 10px 5px;
	margin: 0 0 0 5px;
}

.jNiceInputInner input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#212121;
	line-height: 17px;
	height: 17px;
	*line-height: 15px;/* IE Hacks */
	*height: 15px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
}

.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }


/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
	background: transparent url(images/elements/radio.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(images/elements/checkbox.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border:none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 17px;
	left:0px;top:0px;z-index:3;position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#212121;
	line-height: 17px;
	height: 15px;
	padding: 10px 5px;
	border: 1px solid #CCCCCC;
	border-right: none;
	background-color: #FFF;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 30px;
	height: 37px;
	background: url(images/elements/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
	top: 16px;
	background-color: #FFF;
	border: solid 1px #CCC;
	height: 150px;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 95%;
}

.jNiceSelectWrapper ul a {
	color:#0099CC;
	background-color: #FFF;
	display:block;padding:5px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background:#E1F5FF; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

.jNiceFocus {  }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}
.jNiceWrapper input {outline:none;moz-outline:none;}


/* -------------
 * Dudas
 * ------------- */

#dudas-box		{ margin-top:10px }
#dudas-form p { margin-bottom:15px }
#dudas-form label {  }
#dudas-form input.text { border:1px solid #e5e5e5; width:220px; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; padding:5px }
#dudas-form textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#212121;
	width:220px;
	padding:5px;
	height:80px;
	margin: 0;
	border:1px solid #e5e5e5;
	background:none;
	overflow:auto;
}
