
input {
width:100%;
font:Arial;
font-size:10px;
margin-bottom:0px;
}

select {
width:100%;
font:Arial;
font-size:10px;
margin-bottom:0px;
}

label {
    margin-bottom:0px;
	display: block;
    font:Arial;
    font-size:10px;
	width: 60px;
	vertical-align: bottom;
    padding-left: 2px;
    border-left-style:solid;
    border-left-width:5px;
    border-left-color:#F9B02F;
    
}

label.multilevel {
    margin-bottom:0px;
	display: block;
    font:Arial;
    font-size:10px;
    width: 100%;
	vertical-align: bottom;
    padding-left: 2px;
    border-left-style:solid;
    border-left-width:5px;
    border-left-color:#F9B02F;

}


textarea {
margin-bottom:0px;
width:100%;
text-align:left;
font:Arial;
font-size:12px;
}

input.esboton {
width:75px;
background-color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#F9B02F;
margin-right:2px;
font-weight:bold;
text-align:center;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #F9B02F;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 0px;
	margin-bottom: 0px;
}

fieldset.boton {
    padding: 2px;
    border-style:solid;
    border-width:1px;
    border-color:#F9B02F;
    background-color:#FDE0AC;
}

fieldset.formulario {
    padding: 2px;
    border-style:solid;
    border-width:1px;
    border-color:#F9B02F;
}



.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {
width:50%;
}

.field-widget {
width:100%;
}

div.error {
position:relative;
width: 100%;
height: 15px;
font:Arial;
font-size:10px;
color:#FFFFFF;
font-weight:bold;
background-color:"#FFA8A8";
border-color:"#FF0000";
border-width:1px;
border-style:double;
text-align:center;
overflow:hidden;
}

div.ok {
position:relative;
width: 100%;
height: 25px;
font:Arial;
font-size:14px;
color:#000000;
font-weight:bold;
background-color:"#A8FFA8";
border-color:"#00FF00";
border-width:4px;
border-style:double;
text-align:center;
overflow:hidden;
}


div.guia_multilevel span a{
 color:#000000;
 font:Arial;
 font-size:10px;
 text-decoration:none;
 text-align:right;
}

table.formulario {
background-color:#FFFFFF;
}

// listado



table.lista {
width:100%;
margin-top:0px;
margin-bottom:5px;
}


table.lista thead td{
color:#F9B02F;
border-bottom-width:2px;
border-bottom-color:#F9B02F;
border-bottom-style:solid;
border-top-width:2px;
border-top-color:#F9B02F;
border-top-style:solid;
font-weight:bold;
text-align:center;
font-weight:bold;
font-size:14px;
float:left;
}

table.lista tbody tr.par{
padding-top:3px;
border-width:2px;
border-style:solid;
border-color:#FDE6B9;
color:#000000;
background-color:#FDE6B9;
font: bold 11px Arial;
}

table.lista tbody tr.impar{
padding-top:3px;
border-width:2px;
border-style:solid;
border-color:#ffffff;
color:#000000;
background-color:#ffffff;
font: bold 11px Arial;
}


table.lista tbody tr.activa{
padding-top:3px;
border-width:2px;
border-color:#882B8C;
border-style:solid;
color:#FFFFFF;
background-color:#882B8C;
font: bold 11px Arial;
}



table.lista tfoot td.paginador{
width="100%";
color:#F9B02F;
border-top-width:2px;
border-top-color:#F9B02F;
border-top-style:solid;
font-weigth:bold;
text-align:center;
font-size:14px;
}

table.lista tfoot td.botonera{
width="100%";
color:#F9B02F;
border-top-width:1px;
border-top-color:#F9B02F;
border-top-style:solid;
font-weight:bold;
text-align:right;
font-size:14px;
}

table.lista tfoot td.botonera a{
background-color:#F9B02F;
color:#FFFFFF;
text-decoration:none;
width:75;
border-width:2px;
border-color:#FFFFFF;
border-style:solid;
text-align:center;
font-weight:bold;
}

table.lista tfoot td.botonera a:hover{
background-color:#FFFFFF;
color:#F9B02F;
text-decoration:none;
width:75;
border-width:2px;
border-color:#F9B02F;
border-style:solid;
text-align:center;
font-weight:bold;
}


table.formu {
width:100%;
margin-top:0px;
margin-bottom:5px;
}

table.formu tbody tr.par{
padding-top:3px;
border-width:2px;
border-style:solid;
border-color:#FDE6B9;
color:#000000;
background-color:#FDE6B9;
font: bold 11px Arial;
}

table.formu tbody tr.impar{
padding-top:3px;
border-width:2px;
border-style:solid;
border-color:#ffffff;
color:#000000;
background-color:#ffffff;
font: bold 11px Arial;
}


table.formu tbody tr.activa{
padding-top:3px;
border-width:2px;
border-color:#882B8C;
border-style:solid;
color:#FFFFFF;
background-color:#882B8C;
font: bold 11px Arial;
}



table.formu tfoot td.paginador{
width="100%";
color:#F9B02F;
border-top-width:2px;
border-top-color:#F9B02F;
border-top-style:solid;
font-weigth:bold;
text-align:center;
font-size:14px;
}

table.formu tfoot td.botonera{
width="100%";
color:#F9B02F;
border-top-width:1px;
border-top-color:#F9B02F;
border-top-style:solid;
font-weight:bold;
text-align:right;
font-size:14px;
}

table.formu tfoot td.botonera a{
background-color:#F9B02F;
color:#FFFFFF;
text-decoration:none;
width:75;
border-width:2px;
border-color:#FFFFFF;
border-style:solid;
text-align:center;
font-weight:bold;
}

table.formu tfoot td.botonera a:hover{
background-color:#FFFFFF;
color:#F9B02F;
text-decoration:none;
width:75;
border-width:2px;
border-color:#F9B02F;
border-style:solid;
text-align:center;
font-weight:bold;
}







#user_info{
border-color:#F9B02F;
border-width:1px;
border-style:solid;
width:140;
height:100;
overflow:hidden;
z-index:0;
}
#menu_perfil{
border-color:#F9B02F;
border-width:1px;
border-style:solid;
width:100%;
height:100%;
overflow:hidden;
z-index:0;
}
#aplic_contenido{
border-color:#F9B02F;
border-width:1px;
border-style:solid;
width:"100%";
height:400;
overflow:hidden;
z-index:0;
}

#opcs_contenido{
position:relative;
width: 100%;
height: 100px;
background-color:"#FEF1DA";
overflow:hidden;
z-index:0;
}

#listado{
position:relative;
width: 100%;
height: 400;
background-color:"#FDE6B9";
overflow:scroll;
z-index:0;
}



ms_par td{
	BACKGROUND-COLOR: #fcfcfc;
}
ms_impar td{
	BACKGROUND-COLOR: #f7f7f7;
}
ms_selected td{
    BACKGROUND-COLOR: #d9e9fe;
}


div.detalle_contenedor{
margin-left:10px;
background-color:#F9B02F;
width:100%;
height:100%;
text-align:center;
}
div.detalle_top{
position:relative;
width: 90%;
overflow:auto;
margin:0px;
z-index:0;
}

div.detalle_centro{
background-color:#FDE6B9;
position:relative;
width: 90%px;
height: 400px;
overflow:auto;
margin:0px;
z-index:0;
}

div.sub_formulario{
background-color:#FDE6B9;
position:relative;
width: 700px;
height: 100%;
overflow:auto;
margin:0px;
z-index:0;
}


div.detalle_bottom{
position:relative;
width: 700;
margin:0px;
overflow:hidden;
z-index:0;
}

ul.tab {
padding: 0px;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Arial;
color: #666666;
}

ul.tab li{
list-style: none;
float: left;
margin: 0;
}

ul.tab li a{
text-decoration: none;
text-align: center;
padding: 2px;
margin-left: 0px;
margin-top: 2px;
border: 1px solid #778;
background: #FFFFFF;
color: #666666;
width: 100;
}

ul.tab li a:hover{
text-decoration: none;
text-align: center;
padding: 2px;
margin-left: 0px;
margin-top: 2px;
border: 1px solid #778;
background: #F9B02F;
color: #666666;
width: 100;
}

ul.tab li a.active{
text-decoration: none;
text-align: center;
padding: 2px;
margin-left: 0px;
margin-top: 2px;
border: 1px solid #778;
background: #F9B02F;
color: #FFFFFF;
width: 100;
}


div.DropDown-oculto {
width:100%;
background-color:#DDDDDD;
overflow:expand;
padding: 2px;
border-style:solid;
border-width:1px;
border-color:#F9B02F;
display:none
}

div.DropDown-visible{
width:100%;
background-color:#DDDDDD;
overflow:expand;
padding: 2px;
border-style:solid;
border-width:1px;
border-color:#F9B02F;
display:block
}


table.tinfo {
width:100%;
margin:2px;


}


table.tinfo thead td{
color:#F9B02F;
border-bottom-width:2px;
border-bottom-color:#F9B02F;
border-bottom-style:solid;
border-top-width:2px;
border-top-color:#F9B02F;
border-top-style:solid;
font-weight:bold;
text-align:center;
font-weight:bold;
font-size:14px;
float:left;
}

table.tinfo tbody td.titulo{
padding-top:3px;
margin-top:3px;
border-width:1px;
border-style:solid;
border-color:#f9b02f;
color:#000000;
background-color:#FDE6B9;
font: bold 11px Arial;
text-align:right;
}

table.tinfo tbody td.contenido{
padding-top:3px;
padding-left:3px;
margin-top:3px;
border-width:2px;
border-style:solid;
border-color:#ffffff;
color:#000000;
background-color:#ffffff;
font: bold 11px Arial;
}


table.tinfo tfoot td.paginador{
width="100%";
color:#F9B02F;
border-top-width:2px;
border-top-color:#F9B02F;
border-top-style:solid;
font-weigth:bold;
text-align:center;
font-size:14px;
}

table.tinfo tfoot td.botonera{
width="100%";
color:#F9B02F;
border-top-width:1px;
border-top-color:#F9B02F;
border-top-style:solid;
font-weight:bold;
text-align:right;
font-size:14px;
}

table.tinfo tfoot td.botonera a{
background-color:#F9B02F;
color:#FFFFFF;
text-decoration:none;
width:75;
border-width:2px;
border-color:#FFFFFF;
border-style:solid;
text-align:center;
font-weight:bold;
}

table.tinfo tfoot td.botonera a:hover{
background-color:#FFFFFF;
color:#F9B02F;
text-decoration:none;
width:75;
border-width:2px;
border-color:#F9B02F;
border-style:solid;
text-align:center;
font-weight:bold;
}


