#clearnessWidgetHtmlEditor
{/*
    background:White url(/images/backpnl.gif) repeat-x; 
    position:fixed;
    bottom:-200px; 
    padding:auto; 
    margin:auto; 
    height:50%;
    width:100%;
    z-index:1001;*/
    background:White url(/images/backpnl.gif) repeat-x; 
    position: fixed; 
    bottom:-300px; 
    padding:auto; 
    margin:auto; 
    height:400px;
    width:100%;
    z-index:1001;
}

#clearnessWidgetHtmlEditorContent
{
    padding:15px;
    padding-top:20px;
    height:100%;
}

#clearnessWidgetHtmlEditorClose
{
    background:url(/Info/css/Imagenes/icons/btnclose.gif) no-repeat;
}

/* Nuevo Modulo : Contenidos Programados */

.EditorClearness.HtmlEditor .clearnessWidgetRightBottons input.clearnessBotonGuardar,
.EditorClearness.EditorPropiedades .clearnessWidgetRightBottons input.clearnessBotonGuardar
{
	position: absolute;
	right: 30px;
}

.EditorClearness.HtmlEditor .clearnessWidgetRightBottons div.clearnessImgHover.clearnessWidgetRightBotton,
.EditorClearness.EditorPropiedades .clearnessWidgetRightBottons div.clearnessImgHover.clearnessWidgetRightBotton
{
	position: absolute;
	right: 0px;
	padding-left: 0px;
}

div#containerContenidosControls + input.clearnessBotonGuardar
{
    position: relative !important;
    margin-right: 30px !important;
    right: auto !important;
    float:left;
}
div#containerContenidosControls
{
    float:left;
    width:600px;    
}
div#containerContenidosControls > table
{
    float:right;
}
div#LoaderOverDiv
{
    position:absolute;
    top:0px;
    left:0px;
    width:510px;
    height:100%;
    background-color:White;
}
div#LoaderOverDiv > img
{
    float:right;
    margin:5px;
}
div#LoaderOverDiv > span
{    
    color:Gray;
    float:right;
    margin:5px;
}

#ddlPeriodos
{
    margin-top: 3px !important;
    min-width: 170px !important;
}