@font-face {
    font-family: 'DroidSans-Regular';
    src: url('../fonts/DroidSans/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans/DroidSans-webfont.svg#print_clearlyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSans-Bold';
    src: url('../fonts/DroidSans/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans/DroidSans-Bold-webfont.svg#print_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* general */

body{
	font-family: 'DroidSans-Regular', Arial, Verdana, sans-serif !important;
	background-image: none;
	background-color: #fff;
	color: #454545;
	font-size: 14px;
}

p{
	margin: 5px 10px;
	font-size: 12px;
}

table, div, a{
	font-size: 14px;
}

a, a:link, a:visited{
	color: #5bc0de;
}

#opciones{
	max-width: 375px;
}

#opciones label{
	margin-right: 20px;
}

#op1{
	font-size: 1rem !important;
}

#op2 span{
	font-size: 0.8rem !important;
}

textarea, input[type="text"], input[type="password"], select, *|textarea, option{
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	padding: 6px 12px;
	color: #555;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-family: 'DroidSans-Regular', Arial, Verdana, sans-serif !important;	
}

.nota, .info{
	color: #1f8bc3; 
}

.labelTablon, .labelTablonSinPadding, .labelTablonNoWidth{
	font-size: 13px;
}

.labelTablonNoWidth{
	margin-right: 10px;
}

table, div, a, label, #contenido table, .rich-calendar-exterior *, .textoIcono32, .rich-table-cell{
	font-family: 'DroidSans-Regular', Arial, Verdana, sans-serif !important;	
	font-weight: normal;
}

#opciones label, .bloquePpal .accesoTitulo, .rich-calendar-tool-btn, .accesoTitulo, .rich-panel-header, 
.rich-tree-node-selected span, .rich-calendar-editor-btn-selected, 
.bloquePpal a, .tabla-anuncios .stable a, .stable.row_par a, .stable.row_impar a, .labelTablon, .tituloDocumentacion{
	font-family: 'DroidSans-Bold', Arial, Verdana, sans-serif !important;
	font-weight: normal;
}

#op3 label, .labelTablon, .labelTablonSinPadding, .labelTablonNoWidth, th div{
	font-family: 'DroidSans-Bold', Arial, Verdana, sans-serif !important;	
	font-size: 12px;
}

.textoIcono32, .doc-link{
	font-size: 12px;
	text-decoration: none !important;
}

.docsAnuncio img{
	vertical-align: sub;
	
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);	
}

/* Banners */

.bannerCnt{
	/*width: 100%;*/
	width: 220px;
	padding: 0px !important;
}

/* fileUpload*/

.rich-fileupload-button-light, .rich-fileupload-button-press{
	background-image: none;
	background-color: #ccc;
	border: 0px;
}

.rich-fileupload-button, .rich-fileupload-button-light, .rich-fileupload-button-press{
	padding: 4px !important;
}

/* acceso */

#cabecera{
	background: #1f8bc3; 
	border-bottom: 1px solid #e7e7e7;
	/*height: 60px;*/
	filter: none;
}

#logo, #logo2, #logo2_autenticado{
	/*display: none;*/
}

.accesoTitulo, .tituloPantalla, .tituloDocumentacion{
	color: #1f8bc3;
}

.accesoTitulo, .tituloDocumentacion{
	font-size: 14px;
}

.tituloDocumentacion{
	width: 100%;
	display: inline-table;
}

.accesoLabel{
	color: #777;
}

.accesoSeparador{
	border-bottom: 1px solid #e4e4e4;
	border-radius: 0px !important;
	padding: 0px !important;
}

.btn-acceso-certificado, .btn-acceso-usuario{
	background: #1f8bc3 !important;
	border: 1px solid #1f8bc3;
}

.btn-acceso-certificado:hover, .btn-acceso-usuario:hover{
	background: #1f8bc3 !important;
	border: 1px solid #1f8bc3;
}

.usuarioLabelWidth input{
	padding: 3px 12px;
}

/* migas */

#migas_item{
	color: #5bc0de;
	font-weight: normal;
}

/* publicaciones */

/*.row_par{
	background: #fff !important;
	border: 1px solid #1f8bc3;
	border-radius: 4px;
	margin-bottom: 2px;
	margin-top: 2px;
}*/

.row_impar, .row_par{
	background: #fff !important;
	border: 1px solid #E4E4E4;
	border-radius: 4px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.row_par, .row_impar{
	display: block;
	padding: 4px 6px;
}

.stable.row_par, .stable.row_impar{
	display: inline-table;
}

.stable.row_par{
	background-color: #f5f5f5 !important;
	border: 1px solid #e4e4e4;
}


.stable.row_impar{
	background-color: #ccc !important;
	border: 1px solid #ccc;
}

.bloquePpal{
	/*background-color: #5bc0de;*/
	
	background-color: #fff;
	border: 1px solid #e4e4e4 !important;
	border-radius: 4px;
	width: 99%;
	margin: 0 auto;
}

.bloquePpal a, a:link, a:visited{
	color: #1f8bc3;
}

.bloquePpal{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
}

.bloquePpal .accesoTitulo{
	background-color: #1f8bc3;
	padding: 4px;
	border-radius: 4px;
	/*display: block;
	padding-left: 10px;*/
	
	border-bottom: 0px solid #5bc0de;
	width: 99%;
	/*display: block;*/
	color: #fff !important;;
}

.bloquePpal span, .bloquePpal td, .bloquePpal .enlace-derecha a, .doc-link{
	color: #454545 !important;
}

.bloquePpal .enlace-derecha a{
	margin-top: 5px;
	display: block;
}


.bloqueSec{
	background-color: #fff;
	border: 0px solid #e4e4e4 !important;
	border-radius: 4px;
	margin-top: 0px;
}

.bloqueSec .row_par, .bloqueSec .row_impar{
	background-color: #fff !important;
}

.bloqueSec .row_par .rich-table-cell, .bloqueSec .row_impar .rich-table-cell{
	border-bottom: 0px;
}

.bloqueSec p{
	margin:2px;
}

.bloqueSec-vacio{
	margin: 10px 25px 0px 25px;
	color: #454545;
	font-size: 12px;
	display: block;
}

.lineaAnuncio{
	background-image: url(../iconos/flat/folder_white.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-x: 5px;
	background-position-y: 3px;
	padding-left: 35px;
	padding-top: 7px;
}

.bloqueSec .row_par, .bloqueSec .row_impar,
.bloqueSec .rich-table-suheadercell, .bloqueSec .rich-table-cell{
	text-align: left !important;
}

.bloqueSec a, .bloqueSec a:link{
	color: #1f8bc3 !important;
}

.bloqueSec .row_par td, .bloqueSec .row_impar td{
	color: #454545;  
}

.bloqueSec .row_par a:link, .bloqueSec .row_impar a:link{
	text-decoration: none;
	border-bottom: 0px solid #5bc0de !important;
	padding-bottom: 4px;
	color: #1f8bc3 !important;
	width: 100%;
	display: block;
}

.bloqueSec .rich-table-cell{
	width: 100%;
	display: block;
}

#tablaEnlacesInteres .rich-panel{
	border-radius: 4px;
	background: #fbbd65 !important;
	border: 1px solid #fbbd65;
	min-width: 220px;
}

#tablaEnlacesInteres .rich-panel:hover{
	border-radius: 4px;
	background: #fbbd65 !important; 
	border: 1px solid #fbbd65;
}

#tablaEnlacesInteres .rich-panel a{
	color: #fff;
	text-decoration: none;
}


.b-folder .row_par, .b-folder .row_impar{
	background: #5bc0de !important;
	border: 0px solid #1f8bc3;
	border-radius: 4px;
}

.b-folder.bloqueSec .rich-table-cell, .b-folder.bloqueSec a:link{	
	border-bottom: 0px !important;
}

.b-folder .row_par a, .b-folder .row_par a:link, .b-folder .row_impar a, .b-folder .row_impar a:link{
	color: #fff !important;
	text-decoration: none !important;
}

.tit-categoria{
	background: transparent url(../iconos/flat/category-white.png) 10px 10px no-repeat; 
	/*padding: 4px 0px 4px 35px !important;*/
	width: 99% !important;
	color: #fff !important;
	text-indent: 30px;
	margin: 0px;
}

.cat-descripcion{
	margin: 0px 10px;
	font-size: 12px;
}

.enlace-derecha a{
	text-decoration: none;
}

span.enlace-volver{
	background: #5cb85c url(../iconos/flat/back2.png) 10px 10px no-repeat; 
	font-size: 12px;
	padding: 8px 15px 8px 35px;
	border-radius: 4px;
	color: #fff !important;
	
}

.titulo-cargada{
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
	margin: 0px 35px;
	color: #1f8bc3 !important; 
}

.tabla-anuncios .stable{
	border: 1px solid #5bc0de;
	border-radius: 4px;
	padding: 4px 6px;
	text-align: left;
}

.tabla-anuncios .stable a, .stable.row_par a, .stable.row_impar a{
	text-decoration: none !important;
}


/* rich-panel */

.rich-panel-header{
	background: #1f8bc3 !important;
	border: 0px solid #1f8bc3;
	font-size: 12px;
	border-radius: 3px;
	padding: 8px !important;
}

.rich-panel{
	background-color: #fff;
	border-radius: 4px;
	padding: 4px;
}

.rich-panel-body{
	font-size: 12px;
}

/* rich-calendar */

.rich-calendar-header{
	background-color: #fff;
}

.rich-calendar-input{
	max-width: 140px;
	margin-right: 5px;
}

.rich-calendar-tool, .rich-calendar-month{
	background-color: #1f8bc3 !important;
	padding: 3px;
}

.calendar_event{
	background-color: #5cb85c;
	color: #fff;
}

.rich-calendar-today, .rich-calendar-editor-btn-select{
	background-color: #5bc0de;
	color: #fff;
}

.rich-calendar-cell{
	border: 1px solid #fff;
}

.rich-calendar-holly{
	background-color: #5bc0de;
	color: #1f8bc3;
	border: 0px;
}

.rich-calendar-editor-btn-over, .rich-calendar-editor-btn-selected,
.rich-calendar-hover, .rich-calendar-editor-btn-over, .rich-calendar-tool-btn-hover{
	background-color: #1f8bc3;
	color: #fff;
	border: 0px;
	
}

.rich-calendar-tool-btn-hover{
	padding: 2px 3px 2px 3px;
}

.rich-calendar-select{
	background-color: #fbbd65;
	color: #fff;
}

.rich-calendar-tool-btn{
	font-size: 14px;
	text-transform: capitalize;
	font-family: 'DroidSans-Regular', Verdana, Arial;
}

#opciones label{
	font-family: 'DroidSans-Regular', Verdana, Arial;
}

.rich-calendar-exterior{
	padding: 5px;
	border-radius: 4px;
}


.rich-calendar-days{
	background: #fff;
	border: 0px;
	color: #1f8bc3;
	font-size: 12px;
	font-family: 'DroidSans-Bold', Arial, Verdana, sans-serif !important;	
}

.rich-calendar-header{
	border: 0px;
	border-radius: 4px;
}

.rich-calendar-header > table{
	padding: 4px;
	background-color: #1f8bc3;
	border-radius: 4px;
}

.rich-calendar-month > div{
	width: 125px;
}

/* modalpanel */

.rich-mpnl-header{
	background: #1f8bc3 !important;
	border: 1px solid #1f8bc3;
	font-size: 12px;
}

.rich-mpnl-content{
	background-color: #fff;
}

/* rich-dataTable */

.rich-table-subheadercell, .rich-table-cell{
	border-right: 0px;
	text-align: center !important;
	color: #454545;
	font-size: 12px;
}

th{
	background: #5bc0de !important;
	border: 0px solid #1f8bc3;
	font-size: 12px !important;
	color: #fff !important;
}

th div{
	color: #fff !important;
}

th, th div, th a{
	font-size: 12px !important;
}

.filaIluminada{
	background-color: #f5f5f5;
}

.par{
	background-color: #fff;
}

th input[type="text"]{
	border: 0px;
}

/* paginacion */

.rich-dtascroller-table{
	border: 0px;
	background-color: transparent;
}

.rich-datascr-button, .rich-datascr-act, .rich-datascr-inact{
	padding: 8px 6px !important;
	border: 1px solid #ccc;
	border-radius: 5px !important; 
	background-color: #fff !important;
	margin-right: 1px;
	font-size: 12px;
}

.rich-datascr-act{
	background-color: #1f8bc3 !important;
	border: 1px solid #1f8bc3;
	color: #fff;
	font-weight: bold;
}

.rich-datascr-inact{
	color: #1f8bc3;
}


/* rich-tabs */

.rich-tab-header{
	font-size: 12px;
}

.rich-tabpanel-content{
	background-color: #fff;
}

.rich-tab-active{
	background: #1f8bc3; 
	border: 1px solid #1f8bc3;
	padding: 10px 15px;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
}

.rich-tab-inactive{
	background: #fff; 
	padding: 10px 15px;
	border-radius: 4px 4px 0 0;
	color: #1f8bc3;
	cursor: pointer;
}

.rich-tab-inactive:hover{
	background: #f5f5f5;
}

/* rich-tree */

.rich-tree > div > .rich-tree-node{
	padding-left: 0px !important;
}

.rich-tree-node-handleicon.rich-tree-h-ic-line-node, .rich-tree-node-handleicon.rich-tree-h-ic-line-last{
	background-color: #1f8bc3;

	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	
	border-top: 1px solid #1f8bc3;
	border-bottom: 1px solid #1f8bc3;
	border-left: 1px solid #1f8bc3;
	padding: 10px;
}

.rich-tree-node-icon.rich-tree-h-ic-line-clp, .rich-tree-node-icon-leaf.rich-tree-h-ic-line-clp, .rich-tree-node-icon.rich-tree-h-ic-line-exp{
	background-color: #fff;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	
	padding: 10px;
	padding-right: 0px;
}

.rich-tree-node-text, .rich-tree-node-text.rich-tree-node-selected{
	border-top: 1px solid #E4E4E4 !important;
	border-bottom: 1px solid #E4E4E4 !important;
	border-right: 1px solid #E4E4E4 !important;
	
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	
	padding: 10px;
	padding-right: 0px;
}

.rich-tree-node-text span,.rich-tree-node-selected span,.rich-tree-node-selected span:hover, .rich-tree-node-highlighted{
	color: #666 !important;
	text-decoration: none;
}

.rich-tree-node a, .rich-tree-node a:hover{
	text-decoration: none !important;
}

.rich-tree-node-children{
	/*margin-left: 0px;
	padding-left: 0px;*/
}

/* segundo nivel */ 

.rich-tree-node-children  > table > tbody > tr > .rich-tree-node-handleicon{
	background-color: #fbbd65;

	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	
	border-top: 1px solid #fbbd65;
	border-bottom: 1px solid #fbbd65;
	border-left: 1px solid #fbbd65;
	padding: 10px;
}


.rich-tree-node-children > table > tbody > tr > .rich-tree-node-icon,
.rich-tree-node-children  > table > tbody > tr > .rich-tree-node-icon-leaf, 
.rich-tree-node-children  > table > tbody > tr > .rich-tree-node-icon{
	background-color: #fff;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	
	padding: 10px;
	padding-right: 0px;
}

.rich-tree-node-children  > table > tbody > tr > .rich-tree-node-text, 
.rich-tree-node-children  > table > tbody > tr > .rich-tree-node-text.rich-tree-node-selected{
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	
	padding: 10px;
}

.rich-tree-node-children{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/* tercer nivel */

.rich-tree-node-children .rich-tree-node-children > table > tbody > tr > .rich-tree-node-handleicon {
	background-color: #5bc0de;

	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	
	border-top: 1px solid #5bc0de;
	border-bottom: 1px solid #5bc0de;
	border-left: 1px solid #5bc0de;
	padding: 10px;
}

.rich-tree-node-children .rich-tree-node-children > table > tbody > tr > .rich-tree-node-icon,
.rich-tree-node-children .rich-tree-node-children  > table > tbody > tr > .rich-tree-node-icon-leaf, 
.rich-tree-node-children .rich-tree-node-children  > table > tbody > tr > .rich-tree-node-icon{
	background-color: #fff;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	
	padding: 10px;
	padding-right: 0px;
}

.rich-tree-node-children .rich-tree-node-children  > table > tbody > tr > .rich-tree-node-text, 
.rich-tree-node-children .rich-tree-node-children  > table > tbody > tr > .rich-tree-node-text.rich-tree-node-selected{
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	
	padding: 10px;
}

.rich-tree-node-children{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/*.rich-tree-node-icon img, .rich-tree-node-icon-leaf img, .rich-tree-node-icon, .rich-tree-node-icon-leaf{
	display: none;
} */

.rich-tree-h-ic-line-node, .rich-tree-h-ic-line-last, .rich-tree-h-ic-line-clp, .rich-tree-h-ic-line, .rich-tree-h-ic-line-exp,
p.rich-tree-last-node-marker+* .rich-tree-h-ic-line-node{
	background-image: none;
}


.rich-tree-node{
	padding: 4px 12px;
}

.rich-tree-node-text{
	color: #1f8bc3;	
	white-space: normal;
}

.rich-tree-node td{
	vertical-align: middle;
}

.rich-tree-node-selected{
	border: 0px;
}

.rich-tree-node-selected span{
	font-style: italic;
	font-weight: bold;
	color: #1f8bc3 !important;
}

.rich-tree-node-selected:hover span{
	color: #1f8bc3 !important;
}

.rich-tree-node a:hover{
	color: #454545;
	text-decoration: none !important;
}

.rich-tree-node-handleicon-collapsed:hover{
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.rich-tree-node-handleicon-expanded:hover{
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* pie */

#pie{
	background: #fff;
	border-top: 1px solid #e7e7e7;
}


/* botones */

.icono32.nuevo{
	width: 70px;
	display: block;
	background-position: center;
}

/* iconos */

.obligatorio{ background: transparent url(../iconos/flat/star.png) no-repeat scroll 0 60%; }

.icono24.organismo { background: transparent url(../iconos/flat/entity.png) no-repeat scroll center; }
.icono24.goHome { background: transparent url(../iconos/flat/house.png) no-repeat scroll center; }
.icono24.logout { background: transparent url(../iconos/flat/door_in.png) no-repeat scroll center; }
.icono24.config { background: transparent url(../iconos/flat/setting_tools.png) no-repeat scroll center; }
.icono24.descargarPubliOriginal2{ background: transparent url(../iconos/flat/pdf2.png) no-repeat scroll center; }
.icono24.informeFirmas2{ background: transparent url(../iconos/flat/informeFirmas2.png) no-repeat scroll center; }
.icono24.descargarFirma2{ background: transparent url(../iconos/flat/dFirma2.png) no-repeat scroll center; }
.icono24.descargarDocumentosZip{ background: transparent url(../iconos/flat/zip.png) no-repeat scroll center; }

#opciones{ background: transparent url(../iconos/flat/reloj.png) no-repeat 20px 0px; }

.icono32.nuevo{ background: transparent url(../iconos/flat/add.png) no-repeat scroll center; }

.icono32.aceptar2, .icono32.ok{ background: transparent url(../iconos/flat/tick.png) no-repeat scroll center; }
.icono32.buscar{ background: transparent url(../iconos/flat/buscar.png) no-repeat scroll center; }
.icono32.limpiar, .icono32.limpiarFiltros{ background: transparent url(../iconos/flat/clean.png) no-repeat scroll center; }
.icono32.guardar{ background: transparent url(../iconos/flat/guardar.png) no-repeat scroll center; }
.icono32.volver{ background: transparent url(../iconos/flat/back.png) no-repeat scroll center; }
.icono32.descargarPubliBandeja{ background: transparent url(../iconos/flat/dPubliBandeja.png) no-repeat scroll center; }
.icono32.detallesBandeja{ background: transparent url(../iconos/flat/detallesBandeja.png) no-repeat scroll center; }

.icono.editar{ background: transparent url(../iconos/flat/edit.png) no-repeat scroll center; }
.icono.editarGris{ 
	background: transparent url(../iconos/flat/edit.png) no-repeat scroll center; 
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	
}

.icono.confirmar{ background: transparent url(../iconos/flat/confirmar.png) no-repeat scroll center; }
.icono.confirmarGris{ 
	background: transparent url(../iconos/flat/confirmar.png) no-repeat scroll center; 
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
}


.icono.eliminar{ background: transparent url(../iconos/flat/eliminar.png) no-repeat scroll center; }
.icono.eliminarGris{ 
	background: transparent url(../iconos/flat/eliminar.png) no-repeat scroll center;
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
}

.icono.evoluciones{ background: transparent url(../iconos/flat/evoluciones.png) no-repeat scroll center; }
.icono.descargar{ background: transparent url(../iconos/flat/descargar.png) no-repeat scroll center; }
.icono.consultarAnuncio{ background: transparent url(../iconos/flat/consultarAnuncio.png) no-repeat scroll center; }
.icono.adjuntos{ background: transparent url(../iconos/flat/descargar.png) no-repeat scroll center; }
.icono.portafirmas{ background: transparent url(../iconos/flat/portafirmas.png) no-repeat scroll center; }
.icono.evolucionar{ background: transparent url(../iconos/flat/verificar.png) no-repeat scroll center; }
.icono.rechazar{ background: transparent url(../iconos/flat/rechazar.png) no-repeat scroll center; }
.icono.firmar2, .icono.informeFirmas2{ background: transparent url(../iconos/flat/firmar.png) no-repeat scroll center; }
.icono.consultarEnvio{ background: transparent url(../iconos/flat/consultarEnvio.png) no-repeat scroll center; }
.icono.consultarPubliDiferida{ background: transparent url(../iconos/flat/diferida.png) no-repeat scroll center; }
.icono.informeFirmas, .icono.descargarFirma2{ background: transparent url(../iconos/flat/informeFirmas.png) no-repeat scroll center; }
.icono.historico{ background: transparent url(../iconos/flat/diferida.png) no-repeat scroll center; }
.icono.categoria{ background: transparent url(../iconos/flat/category.png) no-repeat scroll center; }
.icono.avisos{ background: transparent url(../iconos/flat/avisos.png) no-repeat scroll center; }
.icono.nuevo{ background: transparent url(../iconos/flat/add2.png) no-repeat scroll center; }
.icono.buscar{ background: transparent url(../iconos/flat/buscar2.png) no-repeat scroll center; }

.icono.bajar{ background: transparent url(../iconos/flat/down.png) no-repeat scroll center; }
.icono.bajarGris{ 
	background: transparent url(../iconos/flat/down.png) no-repeat scroll center; 
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
}

.icono.subir{ background: transparent url(../iconos/flat/up.png) no-repeat scroll center; }
.icono.subirGris{ 
	background: transparent url(../iconos/flat/up.png) no-repeat scroll center; 
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
}

.logoInicio{
	text-align: center;
	width: 400px;
}