﻿body
{
    font-family: eurofurencelightRegular;
    font-size: 15px;
    width: 1024px;
    margin: auto;
    color: #9CCAD0;
}

@font-face
{
    font-family: 'eurofurencelightRegular';
    src: url('./fonts/eurof35-webfont.eot');
    src: url('./fonts/eurof35-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/eurof35-webfont.woff') format('woff'), url('./fonts/eurof35-webfont.ttf') format('truetype'), url('./fonts/eurof35-webfont.svg#eurofurencelightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#head
{
    padding: 0px 20px 2px 20px;
    height: 110px;
}
a
{
    text-decoration: none;
    color: #9CCAD0;
}
a:hover
{
    color: White;
}

li
{
    list-style: none;
}

@font-face
{
    font-family: 'eurofurencelightitalic';
    src: url('./fonts/eurof36-webfont.eot');
    src: url('./fonts/eurof36-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/eurof36-webfont.woff') format('woff'), url('./fonts/eurof36-webfont.ttf') format('truetype'), url('./fonts/eurof36-webfont.svg#eurofurencelightitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face
{
    font-family: 'eurofurenceregular';
    src: url('./fonts/eurof55-webfont.eot');
    src: url('./fonts/eurof55-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/eurof55-webfont.woff') format('woff'), url('./fonts/eurof55-webfont.ttf') format('truetype'), url('./fonts/eurof55-webfont.svg#eurofurenceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'eurofurenceitalic';
    src: url('./fonts/eurof56-webfont.eot');
    src: url('./fonts/eurof56-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/eurof56-webfont.woff') format('woff'), url('./fonts/eurof56-webfont.ttf') format('truetype'), url('./fonts/eurof56-webfont.svg#eurofurenceitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face
{
    font-family: 'eurofurencebold';
    src: url('./fonts/eurof75-webfont.eot');
    src: url('./fonts/eurof75-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/eurof75-webfont.woff') format('woff'), url('./fonts/eurof75-webfont.ttf') format('truetype'), url('./fonts/eurof75-webfont.svg#eurofurencebold') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face
{
    font-family: 'eurofurencebolditalic';
    src: url('./fonts/eurof76-webfont.eot');
    src: url('./fonts/eurof76-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/eurof76-webfont.woff') format('woff'), url('./fonts/eurof76-webfont.ttf') format('truetype'), url('./fonts/eurof76-webfont.svg#eurofurencebolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
.Fondo
{
    /*     background-color: Black;          background-image: url(../Images/fondo.png);          background-repeat: repeat-x;     */ /* rgb(0,75,128); Old browsers */
    background: rgba(1,20,52,1); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiMwMDRiODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDExNDM0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, rgba(0,75,128,1) 12%, rgba(1,20,52,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(12%,rgba(0,75,128,1)), color-stop(100%,rgba(1,20,52,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,75,128,1) 12%,rgba(1,20,52,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,75,128,1) 12%,rgba(1,20,52,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,75,128,1) 12%,rgba(1,20,52,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,75,128,1) 12%,rgba(1,20,52,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b80', endColorstr='#011434',GradientType=1 ); /* IE6-8 */
}
.Menu
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    padding: 0px;
    margin: 0px;
}
.Menu li
{
    display: table-cell;
    vertical-align: middle;
    float: left;
    background: url(../Images/Boton.png) no-repeat top;
    height: 38px;
    width: 82px;
    background-position: left;
    border: none 0px;
}
.Menu li a
{
    height: 38px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 74px;
}
.LogoLifeCLSBig
{
    background-image: url(../Images/logo-BIG.png);
    background-color: transparent;
    width: 396px;
    height: 110px;
    border-style: none;
    border: 0px;
}

.LogoLifeCLSSmall
{
    background-image: url(../Images/logo-SMALL.png);
    background-color: transparent;
    width: 228px;
    height: 63px;
    border-style: none;
    border: 0px;
}

.Botones
{
    font-family: eurofurenceregular !important;
    font-size: 15px !important;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/Boton.png) no-repeat top;
    height: 38px;
    width: 90px;
    border: none 0px;
    cursor: pointer;
}
.Botones:hover
{
    color: White;
}
.BotonDisabled
{
    opacity: 0.5;
}
.BotonValidar:hover, .BotonRechazar:hover, .BotonComprobar:hover, .BotonPreview:hover, .BotonPublicar:hover, .BotonDespublicar:hover, .BotonNew:hover, .BotonClose:hover, BotonBuscar:hover
{
    color: White;
}
.BotonValidar
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/web_validar.png) no-repeat top;
    height: 65px;
    width: 47px;
    background-position: 50% 0%;
    border: none 0px;
    cursor: pointer;
}
.BotonRechazar
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/web_rechazar.png) no-repeat top;
    height: 65px;
    width: 47px;
    background-position: 50% 0%;
    border: none 0px;
    cursor: pointer;
}
.BotonComprobar
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/web_comprobar.png) no-repeat top;
    height: 65px;
    width: 72px;
    background-position: 50% 0%;
    border: none 0px;
    cursor: pointer;
}
.BotonPreview
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/web_preview.png) no-repeat top;
    height: 65px;
    width: 54px;
    background-position: 50% 0%;
    border: none 0px;
    cursor: pointer;
}
.BotonPublicar
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/web_publicar.png) no-repeat top;
    height: 65px;
    width: 47px;
    background-position: 50% 0%;
    border: none 0px;
    cursor: pointer;
}
.BotonDespublicar
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/web_despublicar.png) no-repeat top;
    height: 65px;
    width: 70px;
    background-position: 50% 0%;
    border: none 0px;
    cursor: pointer;
}
.BotonNew
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/nuevo.png) no-repeat top;
    height: 65px;
    width: 50px;
    background-position: center top;
    border: none 0px;
    cursor: pointer;
}
.BotonNew:hover
{
    color: White;
}
.BotonFondo:hover
{
    color: White;
}
.BotonFondo
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/web_fondo.png) no-repeat top;
    height: 65px;
    width: 50px;
    background-position: 50% 0%;
    border: none 0px;
    text-align: center;
    cursor: pointer;
}
.BotonContenido:hover
{
    color: White;
}
.BotonContenido
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/web_fondo.png) no-repeat top;
    height: 65px;
    width: 60px;
    background-position: 50% 0%;
    border: none 0px;
    text-align: center;
    cursor: pointer;
}
.BotonOrganizar:hover
{
    color: White;
}
.BotonOrganizar
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/web_organizar.png) no-repeat top;
    height: 65px;
    width: 60px;
    background-position: 50% 0%;
    border: none 0px;
    text-align: center;
    cursor: pointer;
}
.BotonClose
{
    position: relative;
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/icon-cerrar.png) no-repeat top;
    height: 32px;
    width: 32px;
    background-position: center top;
    border: none 0px;
    cursor: pointer;
}
.BotonBuscar
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/lupa.png) no-repeat top;
    height: 65px;
    width: 47px;
    background-position: 50% 0%;
    border: none 0px;
    cursor: pointer;
    position: absolute;
    right: 15px;
}
.BotonLateral
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/boton-lateral.png) no-repeat top;
    height: 38px;
    width: 100px;
    background-position: center;
    border: none 0px;
    cursor: pointer;
}
.BotonEdit
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/icon-edit.png) no-repeat top;
    height: 65px;
    width: 50px;
    background-position: center top;
    border: none 0px;
    cursor: pointer;
}
.BotonEdit:hover
{
    color: White;
}
.BotonEliminar
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/icon-eliminar.png) no-repeat top;
    height: 65px;
    width: 58px;
    background-position: 50% 0%;
    border: none 0px;
    text-align: center;
    cursor: pointer;
}
.BotonZoom:hover
{
    color: White;
}
.BotonZoom
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/icon-zoom.png) no-repeat top;
    height: 65px;
    width: 47px;
    background-position: 50% 0%;
    border: none 0px;
    cursor: pointer;
}
.BotonAnadir
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/icon-plus.png) no-repeat top;
    height: 18px;
    width: 18px;
    background-position: right;
    border: none 0px;
    margin-left: 10px;
    cursor: pointer;
}
.BotonEliminar:hover
{
    color: White;
}
.BotonUser
{
    font-family: eurofurenceregular;
    font-size: 11px;
    color: #9CCAD0;
    background-color: transparent;
    height: 14px;
    width: 101px;
    background-position: right;
    border: none 0px;
    margin-top: 5px;
    cursor: pointer;
}
.BotonUser:hover
{
    color: White;
}

.DataUser
{
    float: right;
    color: white;
    font-size: 12px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.DataProduct
{
    float: right;
    color: white;
    margin-top: 20px;
    padding-right: 10px;
    font-weight: bold;
    text-align: center;
}
.Pestanas
{
    font-family: eurofurenceregular;
    font-size: 15px;
    color: #9CCAD0;
    background-color: transparent;
    background: url(../Images/pestana.png) no-repeat top;
    height: 34px;
    width: 113px;
    background-position: right;
    border: none 0px;
}
.Pestanas:hover
{
    color: White;
}

.bordesredondos
{
    border-bottom-color: #9CCAD0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-left-color: #9CCAD0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #9CCAD0;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #9CCAD0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    width: 99.8%;
    height: 510px;
}
.bordesredondos-padding
{
    border-bottom-color: #9CCAD0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-left-color: #9CCAD0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #9CCAD0;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #9CCAD0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    padding-left: 10px;
    padding-top: 10px;
}

.stylefont1
{
    font-family: eurofurenceregular;
    font-size: 17px;
    color: Black;
}
.stylefont2
{
    font-family: eurofurenceregular;
    font-size: 20px;
    color: White;
    text-align: center;
}
.stylefont3
{
    font-family: Arial;
    font-size: 10px;
    color: Black;
    text-align: center;
}

.LoginInput
{
    border: none;
    width: 150px;
}

#LoginTabla
{
    padding: 8px 8px 8px 8px;
    width: 100px;
    height: 50px;
    background-color: White;
}

.EditMarcoDisenTabla
{
    background-color: transparent;
    width: 1100px;
    height: 50px;
}
.lifeclm-grid
{
    background-color: transparent;
    border: 0px solid #9CCAD0;
    border-spacing: 1px;
    table-layout:fixed;
}
.lifeclm-grid-header
{    
    border-spacing: 1px;
    table-layout:fixed;
}
.Fila
{
    width: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
    height: auto;
    display: table-row;
}
.FilaListados
{
}
.TextoFilaListados
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background: none repeat scroll 0 0 #E1DEDE;
    border-image: none;
    border-right: 1px solid #9CCAD0;
    border-left: 1px solid #9CCAD0;
    border-top: 1px solid #9CCAD0;
    border-bottom: 5px solid #004B80;*/
    background: none repeat scroll 0 0 #E1DEDE;
    border-color: #9CCAD0;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px;
    color: Black;
    display: table-cell;
    height: 50px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    border-width:1px;
    overflow:hidden;
    text-overflow:ellipsis;
}
.CheckFilaListados
{
    padding: 10px 10px 10px 10px;
    vertical-align: top;
    display: table-cell;
    vertical-align: middle;
    color: #9CCAD0;
}
.HeaderFilaListados
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border: 1px solid none;
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    color: #9CCAD0;
    font-size: 17px;
}
.HeaderFilaListadosDummy
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border: 1px solid none;
    display: table-cell;
    text-align: center;
    color: #9CCAD0;
    font-size: 17px;
    vertical-align: middle;
}
.Selected
{
    color: White;
}
.TdColor
{
    padding: 10px 10px 10px 10px;
    vertical-align: top;
    background-color: White;
    border: 1px solid #9CCAD0;
}

.AlertTabla
{
    font-family: eurofurenceregular;
    font-size: 15px;
    text-align: center;
    background-image: url(../Images/webclmx72.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #9CCAD0;
    background-color: transparent;
    border: none 0px;
    height: 100px;
    width: 305px;
    vertical-align: bottom;
    display: table-cell;
    padding-bottom: 10px;
}
.TextoAlerta
{
    clear: both;
    padding-bottom: 10px;
}

.MarcoTablaConenido1
{
    background-color: transparent;
    width: 900px;
    height: 50px;
}
.TablaConenido1
{
    background-color: transparent;
    border: 1px solid #9CCAD0;
    padding: 10px 10px 10px 10px;
    border-spacing: 1px; /* background-image: url(../Images/go-to-slide.png);     background-position:center;     background-repeat: no-repeat;     background-size: 1000px;  */
}

.Degradado0
{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiM5Y2NhZDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiM5Y2NhZDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
    background: -moz-linear-gradient(top,  rgba(156,202,208,0) 30%, rgba(156,202,208,0.5) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(156,202,208,0)), color-stop(100%,rgba(156,202,208,0.5))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(156,202,208,0) 30%,rgba(156,202,208,0.5) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(156,202,208,0) 30%,rgba(156,202,208,0.5) 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(156,202,208,0) 30%,rgba(156,202,208,0.5) 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  rgba(156,202,208,0) 30%,rgba(156,202,208,0.5) 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ccad0', endColorstr='#809ccad0',GradientType=0 ) !important; /* IE6-8 */
}

.Degradado1
{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzljY2FkMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjOWJjOGNlIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNzg5ZWE2IiBzdG9wLW9wYWNpdHk9IjAuNTMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUzNzI3YyIgc3RvcC1vcGFjaXR5PSIwLjUzIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(156,202,208,0) 0%, rgba(155,200,206,0) 2%, rgba(120,158,166,0.53) 50%, rgba(83,114,124,0.53) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,202,208,0)), color-stop(2%,rgba(155,200,206,0)), color-stop(50%,rgba(120,158,166,0.53)), color-stop(100%,rgba(83,114,124,0.53))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(156,202,208,0) 0%,rgba(155,200,206,0) 2%,rgba(120,158,166,0.53) 50%,rgba(83,114,124,0.53) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(156,202,208,0) 0%,rgba(155,200,206,0) 2%,rgba(120,158,166,0.53) 50%,rgba(83,114,124,0.53) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(156,202,208,0) 0%,rgba(155,200,206,0) 2%,rgba(120,158,166,0.53) 50%,rgba(83,114,124,0.53) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(156,202,208,0) 0%,rgba(155,200,206,0) 2%,rgba(120,158,166,0.53) 50%,rgba(83,114,124,0.53) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ccad0', endColorstr='#8753727c',GradientType=0 ); /* IE6-8 */
}

.bordesredondosblanclo
{
    border-bottom-color: #ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ffffff;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ffffff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
}

/* version 2.0 */
.LoginInput
{
    border: none;
    width: 150px;
}

#LoginTabla
{
    padding: 8px 8px 8px 8px;
    width: 100px;
    height: 50px;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.PopUp01
{
    margin-top: 1px;
    width: 465px;
    height: 450px;
    text-align: right;
    padding: 1px;
}
.PopUp
{
    margin-top: 1px;
    width: 470px;
    height: 400px;
    text-align: right;
    padding: 1px;
}
.PopUpDiv01
{
    width: 470px;
}
.PopUpTabla01
{
    width: 100%;
    height: 40px;
}
.PopUpTabla02
{
    width: 100%;
    margin: 15px 0px 0px 0px;
}
.PopUpTabla03a
{
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.PopUpTabla03b
{
    width: 100%;
    height: 100%;
    height: 140px;
    margin: 0px 0px 0px 0px;
}

.PopUpTabla04a
{
    text-align: center;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.PopUpTabla03
{
    text-align: center;
    width: 100%;
    text-align: left;
}
.PopUpDiv02a
{
    border: 0px;
    margin: 0px 0px 0px 10px;
}
.PopUpDiv02
{
    text-align: center;
    width: 100%;
    border: 0px;
    margin: 0 auto;
}
.PopUpImputText
{
    width: 350px;
    margin: 0px 0px 0px 10px;
}
.PopUpLinkText
{
    width: 235px;
}
.PopUpFont01
{
    font-weight: bold;
}
.PopUpImputTextMultiLine
{
    width: 350px;
    height: 35px;
    margin: 0px 0px 0px 10px;
}
.PopUpTit
{
    color: White;
    font-size: 18px;
    font-weight: bold;
}
.PopUpLinea
{
    width: 437px;
}
.PosLeft
{
    text-align: left;
}
.PosRight
{
    text-align: right;
}
#indicator
{
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.overlay
{
    background-color: black;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    position: fixed;
    right: 0;
    top: 0;
}
.overlay-text
{
    background: none repeat scroll 0 0 white;
    border: 1px solid;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    padding: 10px 14px;
    text-align: center;
    width: 300px;
}

#edit-content
{
    overflow: auto;
    height: 510px;
}

.html
{
    width: 99%;
}
