form {
	/*border:1px dotted #CCCCCC;
	padding:10px;*/
	/*width:245px;*/
}

fieldset{
	border:none;
	margin: 0 0 20px 0;
	clear:both;
}

.columnas{
	width: 50%;
	float:left;
	clear:none;
}

legend {
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:#18A8A8;	
	margin: 0;
	padding: 0 0 10px 0;
}

label {
	font-size: 11px;
	color:#888888;  
	display:block;
	margin:0 0 2px 0;
	/*width:110px;*/
}

input {
	font-size: 14px; 
 	border:1px solid #000;
 	margin: 0 0 10px 0;
 	padding: 6px 2px 0 4px;
 	height:22px;
 	/*borde*/
 	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-color:#666666 #A9A9A9 #DDDDDD;
    border-style:solid;
    border-width:1px;
    background: url(../img/fondo_blanco_input.gif) repeat-x scroll bottom;
}
    input[type="checkbox"], input[type="radio"]{
        background: none;
    }

select {
	font-size: 14px; 
 	border:1px solid #000;
 	margin: 0 0 10px 0;
    padding: 4px; 	
 	height:28px;
    /*borde*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-color:#666666 #A9A9A9 #DDDDDD;
    border-style:solid;
    border-width:1px;
    background: url(../img/fondo_blanco_input.gif) repeat-x scroll bottom;
}

select .destacado{
	font-weight: bold;
	color: #4a611c;
}

select option[selected]{
	font-weight: bold;
    background: #EFEFEF;
}

textarea {
	font-size: 11px; 
 	border:1px solid #000;
 	margin: 0 0 10px 0;
 	padding: 2px 2px 0 2px;
 	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-color:#666666 #A9A9A9 #DDDDDD;
    border-style:solid;
    border-width:1px;
    background: #FFFFFF url(../img/fondo_blanco_input.gif) repeat-x scroll bottom;
} 
 
input:focus, textarea:focus { 
 	background:#F0FCFC; 
}

.campo_corto{
	width:85px;
}

.campo_corto_ext{
    width:105px;
}

.campo_medio{
	width:140px;
}

.campo_largo{
	width:250px;
}

.campo_auto{
    width:85%;
}

.area_corta{
	width:70px;
	height: 100px;
}

.area_media{
	width:140px;
	height: 100px;
}

.area_larga{
	width:250px;
	height: 150px;
}

.area_larga_corta{
	width:250px;
	height: 90px;
}

.area_auto{
    width:85%;
    height: 150px;
}

.boton{
	width:65px;
	height:25px;
	padding:0;
	margin:0;
	color: #FFFFFF;
	background:#4a611c;
	border:1px solid #666;
}

.check{
	border:none;
}

select .nivel1{
	margin-left: 0px;
}

select .nivel2{
    padding-left: 2em;
}

select .nivel3{
    margin-left: 4em;
}

select .nivel4{
    margin-left: 6em;
}

select .nivel5{
    margin-left: 8em;
}

select .nivel6{
    margin-left: 10em;
}

.boton_form_area{
	clear:both;
	display:block;
	margin: 5px 0 5px 0;
	border-top: 1px dotted #DDDDDD;
	padding: 10px 0 0 0;
}

.boton_form_base{
	background: transparent url(../img/boton_form_left.gif) no-repeat scroll 0 0;
	display: block;
	margin: 0 10px 0 0;
    height: 33px;
    float:left;
}

.boton_form_base a{
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration:none;
}

#columnader .boton_form{
    background: transparent url(../img/boton_form_right.gif) no-repeat scroll right top;
    float:left;
    padding: 9px 10px 8px;
    color: #FFFFFF;
}

.botonTexto{
    float: left;
    padding: 4px 0 4px 10px;
    margin: 6px 0 0 5px;
    border-left: 1px dotted #CCC;
}
