﻿/* DEFAULTS
/* DEFAULTS
----------------------------------------------------------*/

html   
{
    min-width:340px;
    height: 100%;
}

body   
{
    background: #FFFFFF;
    font-size: 11px;
    font-family: 'Benchnine', Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    min-width:340px;
    min-height: 100%;
    height: 100%;
}


p
{
    margin: 0px 0px 4px 0px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h4, h5, h6
{
    font-size: 1.5em;
    color: #4C4C4C;
    font-variant: inherit;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
	color: #496077;
    font-size: 1.4em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
	font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 18px;
	color: #202020;
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom:5px;
    padding-left:10px;
}

h3
{
	font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 16px; 
	color: #202020;
	text-align: left;
	line-height: 1.2;
    font-weight:normal;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom:5px;
    padding-left:10px;
}

h4
{
	font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 14px; 
	color: #202020;
	text-align: left;
	line-height: 1.2;
    font-weight:normal;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom:5px;
    padding-left:10px;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1000px;
    min-height: 700px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 0px solid #496077;
}

.izquierda
{
    width: 200px;   
    float:left;
    margin:0px 20px 0px 0px;
    background-color: #C92540;
    padding: 10px 0px 60px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*height: 600px;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c92540+0,c92540+68,ffffff+100 */
    /*background: #c92540;
    background: -moz-linear-gradient(top,  #c92540 0%, #c92540 50%, #ffffff 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c92540), color-stop(50%,#c92540), color-stop(100%,#ffffff)); 
    background: -webkit-linear-gradient(top,  #c92540 0%,#c92540 50%,#ffffff 100%); 
    background: -o-linear-gradient(top,  #c92540 0%,#c92540 50%,#ffffff 100%); 
    background: -ms-linear-gradient(top,  #c92540 0%,#c92540 50%,#ffffff 100%);
    background: linear-gradient(to bottom,  #c92540 0%,#c92540 50%,#ffffff 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92540', endColorstr='#ffffff',GradientType=0 ); */

}

.derecha
{
    width: 780px;   
    float:left;
}

.cssDivSearch {position: absolute; float:left; z-index:1; left:200px; top:9px;width: 400px;height:26px;padding: 0px;background-color: white;border: solid 1px #848284;opacity: 0.9;filter: alpha(opacity=90);}
.cssDivOpacity {position: absolute; float:left; z-index:1; left:200px; top:39px;width: 400px;height:26px;padding: 0px;border: solid 0px #848284;opacity: 0.9;filter: alpha(opacity=90);}
.cssTxbAddress {padding:5px 10px 5px 10px; border:0px; width:-moz-calc(100% - 50px);width:-webkit-calc(100% - 50px);width:calc(100% - 50px);}
.cssBtnSearch {float:right;margin:4px 5px 0px 5px;}

.mapaweb
{
    background: #DDDDDD;
    border-top: 1px solid #CACACA;
    min-height:150px;
}

.Subtitulo
{
    font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 16px; 
    color: #4C4C4C;
    text-align: justify;
    margin-top: 4px;
 }

.Subtitulo2
{
    font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 16px; 
    color: #4C4C4C;
    text-align: left;
    margin-top: 4px;
}

.TextoGrande {
    font-Family: 'Cuprum',Verdana,Arial,Helvetica;
    font-size: 16px;
    color: #4C4C4C;
    text-align: justify;
    margin-top: 4px;
}


.Cabecera
{
	font-Family: 'IM Fell English SC',Verdana,Arial,Helvetica;
	font-size: 26px; 
	color: #202020;
	text-align: left;
	font-weight: bold;
    margin-left: 10px;
    padding-top: 5px;    
	padding-bottom: 5px;	
    line-height: 1.4;	
}

.divCabecera
{
    position:relative;
    width:950px;
    z-index:1;
    top:0px; 
    left:0px; 
    display: block;
    height:86px; 
    text-align: center; 
    background:#FFFFFF; 
    border-bottom: 0px solid #2E5584;
}

.divCabecera2
{
    z-index: 1;
    width: 950px;
    text-align: left;
    border: 0px solid #2E5584;
    background: #FFFFFF;
}

.subDivCabecera {
    float:left;
    width:auto;   
}

 .imgCabecera
    {
        border: 1px solid #4C4C4C;  	
        width: 100%;
        height: auto;
    }


.header
{

    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}


.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{

}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    width:100%;
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    bottom: 0px;
    text-align: center;
    line-height: normal;
    display: inline-block;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#FFFFFF;
    width:100%;
    z-index:4;
}

.hideSkiplink
{
    display: none;
}

div.menu
{
    position:relative;
    top:0px;
    left:0px;
    padding: 0px 0px 0px 0px;
    z-index:4;
}

div.menu ul
{
    list-style:none;
    margin: 0px;
    text-align: left;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{ 
    background-color: #C92540;
    float: left;
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    padding: 3px 5px;
    margin: 10px 0px 0px 10px;
    font-size: 9pt;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #FFFFFF;
    width: 160px;
    font-family: tahoma, verdana;
}


div.menu ul li a:hover
{
    /*background-color: #FFFFFF;*/
    color: #000000;
    /*text-decoration:underline;*/
}

/*div.menu ul li a:visited
{
    background-color: #FFFFFF;
    color: #4C4C4C;
    text-decoration: none;
}*/

div.menu ul li a:active
{
    background-color: #CEDBE9;
    color: #000000;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login lCuprum, fieldset.register lCuprum, fieldset.changePassword lCuprum
{
    display: block;
}

fieldset lCuprum.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


.Highlight
{
    background-color: #FEE333;
}

.FilaCabecera
{
    font-Family: 'Cuprum',Verdana,Arial,Helvetica;
    font-size: 16px;
    background-color: #5A5A5A;
    border:0px solid #DDDDDD;
    height:20px;
}

.FilaImpar
{
    background-color: #FFFFFF;
    border:0px solid #DDDDDD;
    height:20px;
}

.FilaPar
{
    background-color: #F1F1F1;
    border:0px solid #DDDDDD;
    height:20px;
}


.Panel
{
    font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 12px; 
	color: #000000;
	text-align: justify;
	background-color: #F8FAFA;	
    padding: 0px;
    border:0px solid #EAEAEA;
    display: inline-block;
    width:100%;
}

.Panel:hover
{
	background-color: #EAEAEA;
}

.PanelArticulo
{
    font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 12px; 
	color: #FFDCB9;
	text-align: justify;
	background-color: #E3E3E3;	
    padding: 5px;
    margin-top: 0px;
    border:1px solid #C6C6C6;
    box-shadow: 5px 5px 5px #888;
    width:100%;
}

.PanelArticulo:hover
{
	background-color: #DADADA;
}

.imagen
{
	COLOR: #323232;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	text-align: center;
	FONT-WEIGHT: bold;
	border-left: 1px; 
	border-left-style: solid; 
	border-right: 1px; 
	border-right-style: solid; 
	border-top: 1px; 
	border-top-style: solid;     
	border-bottom: 1px; 	
	border-bottom-style: solid;    
	border-color: #4C4C4C;    	
	box-shadow: 5px 5px 5px #888;		
	margin-bottom: 5px;
	margin-right: 5px;
}

.EnlaceElemento
{
	font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 16px;
	color: #202020;
	text-decoration: none;	
}

.EnlaceElemento:hover
{
	text-decoration:underline;
}

.Enlace
{
	font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 16px; 
	color: #2E68C8;
	text-decoration: none;	
}

.Enlace:hover
{
	color: #000;
}

.EnlaceMini
{
	font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 14px; 
	color: #2E68C8;
	text-decoration: none;	
}

.EnlaceMini:hover
{
	color: #000;
}

.EnlaceFooter
{
	font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 16px;
	color: #202020;
	text-decoration: none;	
}

.EnlaceFooter:hover
{
    color: #000000;
}

.EnlaceFooterMini
{
	font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 14px;
	color: #4C4C4C;
	text-decoration: none;	
}

.EnlaceFooterMini:hover
{
    color: #000000;
	/*text-decoration:underline;*/
}

.TextoFooter
{
	font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 14px;
	color: #4C4C4C;
	text-decoration: none;	
}

.TextoFooterMini
{
	font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 14px;
	color: #4C4C4C;
	text-decoration: none;	
}


.EnlaceTitulo
{
	font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 16px; 
	color: #2E68C8;
	font-weight: bold;
	text-decoration: none;	
}

.EnlaceTitulo:hover
{
	color: #FF4040;
}

.TablaHojasProximas
{
    border-spacing: 5px;
}

.TDHojaActiva {
    background-color: #E4E4E4;
    padding:5px;
    border:1px solid #B9B9B9;
    text-align: center;
    vertical-align:middle;
    width: 100px;
    height: 50px;
}

.TDHojaProxima {
    background-color: #FFFFFF;
    padding:5px;
    border:1px solid #C8C8C8;
    text-align: center;
    vertical-align:middle;
    width: 120px;
    height: 50px;
}

.TDHojaProxima:hover {
    background-color: #E4E4E4;
    border:1px solid #B9B9B9;
}

.TDHojaProxima a
{
    width: 100%;
    height: 100%;
}
 

/*.TDHojaProxima span {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}*/


.Titulo
{
	font-Family: 'BenchNine',Verdana,Arial,Helvetica;
	font-size: 26px; 
	color: #202020;
	text-align: left;
	margin-top: 4px;
	line-height: 1.4;	
}

.TituloPortada
{
	font-Family: 'BenchNine',Verdana,Arial,Helvetica;
	font-size: 24px; 
	color: #202020;
	text-align: left;
	margin-top: 4px;
	line-height: 1.4;
	text-decoration:none;
}

.TituloPortada:hover
{
	text-decoration:underline;
}


.Seccion
{
	font-Family: 'BenchNine',Verdana,Arial,Helvetica;
	font-size: 24px; 
	color: #202020;
	text-align: left;
	line-height: 1.4;
	border-top: 2px; 
	border-top-style: solid;    
	border-color: #4C4C4C;  
	margin-top: 25px;
    padding: 2px 0px;
    background-color: #FFF;
}

.Texto
{
    color: #333333;
    font-Family: 'Cuprum',Verdana,Arial,Helvetica;
    font-style: normal;
    line-height: 100%;
	font-size: 16px; 
    margin: 8px 0;
    /*min-height: 30px;*/  
    text-align: justify; 
}

.TextoEnLista
{
    color: #333333;
    font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 16px; 
    margin: 0px;
    padding: 2px;    
    text-align: justify; 
    min-width: 80px;
}


.TextoGris
{
    color: #4C4C4C;
    font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 16px; 
    margin: 8px 0;
    min-height: 30px;
    text-align: justify;
}

.TextoMini
{
	font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 14px; 
	color: #4C4C4C;
	margin-top: 0px;
	line-height: 1.2;	
}

.TextoMiniMobile
{
	font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 14px; 
	color: #4C4C4C;
	margin-top: 0px;
	line-height: 1.2;	
}


.TextoMiniGris
{
	font-Family: 'Cuprum',Verdana,Arial,Helvetica;
	font-size: 14px; 
	color: #4C4C4C;
	margin-top: 0px;
}

.Panel {
    background-color: #FFFFFF;
    border-color: #7C94B8;
    border-style: solid;
    border-top: 0;
	border-bottom:1px dotted #C8C8C8;
	border-left: 0;
	border-right: 0; 
    color: #000000;
    font-Family: 'Cuprum',Verdana,Arial,Helvetica;
    font-size: 11px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    text-align: justify;
}
.Panel:hover {
    background-color: #FFFFFF;
}

.blink_me {
    animation: blink 1s step-end infinite;
}

@keyframes blink {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blink {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

.DivEI {
    width: 100%;
    display: inline-block;
    padding: 0px 0px 5px 0px;
}
.DivImgEI {
    width:20px;
    padding-left: 15px;
    display:table-cell;
    float:left;
}
.DivTxtEI {
    padding-left: 5px;
    float: left;
    /*display:table-cell;*/
    display: contents;
}

.DivGrupoInfoDesc {
    width:100%;
    padding: 0px 0px 5px 0px;
    float:left;
    display:table-cell;
}

.grid-25 {width: 25%; float:left;}
.grid-33 {width: 33.33333%; float:left;}
.grid-50 {width: 50%; float:left;}
.announcement {margin: 5px 10px 5px 0px;}
.imgPortada {height:auto; width: 100%; border: 1px solid #4C4C4C;  	}


/* DISPOSITIVOS MÓVILES -*/

@media only screen and (max-width: 950px)
{
    .cabecera
    {
        display:none;
    }

    .izquierda
    {
        display:none;
    }

    .derecha
    {
       width: 100%;   
       float:left;
    }


    .page
    {
        width: 100%;       
        background-color: #fff;
        margin: 2px auto 0px auto;
        border: 0px solid #496077;
    }

    .mapaweb
    {
        /*background: #FF0000;*/
        visibility :collapse;
    }
   

         
    /*.subDivCabecera {
        width: 75%;  
    }*/

    .imgCabecera
    {
        border: 1px solid #4C4C4C;  	
        width: 98%;
        min-width: 340px; 
        height: auto;
    }

    
    .divCabecera
    {
        position:relative;
        width:100%;
        z-index:1;
        top:0px; 
        left:0px; 
        display: block;
        height:52px; 
        text-align: center; 
        background:#FFFFFF; 
        border-bottom: 0px solid #2E5584;
    }

    .divCabecera2
    {
        z-index: 1;
        width: 100%;
        text-align: left;
        border: 0px solid #2E5584;
        background: #FFFFFF;
    }

    .Cabecera
    {
	    font-Family: 'IM Fell English SC',Verdana,Arial,Helvetica;
	    font-size: 22px; 
	    color: #202020;
	    text-align: left;
	    font-weight: bold;
        margin-left: 10px;
        padding-top: 2px;    
	    padding-bottom: 0px;	       
        line-height: 1.4;	
    } 


    .footer
    {
        display:none;
    }

}


@media only screen and (max-width: 800px)
{   

    .page
    {
        width: 100%;       
        background-color: #fff;
        margin: 2px auto 0px auto;
        border: 0px solid #496077;
    }

    .imgLogo
    {
	    border: 0px solid #4C4C4C;  	
        width: 150px;
        height: auto;
    }

    /*div.menu ul li a, div.menu ul li a:visited
    { 
        background-color: #FFFFFF;
        color: #4C4C4C;
        display: inline-block;
        line-height: 1.35em;
        padding: 2px 10px;
        font-size: 20px;
        text-decoration: none;
        white-space: nowrap; 
    }*/
}

@media only screen and (max-width: 600px)
{

    .page
    {
        width: 100%;       
        background-color: #fff;
        margin: 2px auto 0px auto;
        border: 0px solid #496077;
    }

    .grid-25 {width: 100%; float:left;}
    .grid-33 {width: 100%; float:left;}    
    .grid-50 {width: 100%; float:left;}  
    /*.imgPortada {height:auto; width: 40%; border: 1px solid #4C4C4C;  	}*/
    .annoucementleft {float:left;width:35%;}
    .annoucementright {float:left;width:-moz-calc(65% - 10px);width:-webkit-calc(65% - 10px);width:calc(65% - 10px); padding: 0px 0px 0px 10px;}

    .imgLogo
    {
	    display: none;
    }

    .TituloPortada
    {
        font-Family: 'BenchNine',Verdana,Arial,Helvetica;
        font-size: 24px;
	    color: #202020;
	    text-align: left;
	    font-weight: normal;
	    margin-top: 4px;
	    line-height: 1.4;	
    }


    .Subtitulo
    {
        display: none;
    }

    .cssDivSearch {position: absolute; z-index:1; left:120px; top:9px; width:-moz-calc(100% - 87px);width:-webkit-calc(100% - 87px);width:calc(100% - 87px);height:26px;padding: 0px;background-color: white;border: solid 1px #848284;opacity: 0.9;filter: alpha(opacity=90);}
    /*.cssDivOpacity {position: absolute; float:left; z-index:1; left:80px; top:54px;width: 400px;height:26px;padding: 0px;border: solid 0px #848284;opacity: 0.9;filter: alpha(opacity=90);}*/
}

@media only screen and (max-width: 400px)
{
    .page
    {
        width: 100%;       
        background-color: #fff;
        margin: 2px auto 0px auto;
        border: 0px solid #496077;
    }

    .annoucementleft {float:left;width:25%;}
    .annoucementright {float:left;width:-moz-calc(75% - 10px);width:-webkit-calc(75% - 10px);width:calc(75% - 10px); padding: 8px 0px 0px 10px;}

    /*.TituloPortada
    {
      font-Family: 'BenchNine',Verdana,Arial,Helvetica;
      font-size: 24px;
      color: #202020;
      text-align: left;
      font-weight: normal;
      margin-top: 4px;
      line-height: 1.4;
      text-decoration: none;
    }*/

    .Subtitulo2 {display: none;}

    .TextoMiniMobile {display: none;}

    .Cabecera
    {
	    font-Family: 'IM Fell English SC',Verdana,Arial,Helvetica;
	    font-size: 20px; 
	    color: #202020;
	    text-align: left;
	    font-weight: bold;
        margin-left: 8px;
        padding-top: 5px;    
	    padding-bottom: 2px;	
        line-height: 1.4;	
    }

    div.menu ul li a, div.menu ul li a:visited
    { 
        background-color: #FFFFFF;
        color: #4C4C4C;
        display: inline;
        line-height: 1.35em;
        padding: 2px 5px;
        font-size: 20px;
        text-decoration: none;
        white-space: nowrap; 
    }

}


