/*---------------*/
/* XCULPTURE CSS */
/*---------------*/

/* VALORES INICIALES */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align:baseline;
	text-decoration:none;
}

a:link, a:visited, a:hover, a:active{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

:focus {
	outline: 0;
}

p{
	text-align:justify;
}

p:first-child{
	margin-top:0px;
}

p:last-child{
	margin-bottom:0px;
}

caption {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

input{ 
	border-style:solid; 
	font-size:12px; 
	color:#000000; 
	border-color:#bbbb7a; 
	border-width:1px;
	height:20px;
	padding:1px;
}

/*input:hover{
	background-image:url(../imgs/bg_inputs.gif);
}*/

select{ 
	border-style:solid;
	font-size:12px;
	color:#000000;
	border-color:#bbbb7a;
	border-width:1px;
	padding:1px;
	margin:0px;
	outline: none;
}

textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-style:solid; 
	font-size:11px; 
	color:#000000; 
	border-color:#bbbb7a; 
	border-width:1px;
	padding:2px;
	margin:0px;
	outline: none;
	overflow:auto;
}

.botones{
	background-color:#e5eff1;
	border:1px solid #bbbb7a;
	height:25px;
	color:#5b1c02;
	cursor:pointer;
	padding:0 7px 3px 7px;
}

.botones:hover{
	background-color:#fff;
}

/* CHECKBOXES */
label.checkbox_checked {
	background:url(../imgs/master.gif) no-repeat scroll -987px -74px;
	padding:1px 0 2px 16px;
	margin:0;
	float:left;
}
label.checkbox_unchecked  {
	background:url(../imgs/master.gif) no-repeat scroll -987px -91px;
	padding-left:15px;
	padding:1px 0 2px 16px;
	margin:0;
	float:left;
}
/* FIN CHECKBOXES */

/* RADIO BUTTONS */
label.radio_checked {
	background:url(../imgs/master.gif) no-repeat scroll -986px -204px;
	margin:10px 0;
	padding-left:25px;
	float:left;
	height:14px;
	border:0;
}
label.radio_unchecked  {
	background:url(../imgs/master.gif) no-repeat scroll -986px -220px;	
	margin:10px 0;
	padding-left:25px;
	float:left;
	height:14px;
	border:0;
}

/* FIN RADIO BUTTONS */

/* PARAMETROS RADIO Y CHECKS */
label.radio_checked:hover{
	cursor:pointer;
}

label.radio_unchecked:hover{
	cursor:pointer;
}

label.highlighted {
	border: 1px solid #333;
}

/* STOP EDITTING */
.crirHidden {
	position: absolute;
	left: -1000px;
}
/* FIN PARAMETROS RADIO Y CHECKS */

body {
	color:#5b1c02;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	background-color:#ffffa8;
	background-image:url(../imgs/fondo_degradado.gif);
	background-position:top;
	background-repeat:repeat-x;
}

a{
	text-decoration:underline;
}

