#form_container_tramite
{
	padding:5px;
	background:#fff;
	border:1px solid #ccc;
	text-align:left;
	width:500px;
}

#toptramite
{
	display:block;
	height:10px;
	width:500px;
}
#bottomtramite
{
	display:block;
	height:10px;
	width:500px;
}

#form_container_tramiteinfo
{
	margin:10px;
	padding:5px;
	background:#fff;
	border:1px solid #ccc;
	text-align:left;
	width:60px;
}

.form_container_tramiteinfo
{
	margin:10px;
	padding:5px;
	background:#fff;
	border:1px solid #ccc;
	text-align:left;
	width:600px;
}
#toptramiteinfo
{
	display:block;
	height:10px;
	width:600px;
}
#bottomtramiteinfo
{
	display:block;
	height:10px;
	width:600px;
}
#contenedor_pasos{
	text-align:center;
	margin:0;
	clear:both;
	font-size:12px;
	color:#444;
	display:block;
}
.tramite{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-size:12px;
}
.tramite li{
	width:auto;
}
form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	font-size:100%;
}
form li{
	margin:0;
	padding:0px 0px 2px 9px;
	position:relative;
	clear:both;
}
form li:after, .buttons:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

form li, .buttons{display: inline-block;}
* html form li, * html .buttons{height: 1%;}
form li, .buttons{display: block;}

* html form li div{
	display:inline-block;
}
form li div, form li span{
	margin:0 0px 0 0;
	padding:0 0 2px 0;
	color:#444;
}
form li span{
	float:left;
}

form li div.address{
	padding-bottom:0;
}

form li div.left{
	display:inline;
	float:left;
	width:47%;
}
form li div.right{
	display:inline;
	float:right;
	width:47%;
}

.clear{
	clear:both !important;
}

/* ----- INFO ----- */

.info{
	display:inline-block; 
	clear:both;
	border-bottom:1px dotted #ccc;
	margin:0 0 1em 0;
}
.info[class]{
	display:block;
}
.info h2{
	font-weight:normal;
	font-size:160%;
	margin:0 0 3px 0;
	clear:left;
}
.info p{
	font-size:95%;
	line-height:135%;
	margin:0 0 12px 0;
}

/* ----- SECTIONS ----- */

form hr{
	display:none;
}
form li.section{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-top:13px;
	padding-bottom:0px;
	padding-left:9px;
	width:97% !important;
}
form ul li.first{
	border-top:none !important;
	margin-top:0px !important;
	padding-top:0px !important;
}
form .section h3{
	font-weight:normal;
	font-size:110%;
	line-height:135%;
	margin:0 0 2px 0;
}
form .section p{
	font-size:85%;
	margin:0 0 10px 0;
}

/* ----- FIELDS AND LABELS ----- */

label.desc{
	/*line-height:150%;*/
	padding:0 0 1px 0;
	border:none;
	color:#222;
	/*display:block;*/
	font-size:95%;
	font-weight:bold;
}

label.subdesc{
	line-height:150%;
	padding:0 0 1px 0;
	border:none;
	color:#222;
	display:block;
	font-size:85%;
}
form li div label, form li span label{
	margin:0;
	padding-top:3px;
	clear:both;
	font-size:9px;
	line-height:9px;
    color:#444;
	display:block;
}

input.text, input.file, textarea.textarea, select.select{
	margin:0;
	font-size:100%;
	color:#333;
}

input.readonly {
	margin:0;
	font-size:100%;
	color:#333;
}
input.text, textarea.textarea, .firefox select.select{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(../images/fieldbg.gif) repeat-x top;
}
input.text, input.file{
	padding:2px 0 2px 0;
}

label.choice{
	font-size:100%;
	display:block;
	line-height:1.5em;
	margin:-1.65em 0 0 25px;
	padding:.44em 0 .5em 0;
	color:#222;
	width:90%;
}
input.checkbox, input.radio{
	display:block;
	line-height:1.5em;
	margin:.6em 0 0 3px;
	width:13px;
	height:13px;
}

textarea.textarea{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
}
select.select{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	margin:1px 0;
	padding:1px 0 0 0;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}
*:first-child+html select.select[class]{
	margin:1px 0;
}
.safari select.select{
	margin-bottom:1px;
	font-size:120% !important;
}

span.symbol{
	font-size:115%;
	line-height:130%;
}
form li .datepicker{
	float:left;
	margin:.1em 5px 0 0;
	padding:0;
	width: 16px;
	height: 16px;
	cursor:pointer !important;
}

/* ----- BUTTONS ----- */

.boton_comarca_grande{    border: 0px solid #000;
    font-weight:bold;
    font-family:Verdana,Helvetica;
    font-size:12px;
    color:white;
    background:#b80024;
    width:160px;
    height:20px;
    cursor:pointer;
}.boton_comarca_busqueda{    border: 0px solid #000;
    font-weight:bold;
    font-family:Verdana,Helvetica;
    font-size:12px;
    color:white;
    background:#b80024;
    width:50px;
    height:20px;
    cursor:pointer;
}
.boton_comarca_imprimir{    border: 0px solid #000;
    font-weight:bold;
    font-family:Verdana,Helvetica;
    font-size:12px;
    color:white;
    background:#b80024;
    width:150px;
    height:20px;
    cursor:pointer;
}
.boton_comarca{    border: 0px solid #000;
    font-weight:bold;
    font-family:Verdana,Helvetica;
    font-size:12px;
    color:white;
    background:#b80024;
    width:85px;
    height:20px;
    cursor:pointer;    ;
}
.boton_comarca_excel{    border: 0px solid #000;
    font-weight:bold;
    font-family:Verdana,Helvetica;
    font-size:12px;
    color:white;
    background:#b80024;
    width:110px;
    height:20px;
    cursor:pointer;
}.boton{
	border: 1px solid #000;
	font-weight:bold;
    font-family:Verdana,Helvetica;
    font-size:12px;
    color:white;
    background:#CC3300;
    width:85px;
    height:20px;
    cursor:pointer;
}

.boton_mediano{
	border: 1px solid #000;
	font-weight:bold;
    font-family:Verdana,Helvetica;
    font-size:12px;
    color:white;
    background:#CC3300;
    width:100px;
    height:20px;
    cursor:pointer;
}

.boton_grande{
	border: 0px solid #000; /* le quitamos el border */
	font-weight:bold;
	font-family:Verdana,Helvetica;
	font-size:12px;
	color:white;
	background:#CC3300;
	width:auto;
	height:20px;
	cursor:pointer;
    }


/* ----- SIZES ----- */

.third{
	width:32% !important;
}
.half{
	width:48% !important;
}
.full{
	width:90% !important;
}

input.small, select.small{
	width:25%;
}
input.medium, select.medium{
	width:50%;
}
input.large, select.large, textarea.textarea{
	width:100%;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}

/* ----- REQUIRED ----- */

form .req{
	float:none;
	color:red !important;
	font-weight:bold;
	margin:0;
}

/* ----- INSTRUCTIONS ----- */

form li.focused{
	background-color:#FFFACD ;
}
form .instruct{
	position:absolute;
	top:0;
	left:100%;
	z-index:1000;
	width:42%;
	margin:0 0 0 8px;
	padding:8px 10px 9px 10px;
	border:1px solid #e6e6e6;
	background:#f5f5f5;
	line-height:130%;
	font-size:80%;
	color:#444;
	visibility:hidden;
}
form .instruct small{
	font-size:105%;
}
form li.focused .instruct, form li:hover .instruct{
	visibility:visible;
}

.indicadores{
	font-weight:bold;
    font-family:Verdana,Helvetica;
    font-size:12px;
    color:white;
    cursor:pointer;

}

