/**********************************************************
* Especificaciones de estilo general para el portal
*
* @autor Alian
*/


/*********************************************
 ****  I       Etiquetas HTML              ****
 *********************************************/
root {display: block;}
body {
    background: #EDEDED;
    color: #DEDEDE;
    font-size: 11pt;
    font-family: "ubuntu-light","Helvetica",sans-serif;
    letter-spacing: 0.2pt;
    word-spacing: 1.4pt;
    line-height: 1.34em;
    min-width: 600px;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
img{ width: 100%; height: 100%;}
a, a:visited {
    color: #6d5f5f;
    color: #b48862;
    text-decoration: none;
    font-weight: inherit;
    
}
 a:hover, a:focus{
    color: #493636;
    color: #dba881;
    text-decoration: none;
}
a:active{ outline: 0;}
b{font-weight: bold;}

h4,h5,h6{margin-bottom: 10px; margin-top: 5px;} 
h1{font-size: 3em; margin-bottom: 22px; margin-top: 10px;}
h2{font-size: 2em; margin-bottom: 16px; margin-top: 6px;}
h3{font-size: 1.6em; margin-bottom: 13px; margin-top: 4px;}
h4, h5, h6{font-size: 1.3em;}

strong {font-weight: bold;}
em {font-style: italic;}
p { margin-bottom: 10px; }


/*********************************************
 ****  II      Clases generales           ****
 *********************************************/
.clearAll, .clearLeft, .clearRight{ visibility: hidden;}
.clearAll{ clear: both; }
.clearLeft{ clear: left; }
.clearRight{ clear: right; }

.italic{font-style: italic;}

.margin10 { margin: 10px !important;}
.margin20 { margin: 20px !important;}
.marginBottom10 {margin-bottom: 10px !important;}
.marginTop10 {margin-bottom: 10px !important;}
.marginBottom20 {margin-bottom: 20px !important;}
.marginTop20 {margin-bottom: 22px !important;}
.marginTop15{margin-top:15px !important;}

.paddingLeftRight10{padding-left: 10px !important; padding-right: 10px !important;}

.block{ display: block !important;}
.inlineBlock { display: inline-block;}
.left{ float: left;}
.right{ float: right; }

.hiddenElmt{ display: none;}
.displayNone{ display: none !important;}
.invisibleElmt { visibility: hidden;}
 
.textCenter{text-align: center;}
.textRight{text-align: right;}
.textLeft{text-align: left;}

.width50 {width: 50px !important;}
.width100 {width: 100px !important;}
.width150 {width: 150px !important;}
.width200 {width: 200px !important;}
.width250 {width: 250px !important;}
.width450 {width: 450px !important;}
.width01 {width: 10% !important;}
.width02 {width: 20% !important;}
.width05 {width: 50% !important;}

.maxWidth200 { max-width: 200px !important;}
.maxWidth300 {max-width: 300px !important;}
.maxWidth450 {max-width: 450px !important;}
.maxWidth600 {max-width: 600px !important;}
.minWidth200 {min-width: 200px !important;}
.minWidth400 {min-width: 400px !important;}

.positionRelative{ position: relative;}
.positionAbsolute{ position: absolute;}
.menu{
}

.prioridad4 { background: none repeat scroll 0 0 rgba(250, 0, 0, 0.1);}
.prioridad5 { background: none repeat scroll 0 0 rgba(250, 0, 0, 0.3);}
.mainBlock{ width: 100%; }
.contentWrapperBlock{
    width: 80%;
    margin: 0 auto;
}

.blockquote { margin: 14px 0 16px 4%; font-size: 0.8em; line-height: 1.4em;}
.blockquote > p { line-height: 1.15em; margin-bottom: 0.4em !important; }
.referencia{ margin-top: 20px;}
span.referenciaTitle { font-weight: bold; display: block;}
span.referenciaContent { font-size: 0.8em; display: block; line-height: 1.4em;}

.file{ text-indent: 18px; margin-bottom: 5px; margin-left: 10px;}
.pdf-icon { background: url('../img/icons/application-pdf.png') no-repeat left center;}
.word-icon { background: url('../img/icons/application-word.png') no-repeat left center;}

.title { display: inline-block; font-weight: bold; margin-bottom: 2px;}
.titleLabel {
    display: inline-block;
    margin-right: 1%;
    width: 30%;
}
.topicHeader{
    display: block;
    color: #424242;
    line-height: 2em;
    min-height: 50px;
    padding-top: 10px;
}
.important{ color: #C80000; font-size: 8pt;}
.notyfySuccess{
    display: block;
    text-align: center;
}
.notifyError {
    background: none repeat scroll 0 0 #944832;
    color: #D4B892;
    font-size: 91%;
    font-style: italic;
    text-align: center;
}
.notifyError2 {
    background: none repeat scroll 0 0 #F2C1C1;
    color: #434343;
    display: block;
    font-size: 9pt;
    text-align: left;
    line-height: 12pt;
    padding: 3px 3px 3px 5px;
    margin: 10px;
    min-width: 120px;    
    box-shadow: 0px 3px 4px -3px rgba(0, 0, 0, 0.5);
}

.notifyErrorArrowUp{  
    background: url("../img/icons/spriteFlechas.png") no-repeat scroll 0 -55px transparent;
    position: absolute;
    left: 45%;
    top: 0;
    height: 10px;
    width: 15px;
}
.notifyErrorArrowDown{   
    background: url("../img/icons/spriteFlechas.png") no-repeat scroll 0 -75px transparent;
    position: absolute;
    left: 45%;
    bottom: 0;
    height: 10px;
    width: 15px;
}
.notifyErrorArrowLeft{
    background: url("../img/icons/spriteFlechas.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
}
.notifyErrorArrowRight{   
    background: url("../img/icons/spriteFlechas.png") no-repeat scroll 0 -28px transparent;
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 14px
}

.overlayAjax{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: url("../img/icons/loading.gif") center center no-repeat rgba(255,255,255,0.5);
    z-index: 50;
}
.overlayAjaxBlack {
    background: none repeat scroll 0 0 rgba(25, 25, 25, 0.4);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

.link {
    cursor: pointer;
    display: inline-block;
}
.dropArrow {
    width: 10px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    display: inline-block;
    background: url('../img/icons/flechaDown.png') no-repeat 0 0;
}
.dropArrow:hover,
.dropArrow:focus,
.dropArrowActive{
    width: 10px;
    height: 7px;
    display: inline-block;
    background: url('../img/icons/flechaDown.png') no-repeat 0 -14px;
}

.icon {
    background: url("../img/icons/spriteIcons.png") repeat scroll 0 0 transparent;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    margin-bottom: 3px;
}
.icon.plus { background-position: -406px -203px}
.icon.del { background-position: -366px -204px;}
.icon.info { background-position: -684px -203px; }
.icon.view { background-position: -408px -163px;}
.icon.upArrow { background-position: -770px -323px; padding-left: 4px !important;
    padding-right: 5px;}
.icon.downArrow { background-position: -730px -321px; padding-left: 4px !important;
    padding-right: 5px;}
.icon.upArrowBig { background-position: -326px -401px; }
.icon.downArrowBig { background-position: -365px -401px; }
.icon.edit { background-position: -247px -2px; }
.icon.close { background-position: -327px -205px; }
.icon.trash { background-position: -7px -282px; }
.icon.email { background-position: -166px -1px; }
.icon.details { background-position: -526px -42px; }

span.handler{display: inline-block;}    /*clases para manejar slides y demas */
.handler{margin-bottom: 10px; cursor: pointer;}

.inputInfo{
    right: -5px;
    top: 10px;
}
.inputInfoHover{ width: 200px; z-index: 520;}    
.inputInfoHover .icon{ margin: 0 0 0 92px; }    
.textDesc {
    background: none repeat scroll 0 0 #434343;
    font-size: 10pt;
    padding: 5px;
    line-height: 1.1em;
}
.iconButtonWrapper {
    cursor: pointer;
    padding: 0.1em;
    width: 160px;
}

.tableNav { /* para la navegación en las paginas de una tabla ya creada */
    margin-right: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.sectionElement{
    line-height: 2em;
}
.ui-front {
    z-index: 600;
}

/*********************************************
 ****  II.0    Tablas                     ****
 *********************************************/
.table_1 td:first-child {
  min-width: 135px;
  padding-left: 10px;
}
.table_1 td {
  padding: 5px 0;
}
.table_1 td[colspan] {
  padding-left: 0;
}

/*********************************************
 ****  II.1    Overlay                    ****
 *********************************************/
.contentOverlayWrapper {
    height: 80%;
    left: 20%;
    margin: 0 auto;
    position: absolute;
    top: 10%;
    width: 60%;
    z-index: 510;
}
.contentOverlayWrapper div.top{ 
    width: 100%; 
    height: 30px;
    background-color: #323232;
}
.contentOverlayWrapper div.closeHandler{
    cursor: pointer;
    width: 30px;
    height: 30px;
    float: right;
    border-left: 2px dotted #cccccc;
}
.contentOverlayWrapper div.top .close {
    background-color: white;
    background-position: -328px -205px;
    margin-left: 7px;
    margin-top: 6px;
    padding: 7px;
    z-index: 70;
}
.contentOverlayWrapper div.ajaxContent {
    background: none repeat scroll 0 0 white;
    box-shadow: 0 8px 9px -7px black;
    color: #666666;
    height: 95%;
    overflow-x: auto;
    padding: 10px;
}

/*********************************************
 ****  III     Tablas generales           ****
 *********************************************/
table{}
thead{}
tbody{}
th{}
tr{}
td{}

/*********************************************
 ****  III.1   Tablas generales           ****
 *********************************************/
table.table1{
    margin: 20px 0;
    width: 100%;
}
table.table1 thead{
    background: none repeat scroll 0 0 #434343;
    color: #DFDFDF;
}
table.table1 th{
    min-width: 70px;
    padding: 10px 5px;
}
table.table1 td{
    min-width: 70px;
    padding: 5px 5px;
    border-right: 1px solid #cccccc;
}
table.table1 td:last-child{ border-right: none;}



table.stdTable{
    margin-top: 20px;
    width: 90%;
}
table.stdTable thead{
    font-weight: bold;
    background: #323232;
    color: #EDEDED;
    padding: 0.5em;
}
table.stdTable td{padding:0.5em;}
table.stdTable tbody tr:nth-child(odd) { background-color: #EFEFEF; }

/*********************************************
 ****  IV      Formularios general        ****
 *********************************************/
input{
    color: #575757;
    border: 1px solid #CCCCCC;
    border-radius: 1px 1px 1px 1px;
}
input[disabled]{
    opacity: 0.5;
}
input.error{ box-shadow: 0 0 4px 1px #FDC1C1; }
input.displayNone { display: none !important;}
label{
    
}
input[type=text]{
    
}
select{
    border: 1px solid #CCCCCC;
    border-radius: 1px 1px 1px 1px;
    padding: 0.55em 0.3em;
}
input[type=submit]{
    background: #C4AC95;
    border: 1px solid #9C939A;
    color: #202020;
    padding: 0.2em;
}
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus{
/*    background: #C9B39C;*/
}
input[type=submit],
.button1{
    border: 1px solid #434343;
    background: #434343;
    color: #DFDFDF;
    padding: 0.35em 0;
    line-height: 1.25em;
    cursor: pointer;
}
.button1 a{color: #DFDFDF;}

.button1:hover{background: #636363;}
input[type=submit]:hover{
    background: #636363;
}
.formNotifyArea{        /* wrapper para poner las notificaciones */
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    font-size: 0.9em;
    line-height: 1.2em;
}
form .anotation{
    font-size: 90%;
    line-height: 1.2em;
    margin-left: 40%;
    margin-top: 10px;
    width: 56%;
}

/*********************************************
 ****  IV.1    formulario tipo 1          ****
 *********************************************/
body form.ajax{
    width: 100%;
}
.stdForm1{
    
}
.stdForm1 input.error{
/*    border-color: #944832;
    box-shadow: 0 0 2px 0px #944832;*/
}

.stdForm1 input{
    display: block;
    margin: 0 auto 0.5em;
}
.stdForm1 input[type=text], 
.stdForm1 input[type=password]{
    width: 89%;
    padding: 0.5em 0.1em;
    
} 
.stdForm1 label{
    clear: both;
    float: left;
    width: 40%;
    text-align: right;
    margin-right: 1%;
    padding: 0.2em 0;
    display: none;
}
.stdForm1 input[type=submit]{
    margin-bottom: 0.2em;
}
.stdForm1 .notifyError{
    margin: 4px -2px -2px 0;
}


/*********************************************
 ****  IV.2   formulario tipo 2           ****
 *********************************************/
form.stdForm2{    
    width: 80%;
}
form.stdForm2 fieldset{ margin-bottom: 1em;}
form.stdForm2 legend{ 
    font-size: 0.85em;
    font-style: italic;
    padding-left: 35%;
    width:80%;
}

form.stdForm2 label{
    display: inline-block;
    float: left;
    clear: both;
    width: 33%;
    text-align: right;
    line-height: 1.72em;
    padding-top: 4px;
    margin-right: 2%;
}
form.stdForm2 input{
    width: 56%;
    margin: 0.2em 0 0.4em 0%;
    padding: 0.55em 0.3em;
    font-size: 0.83em;
}
form.stdForm2 select{
    margin: 0.2em 0 0.4em 0%;
    padding: 0.55em 0.3em;
    font-size: 1em;
    display: inline-block;
}
form.stdForm2 textarea {
    margin: 0.2em 0 0.4em 0%;
    height: 100px;
}
.stdForm2 input[type=submit]{
    margin-bottom: 0.2em;
    padding: 0.3em 1.4em; 
    width: 200px;
}


/*********************************************
 ****  IV.3    formulario tipo 3          ****
 *********************************************/
form.stdForm3{   
}
form.stdForm3 fieldset{ margin-bottom: 1em;}
form.stdForm3 legend{ 
    font-size: 0.85em;
    font-style: italic;
    margin-left: 31%;
}

form.stdForm3 label{
    display: block;
    float: left;
    clear: left;
    width: 30%;
    text-align: right;
    line-height: 1.72em;
    margin-right: 1%;
    padding-top: 4px;
}
form.stdForm3 input,
form.stdForm3 textarea,
form.stdForm3 select{
    min-width: 270px;
    margin: 0.2em 0 0.4em 0;
    padding: 0.55em 0.3em;
    font-size: 0.83em;
    display: block;
}
form.stdForm3 select{
    font-size: 13px;
    width: 200px;
}


form.stdForm3 textarea{ 
    vertical-align: top;
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    height: 100px;
    font-size: 9pt;
    line-height: 1em;
}
form.stdForm3 textarea.smallInput{
    width: 56% !important;
    display: inline-block;
}
.stdForm3 input[type=submit]{
    margin: 10px 0 0.2em 31%;
    padding: 0.3em 1.4em; 
    width: 150px;
    min-width: 150px;
}


/*********************************************
 ****  IV.3    formulario tipo 4          ****
 *********************************************/
form.stdForm4{   
    margin-bottom: 20px;
}
form.stdForm4 fieldset{ margin-bottom: 1em;}
form.stdForm4 legend{ 
    font-size: 0.85em;
    font-style: italic;
    margin-left: 31%;
}

form.stdForm4 label{
    display: inline-block;
    width: 20%;
    text-align: left;
    line-height: 1.72em;
    margin-right: 1%;
    padding-top: 4px;
}
form.stdForm4 input,
form.stdForm4 textarea,
form.stdForm4 select{
    min-width: 270px;
    margin: 0.2em 0 0.4em 0;
    padding: 0.55em 0.3em;
    font-size: 0.83em;
}
form.stdForm4 select{
    font-size: 13px;
    width: 200px;
}


form.stdForm4 textarea{ 
    vertical-align: top;
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    height: 100px;
    font-size: 9pt;
    line-height: 1em;
}
form.stdForm4 textarea.smallInput{
    width: 56% !important;
    display: inline-block;
}
.stdForm4 input[type=submit]{
    padding: 0.3em 1.4em; 
    width: 150px;
    min-width: 150px;
}


/*********************************************
 ****  IV.3    formulario tipo 5          ****
 *********************************************/
form.stdForm5{
    
}
.addAuthor{
    margin-left: 21%;
}
.delAuthor{
    position: absolute;
    right: -24px;
    top: 26px;
} 
form.stdForm5 fieldset{
    margin-bottom: 10px; 
}
form.stdForm5 legend{ 
    font-size: 0.85em;
    font-style: italic;
    padding-left: 21%;
    display: inline-block;
    width: 50%;
}
form.stdForm5 label{
    float: left;
    clear: left;
    width: 20%;
    text-align: left;
    line-height: 1.72em;
    margin-right: 1%;
    padding-top: 4px;
}
form.stdForm5 input,
form.stdForm5 textarea,
form.stdForm5 select{
    min-width: 350px;
    margin: 0.2em 0 0.4em 0;
    padding: 0.55em 0.3em;
    font-size: 0.83em;
    display: inline-block;
}
form.stdForm5 select{
    font-size: 13px;
    width: 200px;
}


form.stdForm5 textarea{ 
    vertical-align: top;
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    height: 100px;
    font-size: 9pt;
    line-height: 1em;
}
form.stdForm5 textarea.smallInput{
    width: 56% !important;
    display: inline-block;
}
.stdForm5 input[type=submit]{
    margin: 10px 0 0.2em 21%;
    padding: 0.3em 1.4em; 
    width: 150px;
    min-width: 150px;
}



/*********************************************
 ****  V       Header section             ****
 *********************************************/

#headerWrapper{
    height: 70px;
    background: #232222;
    position:relative;
    z-index: 2;
/*    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSIjNDAzYzNmIj48L3JlY3Q+CjxwYXRoIGQ9Ik0wIDBMOCA4Wk04IDBMMCA4WiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiMxZTI5MmQiPjwvcGF0aD4KPC9zdmc+");
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAwIiBoZWlnaHQ9IjMwMCI+CjxmaWx0ZXIgaWQ9Im4iIHg9IjAiIHk9IjAiPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC43IiBudW1PY3RhdmVzPSIxMCIgc3RpdGNoVGlsZXM9InN0aXRjaCI+PC9mZVR1cmJ1bGVuY2U+CjwvZmlsdGVyPgo8cmVjdCB3aWR0aD0iMzAwIiBoZWlnaHQ9IjMwMCIgZmlsbD0iIzAwMCI+PC9yZWN0Pgo8cmVjdCB3aWR0aD0iMzAwIiBoZWlnaHQ9IjMwMCIgZmlsdGVyPSJ1cmwoI24pIiBvcGFjaXR5PSIwLjQiPjwvcmVjdD4KPC9zdmc+");*/
}

/*********************************************
 ****  V.3     Logo                       ****
 *********************************************/
#logoWrapper{ position: relative; }
#sloganWrapper{
    font-size: 4em;
    height: 65px;
    text-transform: uppercase;
    color: white;
    position: absolute;
    left: 0;
    
    font-family: "pn-regular";
}
#sloganWrapper a{ display: block; font-family: "pn-regular"; color: white;padding-top: 31px;}
#sloganWrapper a:hover,
#sloganWrapper a:focus,
#sloganWrapper a:active{ color: white;}


/*********************************************
 ****  V.2     User menu y login          ****
 *********************************************/
#accountWrapper{
    display: block;
    position: relative;
    text-align: right;
    width: 80%;
    height: 20px;
    font-size: 10pt;
    z-index: 2;
}
ul.userLoginMenu{
}
ul.userLoginMenu li{
    display: inline-block;
    margin-left: 2px; 
}
ul.userLoginMenu li > a{ color: #757575; padding: 5px 8px 11px 5px;display: inline-block;}
ul.userLoginMenu li > a:hover,
ul.userLoginMenu li > a:active,
ul.userLoginMenu li > a:focus{ color: #EEEEEE;}

ul.userLoginMenu li.active{ 
}
ul.userLoginMenu li.active > a{ 
    color: #313131; 
    background: white;
    border-right: 1px solid #656464;
    padding-left: 8px;
}
div#login{
    width: 220px;
    position: absolute;
    right: 0;
    top: 30px;
    border-right: 1px solid #656464;
    border-bottom: 1px solid #656464;
    border-left: 1px solid #656464;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
    z-index: 5;
}
#login > form#loginForm{
    background: white;
    padding: 0.6em 0.1em 0.1em;
}
#recoverPass a{color: #DFDFDF; display: block;}

#login > form#loginForm input[type=submit],
#login > form#loginForm #recoverPass{
    margin: 0 auto 0.5em;
    width: 90%;
    font-size: 11pt;
}
#login > form#loginForm input[type=submit]{ 
    margin-top: 22px;
}
#login > form#loginForm input[type=submit]:hover,
#login > form#loginForm #recoverPass:hover{
    background: #636363;
}


/*********************************************
 ****  V.3     Menu de usuario            ****
 *********************************************/
#userMenu {
    float: right;
    width: 200px;
    color: #767676;
}
#userMenuHeader{
    padding: 5px 0px 7px 6px;
}
#userMenuHeader:hover,
#userMenuHeader:focus,
#userMenuHeader:active,
#userMenu.active{
    color: #EEECEA; /* descartado */
    color: #9A9691;
}
#userMenuHeader:hover .dropArrow,
#userMenuHeader:focus .dropArrow,
#userMenuHeader:active .dropArrow{
    background: url('../img/icons/flechaDown.png') no-repeat 0 -14px;
}
#userMenu.active #userMenuHeader .dropArrow{
    background: url('../img/icons/flechaDown.png') no-repeat 0 0;
}
#userMenu.active #userMenuHeader{
    background: #3C332A;    /*marron oscuro*/
    background: #E5E5E5;
    background-image: url("../img/textura_10.html");
    
    background: none repeat scroll 0 0 white;
    border-right: 1px solid #454545;
    color: #313131;
}
ul.userMenu{
    background: #3C332A;    /*marron oscuro*/
    background: #E5E5E5;
    background: white;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
    float: right;
    width: 160px;
    border-bottom: 1px solid #656464;
    border-left: 1px solid #656464;
    border-right: 1px solid #656464;
}
ul.userMenu li{
    display: block;
    margin: 0.15em 0;
    text-align: left;
    color: #4A4A4A;
}
ul.userMenu li:first-child{ margin-top: 0px; }
ul.userMenu li:last-child{ margin-bottom: 0px; }

ul.userMenu li:hover,
ul.userMenu li:active,
ul.userMenu li:focus{
    background: #454545;
    color: #EDEDED;
}
ul.userMenu li a{
    color: inherit;
    display: block;
    padding: 0.5em 0 0.5em 6px;
}
ul.userMenu li a:hover,
ul.userMenu li a:focus,
ul.userMenu li a:active{ 
/*    color: #EEECEA; 
    color: #313131;*/
}


/*********************************************
 ****  V.4     Menu principal             ****
 *********************************************/
#mainMenuWrapper{
    margin-top: 10px;
    line-height: 40px;
    text-align: right;
    clear: right;
    font-size: 1.5em;
    font-family: ubuntu-light,sans-serif;
}
#mainMenuWrapper a{ color: inherit;}
ul.mainmenu{
    text-transform: uppercase;
}
ul.mainmenu li{ display: inline; float: left; color: #676767;}
ul.mainmenu li:hover,
ul.mainmenu li:focus,
ul.mainmenu li:active,
ul.mainmenu li a:hover,
ul.mainmenu li a:focus,
ul.mainmenu li a:active{ color: #DDDDDD; }
ul.mainmenu li.activeMenu{ color: white; }
ul.mainmenu li.active { color: white; }

ul.mainmenu li:nth-child(n+2){
    border-left: 1px solid #474747;
}

ul.mainmenu li a{
    padding: 0px 30px;
    margin: 0 2px;
    display: block;
}
ul.mainmenu li:first-child a{ padding: 0px 34px; }
ul.mainmenu li:last-of-type a{
    padding-right: 0px;
    margin-right: 0px;
}

ul.mainmenu li .sublist{
    font-size: 70%;
    position: absolute;
    display: none;
    z-index: 1;
    color: inherit;
}
ul.mainmenu li .sublist .sublistElmt{
    display: block;
    background: #222222;
    text-align: left;
    text-transform: lowercase;
    color: #676767;
}
ul.mainmenu li .sublist .sublistElmt:hover,
ul.mainmenu li .sublist .sublistElmt:focus,
ul.mainmenu li .sublist .sublistElmt:active{ color: #DDDDDD; }
ul.mainmenu li .sublist .sublistElmt.active{ color: white; }
ul.mainmenu li .sublist .sublistElmt a{
    margin: 0px;
    padding-left: 0.5em;
    display: block;
}




/*********************************************
 ****  VI      Body section               ****
 *********************************************/

#pageContentWrapper{
    background: white;
    color: #666666;
    overflow: hidden;
    
}

#pageContentWrapper p{
    margin-bottom: 10px;
}

#pageContent{
    text-align: center;
    z-index: 0;
}
.leftWrapper{
    height: 100%;
    position: fixed;
    top: 0;
    width: 150px;
    z-index: 1;
}
#pageContent .videoWrapper{
    position: relative;
    z-index: 0;
/*    
    */min-width: 1400px;
}
video{
    width: 100%;
    min-width: 1400px;
    /*margin: -35px auto 0 auto;*/
    /*height: 100%;*/
    z-index: 0;
    top: -35px;
    left: 0;
    position: absolute;
}


.sectionContentWrapper{
    text-align: left;
    margin: 0 0 2em 10em;
    line-height:1.4em;
    word-spacing: 0.2em;
    font-size: 1.2em;
    color: rgb(100,100,100);
}
.sectionContentArticle {
    position: relative;
    text-align: justify;
}
.sectionContentArticle .articleContent{
    float: left;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
        
}

.articleContent .articleContentTitle{
    display: block;
    margin-bottom: 0px;
}
.sectionContentArticle h6{
    margin: 20px 0 2px 0;
    text-decoration: underline;
}


/*********************************************
 ****  VI.1    Registrarse                ****
 *********************************************/

#registerForm{ margin-top: 1.3em; font-size: 1.1em;}
#registerForm input[type=submit]{ margin-top: 0.7em;}


/*********************************************
 ****  VI.2    Administración             ****
 *********************************************/
#leftMenuWrapper{
    float:left;
    width: 200px;
    padding-top: 60px;
    font-size: 11pt;
}

ul.leftMenu{
    text-align: left;
}
ul.leftMenu li{
    display: block;
    margin: 4px 0;
    padding-left: 7px !important;
    background: url("../img/icons/leftWhiteBar.png") no-repeat scroll 0 0 transparent;
}
ul.leftMenu li.active{ background: url("../img/icons/leftBlackBar.png") no-repeat scroll 0 0 transparent; }
ul.leftMenu li a,
ul.leftMenu li.subListHeader {
    display: block;
    padding: 0.4em 0;
    color: inherit;
    cursor: pointer;
}

ul.leftMenu li.subListHeader{ padding-left: 0 !important; }
ul.leftMenu li.subListHeader span{padding-left: 7px;}
ul.subList{ font-size: 90%; }
ul.subList li a{ padding-left: 15px !important;}

#adminContentWrapper{
    margin-left: 220px;
    display: block;
    text-align: left;
}

#notificationWrapper{
    width: 100%;
}
#notificationWrapper > *{
    height: 30px;
}

/*********************************************
 ****  VI.3    Noticias                   ****
 *********************************************/
#addNews label{
    display: inline-block;
    width: 20%;
    text-align: right;
    line-height: 1.72em;
    padding-top: 4px;
    padding: 0.5em 0;
}
#addNews input[type=text],
#addNews textarea{
    margin-right: 19%;
    width: 40%;
    padding: 0.5em 0.1em;
}


/*********************************************
 ****  VI.4    Comunicaciones             ****
 *********************************************/
.authorWrapper{ display: inline-block; position: relative;}
form.stdForm3 .addAuthor{
    display: block;
    margin-left: 31%;
}
form.stdForm3 .delAuthor{
    position: absolute;
    right: -30px;
    top: 20px;
}



/*********************************************
 ****  VI.5    Contactar                  ****
 *********************************************/
#overlayMapContact {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.56);
    height: 500px;
    left: 100px;
    position: absolute;
    top: 0;
    width: 350px;
    z-index: 1;
}
#contactInfo{
    width: 90%;
    margin: 30% auto 0 auto;
    font-size: 1.1em;
}
form#contactForm.stdForm2{width: 96%;margin: 0 auto;}

/*********************************************
 ****  VII     Footer section             ****
 *********************************************/

#footerWrapper{
    height: 180px;
    color: #323232;
    position: relative;
    z-index: 100;
    background: #EDEDED;
}
#footer{
    height: 140px;
    padding-top: 35px;
}
#socialWrapper{
    height: 50px;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
#social {
    position: relative;
}
.socialItem{
    float: right;
    height: 50px;
    left: 100px;
    margin-top: -14px;
    margin-left: 10px;
    opacity: 0.3;
    width: 50px;
}
.socialItem object{
    height: 100% !important;
}

.socialItem embed{
/*    width: 60px;
    height: 60px;*/
}

#newsReferenceWrapper{
    background: white;
    height: 180px;
    position: absolute;
    left: 10%;
    width: 170px;
    z-index: 1;

    /*background: rgba(220,220,220,0.5);*/
/*    border-radius: 2px 2px 2px 2px;*/
}
#newsReferenceWrapper h3{
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
}
#newsReferenceWrapper ul{ padding-left: 10px;font-size: 10pt;}
#newsReferenceWrapper ul li{ display: block; margin-bottom: 10px;}
#newsReferenceWrapper ul li a{ color: inherit;}




#footerSliderWrapper{
    height: 100px;
    position: relative;
    top: 15px;

    overflow: hidden;
}
#footerSlider{
    margin-left: 200px;
    position: relative;
}
#footerSlider .sliderContent {
    font-size: 2.5em;
    line-height: 90px;

    opacity: 0;
    position: absolute;
}
#footerSlider .sliderContent:first-child { line-height: 45px; opacity: 1;}
#footerSlider .sliderContent:nth-child(3) { line-height: 45px; }
.sliderNav{ 
    position: absolute; 
    top: 40px;
    width: 50px; 
    text-align: center;
    cursor: pointer;
    color: white;
    z-index: 1;
    opacity: 0.2;
}
.sliderNav:hover{ opacity: 0.7;}
.sliderNav:first-child{ 
    top: 40px;
    left: 0; 
    line-height: 100px;
    background-image: url("../img/icons/flechaPre.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center left;
}
.sliderNav:last-child{ 
    top: 40px;
    right: 0; 
    line-height: 100px;
    background-image: url("../img/icons/flecha.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center left;
}




/*********************************************
 ****  VII.1   Noticias                   ****
 *********************************************/
#newsWrapper{
    background: white;
    color: #323232;
}
.news{
    position: relative;
    margin: 0 0 30px 0;
    padding-left: 200px;
    text-align: justify;
}
.news:first-child{
    padding-top: 10px;
}
.news:last-child{
    margin-bottom: 0;
    padding-bottom: 10px;
}
.newsDate {
    position: absolute;
    top: 16px;
    left: 5px;
    font-style: italic;
}



/*********************************************
 ****  VIII    JqueryUI                   ****
 *********************************************/



/*********************************************
 ****  VIII.1   addNews                   ****
 *********************************************/
#addNews.ui-tabs{
    border: none;
}
#addNews ul.ui-tabs-nav {
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    height: 2.55em;
    padding-left: 50px;
}
#addNews ul.ui-tabs-nav li{
    height: 2.4em;
    border-radius: 0px;
}

#addNews div.ui-tabs-panel{
    padding-left: 0px;
    padding-right: 0px;
}





/*********************************************
 ****  VIII    Text              ****
 *********************************************/

#communicattionHandler{
    cursor:pointer;
    display:inline-block;
    padding:0.5em 4em 0.5em 0em;
    
}



/*********************************************
 ****  IX      Animaciones              ****
 *********************************************/
.wrapper_animaciones {
  height: 292px;
  overflow: hidden;
  position: relative;
  top: 140px;
  width: 100%;
}
.wrapper_animaciones > img {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
}