html{
	height:100%;
}
body{
	min-height:100%;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
 font-size: 0.8em !important;
}	

#infoWindowMap {
	display: block; 
	margin: auto;
	text-align: center;
}
#cabeceraPrincipal{
	height:15em;
}

@media only screen and (max-width: 850px) {
  #menuCabecera form {
    visibility:hidden;
  }
  
  #formBuscador{
	width:80%;
	padding: 1em;
	padding-left:2em;
  }
}


#menuCabecera div.ui-menu {
    width: 100%;
}

#menuCabecera li.ui-menuitem {
    width: 100%;
}
#menuCabecera a.ui-menuitem-link {
	width: 100%;
}
#menuCabecera span.ui-menuitem-text {
    float: left;
    margin-left: 30px;
    letter-spacing:4px;
    word-spacing:5px;
    text-align: left;
    line-height: 1.3em;
    font-size: 3em;
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
    text-transform:none;
}
#content{
	width: 100%;
	min-height: 35em;
	margin-bottom:2em;
}

#center {
    margin: 0em 0em 0em 0em;
    padding: 0em;
    width: 100%;
    float: left;
    color: #293A58;
    min-height: 30em;
}
    
#formBread{
	width:100%;
}
.ui-breadcrumb {
	background: none;
	border:none;
	border-bottom:solid 1px grey;
	border-top: solid 1px grey;
	padding-left: 20px;
}

.ui-breadcrumb ul{
	font-size: 1.5em;	
}

.ui-breadcrumb ul li a.ui-icon-home {
    padding: 0;
    margin-top: 1px;
    overflow: hidden;
    height: 40px;
    width: 40px;    
}


#formBuscador{
	width:95%;
	padding: 1em;
	padding-left: 2em;
}
#formBuscador span{
	width:100%;
}

#formBuscador input{
	border: 1px solid !important;
	border-radius:5px;
	width: 100%;
	font-size: 1.4em !important;
    font-weight: 500 !important;
    color:#293a58 !important;
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
}

.ui-autocomplete-panel .ui-autocomplete-list {
	font-size: 1.2em !important;
    font-weight: 500 !important;
    color:#293a58 !important;
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
}

.ui-fileupload-buttonbar {
	visibility:hidden;
}

.ui-fileupload-buttonbar .ui-fileupload-choose {
    visibility:visible;
   	width: 150px;
	height: 20px;
    text-shadow: none !important;
    background: #f2f2f2!important;
    font-size: 0.8em !important;
    font-weight: 500 !important;
    color:#293a58 !important;
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
    text-align:left;
    transition: background 0.5s, color 1s;    
    border: 1px solid !important;
}

.ui-fileupload-buttonbar .ui-fileupload-choose:hover {
	background: #a80033 !important;
	color:#ffffff !important;
}

/* hide the icons in the file upload button bar */
.ui-fileupload-buttonbar .ui-icon {
    display: none;
}

/* unstyle the file upload button bar background */
.ui-fileupload-buttonbar .ui-widget-header {
    background-color: transparent;
    border: 0 none;
}
.ui-fileupload-buttonbar .ui-fileupload-upload {
    display: none;
}
.ui-fileupload-buttonbar .ui-fileupload-cancel {
    display: none;
}


.ui-fileupload-content {
	border:none !important;
    float: none !important;
    padding: 0em 0em 0em 0em !important;
}

.ui-fileupload-content .ui-messages .ui-messages-error{
	margin: 0em 0em 0em 0em !important;
    padding: 0.1em 0em 0.1em 0em !important;
}

.ui-fileupload-content span.ui-messages-error-icon{
	background: transparent;
}

.ui-fileupload-content table.ui-fileupload-files{
	display: none;
}

.ui-widget-header .ui-icon {
	margin-top: 5px;
}

.loadingGif {
	margin-top: -1em;
    padding-left: 3em;
}

.loadingGifTraslado {
	margin-top: -1.2em;
    padding-left: 2em;
}

.noPointerEvents {
 	pointer-events: none;
}

.colLabelForm{
	width: 11em;
}

.inputSmall input, .inputLarge div.ui-selectonemenu{
	width: 7em !important;
}

.inputMedium input, .inputLarge div.ui-selectonemenu{
	width: 14em !important;
}

.inputLarge input, .inputLarge div.ui-selectonemenu{
	width: 40em !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border:none;
}

#entidad{
    border:1px solid;
}

.button_items {
	border-radius:5px;
	padding: 10px;
	width: 210px;
	height: 100px;
	display: block !important;
    text-shadow: none !important;
    background: none repeat scroll 0 0 #f2f2f2!important;
    font-size: 1.5em !important;
    font-weight: 500 !important;
    line-height: 2em;
    text-decoration: none;
    text-align:center !important;
    color:#293a58 !important;
    font-family:Open Sans;
    /*Regla para formatear lineas texto con width fijo*/
    word-wrap: break-word;
    transition: border-radius 0.5s, background 0.5s, color 1s;
}

.button_itemsSinDescripcion {
	border-radius:0px;
	padding: 10px;
	width: 210px;
	height: 100px;
	display: block !important;
    text-shadow: none !important;
    background: #a80033 !important;
    font-size: 1.5em !important;
    font-weight: 500 !important;
    line-height: 2em;
    text-decoration: none;
    text-align:center !important;
    color:#ffffff !important;
    font-family:Open Sans;
    /*Regla para formatear lineas texto con width fijo*/
    word-wrap: break-word;
    transition: border-radius 0.5s, background 0.5s, color 1s;
}

.button_itemsDescripcion {
	border-radius:0px;
	padding: 10px;
	width: 210px;
	height: 100px;
	display: block !important;
    text-shadow: none !important;
    background: #a80033 !important;
    font-size: 1.2em !important;
    font-weight: 500 !important;
    line-height: 2em;
    text-decoration: none;
    text-align:left !important;
    color:#ffffff !important;
    font-family:Open Sans;
    /*Regla para formatear lineas texto con width fijo*/
    word-wrap: break-word;
    transition: border-radius 0.5s, background 0.5s, color 1s;
}


.button_items.red:hover {
	background: #FF7A6B !important;
}

.ui-panelgrid.paneltems thead th,
.ui-panelgrid.paneltems tbody,
.ui-panelgrid.paneltems tbody tr,
.ui-panelgrid.paneltems tbody td {
    border-style: none;
    background-color: none;
}

.panel_items {
    margin: 10px 30px 10px 0px !important;
    overflow: auto;
    float: left;
    padding-left: 20px;
}

.formAviso {
	clear: both;
}

.ui-panelgrid.panelAviso{
	margin-left: 30px;
}
.ui-panelgrid.panelAviso thead th,
.ui-panelgrid.panelAviso tbody,
.ui-panelgrid.panelAviso tbody tr,
.ui-panelgrid.panelAviso tbody td {
    border-style: none;
    background-color: white;
    font-size:1.1em !important;
}



.imagenLimpiar {
	background:  url("/Avisos/javax.faces.resource/img/limpiar.png.xhtml?ln=0.0.5") !important;
	background-size: 20px 20px !important;
	width: 2em;
    height: 2em;
    border: none !important; 
    cursor:pointer;
    background-repeat:no-repeat !important;
    float: left;
}

.imagenLimpiar span{
	display:none;
}

.imagenLimpiar:hover {
	background:  url("/Avisos/javax.faces.resource/img/limpiar_hover.png.xhtml?ln=0.0.5") !important;
	background-size: 20px 20px !important;
	width: 2em;
    height: 2em;
    border: none !important; 
    cursor:pointer;
    background-repeat:no-repeat !important;
    float: left;
}
	
.button_left {	
	width: 100px;
	height: 30px;
    text-shadow: none !important;
    background: #f2f2f2!important;
    font-size: 1em !important;
    font-weight: 400 !important;
    text-decoration: none;
    color:#293a58 !important;
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
    text-align:center !important;
    transition: background 0.5s, color 1s;    
    border: 1px solid !important;
    margin-right:10px;
}

.button_left:hover {
	background: #a80033 !important;
	color:#ffffff !important;
}

#ficherosUpload_data{
	font-size :0.8em !important;
}
#ficherosUpload_head{
    display: none !important;
}
.ui-datatable table tr td {
	vertical-align:middle;
}
.eliminarFila button{
	width: 20px !important;
	height: 20px !important;
	text-align:none !important;
	background: white;
}

#globalMessages_container div.ui-growl-item-container.error {
	font-size: 1.1em !important;
    font-weight: bold !important;
    color: white;
    background: #a80033 -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.25)), to(rgba(0,0,0,0))) !important;
}