.iconcontainer {
border: 1px solid black; 
padding: 5px; 
margin: 2px; 
float: left;
}


.iconcontainer input {
width: 66px; 

}

.iconcontainer img {
background: #7F7F7F;
border: 1px solid black; 
width: 64px; 
height: 64px; 

}

.iconcontainer div {
 float: right;
 cursor: pointer !important;
 padding-left: 5px;
 font-weight: bold;
}

.iconcontainer select {
font-size: 10px; 
width: 66px;

}

.iconcontainer2 {
border: 1px solid black; 
padding: 5px; 
margin: 2px; 
float: left;
}

.iconcontainer2 img {
background: #7F7F7F;
border: 1px solid black; 
width: 32px; 
height: 32px; 

}

#sectorestable {
 border-collapse: collapse;
}

#sectorestable tr {
 border-bottom: 0;
}

#sectorestable td {
 padding: 8px 4px 8px 4px;
}


#sectorestable tr:nth-child(even) {
 background-color: #DDDDDD;
}

#sectorestable img {
 width: 24px; 
 height: 24px; 
 cursor: pointer; 
 background: #7F7F7F;
} 

#menuadmin,#menuinformes {
 padding: 10px;
}

#menuadmin img,#menuinformes img {
 width: 32px;
 height: 32px;
}

#menuadmin div,#menuinformes div {
 border: 1px solid silver;
 padding: 5px;
 margin: 2px;
 text-align: center;
 float: left;
 cursor: pointer;
}

#menuadmin div {
 width: 100px;
 height: 80px;
}

#menuinformes div {
 width: 100px;
 height: 100px;
}



#menuadmin div:hover,#menuinformes div:hover {
 border: 1px solid black;
 background: #FFE9CC;
}

#AgdEditorBack,#TextEditorBack,#DateEditorBack,#ImgEditorBack {
    z-index:10000;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position:fixed;
}

#AgdEditor,#DateEditor,#ImgEditor {
    position: relative;
    height:80%;
    overflow:auto;
    top:3%;
    bottom:20%;
    padding:10px;
    padding-bottom:30px;
    margin: auto;
    width: 62%;
    background: white;
    border: 1px solid black;
    
}
#TextEditor{
    word-wrap: break-word;
    position: relative;
	margin:auto;
	top: 10%;
    padding: 10px;
    width: 50%;
    height: 400px;
    background: white;
    border: 1px solid black;


}
/* No se porque este mod llevaba esto centrado...*/
.o2k7Skin table td {
    vertical-align: top !important;
}

#AgdEditor select 
{
    overflow:hidden;
    -webkit-appearance: none;
    -moz-appearance: window;
}

.previatipooferta {
    background: gray;
    color: white;
    border: 1px solid silver;
    margin-top: 20px;
    margin-bottom: 8px;
}

#errordate,#erroragd,#errorImg {
    color: red;
}

.agdficha {
    border: 1px solid black;
    padding: 5px;
    margin-top: 8px;
    margin-left: 8px;
    background: #CCFFDD;
    float: left;
    cursor: pointer;
}


.agdfichadeleted {
    border: 1px solid black;
    padding: 5px;
    margin-top: 8px;
    margin-left: 8px;
    background: silver;
    float: left;
    cursor: pointer;
}

.agdtitulo,.offertitulo {
 font-weight: bold;
 font-size: 18px;
 color: #009EE0;
}

#DayText {
 width: 99%;
}

#exporttab { 
 border-collapse: collapse;
 border: 0px;
}

#exporttab th { 
 background: gray;
 color: white;
 border: 1px solid black;
} 

#exporttab td { 
 padding-left: 16px;
 padding-right: 16px;
 border: 1px solid black;
} 

#exporttab tr:nth-child(even) {
 background-color: #DDDDDD;
}

.tagiconsel,.tagpinsel {
 margin: 2px;
 width: 24px;
 height: 24px;
 cursor: pointer;
 
}

.tagiconsel {
 background: #CCCCCC;
 border: 1px solid silver;
 
}

.infortable {
 width: 100%;
}

.infortable th {
 border: 1px solid silver;
}

.pestana {
 color: white;
 background: #006EB0;
 vertical-align: middle;    
 display:table-cell;
 margin-bottom: 0px;
 padding: 8px 20px 3px 20px;
 -khtml-border-radius: 15px 15px 0 0;
 -webkit-border-radius: 15px 15px 0 0;
 -moz-border-radius: 15px 15px 0 0;
 border-radius: 15px 15px 0 0;
 cursor: pointer;
}

.pestanaselected {
 font-weight: bold;
 background: #009EE0;
}

#CuerpoMapEditor {
 border-top: 2px solid #006EB0;
 margin-top: -2px;
 width: 500px;
}


#MapEditor2,#MapEditor3,#MapEditor4 {
 display: none;
 height: 600px;
 width: 500px;
 overflow-y: auto;
 overflow-x: hidden;
}

#FormularioFilters {
    background: white;
}

#TextFilter {
 border: 1px solid silver;
 width: 480px;
 margin-top: 8px;
 font-size: 14px !important;
}

.filtercar {
 width: 480px;
 margin-top: 12px;
 background: gray;
 color: white;
 border: 1px solid black;
 padding: 4px;
 clear: right;
}

.filtertag {
 margin-left: 6px;
 float: left;
}

.actionimgs {
 width: 16px;
 height: 16px;
 margin-left: 6px;
}

#listadositios {
width: 480px;
font-size: 10px !important;
}

#listadositios th{
 background: gray;
 color: white;
 border: 1px solid black;
 padding: 4px;
}

#listadositios tr:nth-child(even) {
 background-color: #DDDDDD;
}

#listadositios tr:hover {
 background-color: #FFDDDD;
}

.mapeditordivinput {
display: block;
float: left;
margin-top: 10px;
margin-right: 10px;
}

#mapeditorfields {
 font-size: 12px;
}    

#mapeditortags {
 clear: both;
}

.mapeditordivinput input[type="text"],select {
 border: 1px solid silver;
 height: 20px;
 font-size: 12px !important;
}


.TabUbiFormRespuesta {
 margin-top: 20px;
}

.tagblock {
float: left; 
vertical-align: top;
border: 1px solid silver;
margin: 4px;
margin-top: 20px !important;
}

#currentimages {
 height: 180px;
 border: 1px solid silver;
 overflow-y: auto;
}

#usersareasrights {
 border: 1px solid silver;
 width: 100%;
 border-collapse: collapse;
}

#usersareasrights td {
 border-bottom: 1px solid silver;
}

#usersareasrights th:nth-child(n+2) {
 border: 1px solid silver;
/*-webkit-transform: rotate(-90deg); 
-moz-transform: rotate(-90deg);    
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

#usersareasrights td:nth-child(n+2) {
 text-align: center;
}

.CerrarLightBox {
 height:20px;
 width:20px;
 cursor: pointer;
 float: right;
 position: relative;
 top: -10px;
 right: -10px;
}

.CerrarLightBox  {
    -webkit-transform: scale(.75);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;}

.CerrarLightBox:hover {
	-webkit-filter: contrast(30%);
    -webkit-transform: scale(0.9);
    -webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 200ms;
}    


#TextEditorHtml * {
    word-wrap: break-word;
}