/* ******************************************** */
/* Estilo para el body del html                 */
/* ******************************************** */
.pliegos {

}

.pliegos, .pliegos table, .pliegos input, .pliegos textarea, .pliegos select,
.pliegos label, .pliegos td, .pliegos th {
	font-size: 1em;
	font-family: Arial,Helvetica,sans-serif;
}

.pliegos .errorSistema {
	font-weight: bold;
}

/****************************************************/
/*			 Layout horizontal								*/
/****************************************************/
.pliegos .layoutHorizontal {
	width: 100%;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pliegos .layoutHorizontalItem {
	float: left;
	margin-left: 5px;
	margin-right: 1px;
}

.pliegos .top2px {
	margin-top: 2px;
}

.pliegos .panelBusqueda {
	border-color: #003399 !important;
}

.pliegos .divSoloConCentrado {
	clear: both;
	text-align: center;
	padding: 10px
}

.pliegos .divSolo {
	clear: both;
	text-align: left;
	padding: 10px;
}
/****************************************************/
/*			 Acciones de tablas						*/
/****************************************************/
.pliegos .accionTabla {
	border: none !important;
}

.pliegos .linkTabla {
	color: #003399 !important;
}

.pliegos .linkDescargaDocumento {
	cursor: pointer !important;
}

/****************************************************/

/****************************************************/
/*						 Tablas		    	        */
/****************************************************/
.pliegos .selectRow {
	border-bottom: none !important;
	cursor: pointer !important;
}

/****************************************************/
/*				Estilos para formularios 			*/
/****************************************************/
span[title] {
	cursor: none !important;
}

.pliegos .labelForm {
	font-weight: bold;
}

.pliegos .obligatoriedad {
	font-style: italic;
	color: red;
	float: left;
}

.pliegos .labelCursiva {
	font-style: italic;
	float: right !important;
	margin-right: 3px !important;
}

.pliegos .cabeceraLabel {
	padding-left: 20px;
}

.pliegos div.row {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
}

.pliegos div.row span.label {
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 10px;
}

.pliegos span.labelMenor {
	width: 150px !important;
}

.pliegos span.labelMayor {
	width: 300px !important;
}
.pliegos .outputTextAreaNoBorder {
	border: 0; 
	overflow: auto;
}

.pliegos .inputTextArea {
	overflow: auto;
}

.pliegos .inputTextMedLarge {
	width: 325px !important;
}

.pliegos .inputTextLarge {
	width: 400px !important;
}

.pliegos .inputTextMedLarge {
	width: 300px !important;
}

.pliegos .inputTextMed {
	width: 200px !important;
}

.pliegos .inputTextMedSmall {
	width: 170px !important;
}

.pliegos .inputTextSmall {
	width: 100px !important;
}

.pliegos .inputTextSuperSmall {
	width: 30px !important;
}

.pliegos .inputTextExtraSmall {
	width: 80px !important;
}

.pliegos .inputTextSmaller {
	width: 20px !important;
}

.pliegos span.label250 {
	width: 250px !important;
}

.pliegos div.row span.formw {

}

.pliegos .columnaLeft {
	text-align: left !important;	
}

.pliegos .columnaCenter {
	text-align: center !important;	
}

.pliegos .sortColumn {
	cursor : pointer;
	color : black;
}

.pliegos .cabeceraSeccion {
	background-color: rgb(255,244,204) !important;
	border-color:#005C96 rgb(0, 92, 150) -moz-use-text-color;
	border-style:solid solid none;
	border-width:1px 1px medium;
	clear:both;
	padding:1px;
	width:100%;
}

.pliegos .cuerpoSeccion {
	border-color:-moz-use-text-color #005C96 rgb(0, 92, 150);
	border-style:none solid solid;
	border-width:medium 1px 1px;
	clear:both;
	margin-bottom:4px;
	padding:5px 1px;
	width:100%;
}

.pliegos .etiquetaPropiedad {
	font-weight: bold;
	margin-left: 4px;
	margin-right: 5px;
}

.pliegos .fechaAdvSearch {
	float: left !important; 
	display: block !important; 
	padding-left: 8px !important;
}

.pliegos .etiquetaPropiedadCursiva {
	font-style: italic;
	margin-left: 4px;
	margin-right: 5px;
}
	
.pliegos .finForm {
	clear: both;
	width:100%;
}


* html .pliegos .minHeight150 {
	height:150px;	
}

.pliegos .minHeight150 {
	min-height:150px;
	width: 100%;	
}


.pliegos .commandLinkNone{
	text-decoration:none !important;
	color: black !important;
}



/****************************************************/
/*	           			Acciones 		      		*/
/****************************************************/
.pliegos .panelAcciones {
	clear: both;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: right;
}

.pliegos .panelAccionesLeft {
	float: right;
}

/****************************************************/
/*	     			Imagen documento 		      	*/
/****************************************************/
.pliegos .imagenDocumento {
	border: 0;
	padding-right: 7px;
	padding-top: 7px;
}

.pliegos .imagenInforme {
	float: right;
	clear: none;
	width: auto;
	margin-bottom: 4px;
	margin-left: 30px;
}

/****************************************************/
/*	     			Botones 		      	        */
/****************************************************/
.pliegos .botonAccion {
	border-bottom: 2px solid rgb(0,92,150) !important;
	border-right: 2px solid rgb(0,92,150) !important;
	border-top: 1px solid rgb(0,92,150) !important;
	border-left: 1px solid rgb(0,92,150) !important;
	border-style: single !important;	
}

.pliegos .button {
	background:transparent url(../images-css/sprite.png) repeat-x scroll !important;
    color: #000000 !important;
    border-style:solid !important;
    border: 1px solid !important;
    margin: 2px !important;
    padding: 2px !important;
    text-decoration:none !important;
    cursor: pointer; 
	cursor: hand;
}

a.button:hover {
	background-position: bottom right;
}

a.button:hover span {
	background-position: bottom left;
}

/* ToolTip de Ayuda */
.pliegos .iconoHelp {
	padding-right: 5px;
	margin: none;
	margin-right: 2px;
	margin-left: 2px;
	border: none;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.pliegos .toolTipStyle {
	position: absolute; 
	z-index: 1000; 
	width: 420px; 
	background: #EEEEEE; 
	border: 2px solid #FFDF61; 
	display : none;	
}

/****************************************************/
/*				Enlaces con estilo de botton	    */
/****************************************************/
a.rounded_button:hover, a:link.rounded_button, a:visited.rounded_button, a:active.rounded_button {
	text-decoration: none;
}

a.rounded_button, span.rounded_button_disabled {
	background: transparent url('../images/botones/boton_accion.gif') no-repeat right top; 
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 20px; /* Height of button background height */

	margin-left: 2px;
	margin-right: 2px;
		
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
}

a.rounded_button {
	cursor: pointer; 
	cursor: hand;
}

a.rounded_button span, span.rounded_button_disabled span { 
	background:transparent url('../images/botones/boton_accion_left.gif') no-repeat left top; 
	height:07px;
	display:block;
	display:inline-block;
	padding: 4px 16px 4px 11px; 
	line-height: 12px;
 	color: black;
}

a.rounded_button:hover {
	background-position: bottom right;
}

a.rounded_button:hover span {
	background-position: bottom left;
}

span.rounded_button_disabled {
	color: #A4A4A4;
}
