﻿body 
{
    width: 100%;
}


/* PAGINA CON MENU A LA IZQUIERDA */
#paginamenuizquierdo
{
    /*Formato: <div class="pagina">
                <div id="cabecera-envoltorio"><header id="cabecera">...</header></div>
                <div id="contenido-envoltorio"><div id="contenido">...</div></div>
                <div id="finpagina">...</div>
               </div>
               <div class="piepagina">...</div>

    */
    width: 100%;
    margin:  0 0 0 0;
    padding: 0 0 0 200px;
    height: 100%;
}


#paginamenusuperior
{
    /*Formato: <div class="pagina">
                <div id="cabecera-envoltorio"><header id="cabecera">...</header></div>
                <div id="contenido-envoltorio"><div id="contenido">...</div></div>
                <div id="finpagina">...</div>
               </div>
               <div class="piepagina">...</div>

    */
    width: 100%;
    margin:  0 0 0 0;
    padding: 0 0 0 0px;
    height: 100%;
}


#cabeceramenuizquierdo-envoltorio
{
    background: #ffffff;
    float: left;
    width: 200px;
    margin-left: -200px;
    padding: 0;
    text-align: left;
}

#cabeceramenusuperior-envoltorio
{
    background: #ffffff;
}

#contenido-envoltorio
{
    background: #f7f7f7 url('images/bg04.png');
    float: right;
    width: 100%;
    padding: 0;
}

#contenidomenusuperior-envoltorio
{
	background: #f7f7f7 url('images/bg04.png');
	border-top: solid 1px #fff;
	padding: 15px 0 45px 0;
}


/*CABECERA*/
#cabeceramenuizquierdo
{
	/*min-height: 156px;*/
	/*position: relative;*/
    vertical-align: bottom;

}

    #cabeceramenuizquierdo h1
    {
	    position: absolute;
	    left: 0;
	    bottom: 25px;
	    font-family: 'Lobster', sans-serif;
	    font-size: 2.75em;
    }
	
	    #cabeceramenuizquierdo h1 a
	    {
		    color: #353d40;
		    text-decoration: none;
	    }

    #cabeceramenuizquierdo nav
{
    position: relative;
    font-weight: 200;
    float: left;
    top: 20px;
    left: 0px;
}
	
			#cabeceramenuizquierdo nav a
			{
				color: #353d40;
				text-decoration: none;
				font-size: 1.4em;
				outline: 0;
                padding: 3px 0 3px 10px;
                margin:0px 0 0px 10px;
                display: block;
                width: 190px;
                

                border-style: solid none solid none;
                border-radius: 10px 0px 0px 10px;

                border-top-width: thin;
                border-bottom-width: thin;
                border-bottom-color: #C0C0C0;
                border-top-color: #404040;

			}

			#cabeceramenuizquierdo nav a:hover
            {
                color: #395aa6;
                cursor: pointer;
            }


#cabeceramenusuperior
{
	min-height: 108px;
	/*position: relative;*/
    vertical-align: bottom;

}

    #cabeceramenusuperior h1
    {
	    position: absolute;
	    left: 0;
	    bottom: 25px;
	    font-family: 'Lobster', sans-serif;
	    font-size: 2.75em;
    }
	
	    #cabeceramenusuperior h1 a
	    {
		    color: #353d40;
		    text-decoration: none;
	    }

    #cabeceramenusuperior nav
{
    position: absolute;
    font-weight: 200;
    float: left;
    top: 70px;
    left: 300px;
}
	
			#cabeceramenusuperior nav a
			{
				color: #353d40;
				text-decoration: none;
				font-size: 1.4em;
				outline: 0;
                padding: 3px 0 3px 10px;
                margin:0px 0 0px 10px;
                width: 190px;
			}

			#cabeceramenusuperior nav a:hover
            {
                color: #395aa6;
                cursor: pointer;
            }


#finpagina
{
    clear:both;
}


#piemenuizquierdo
{
/*    position: absolute;
    top:100%;
    height: 140px;
    width: 200px;
    margin-top: -140px;*/
    padding-top: 70px;
    clear:both;
}
/* Footer */

	#piepagina
{
    border-width: thin;
    border-color: #C0C0C0;
    color: #546b76;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
    display: block;
    width: 100%;
    text-align: center;
    line-height: 100px;
    border-top-style: solid;
  	background-color: #8BbE72;
   	font-size: 0.8em !important;
}
	
		#piepagina h2
		{
			font-size: 1.25em;
			color: #212f35;
			margin: 0 0 1em 0;
		}
		
		#piepagina a
		{
			color: #546b76;
		}



/******* CONTENIDOS ********/

#contenido
{
}
	
		#contenido section
		{
			background: #fff;
			padding: 20px 30px 45px 40px;
			box-shadow: 2px 2px 2px 1px rgba(128,128,128,0.1);
			margin: 10px 10px 10px 10px;
			border-radius: 24px;
		}

        /*Título*/
		#content h2
		{
			font-size: 1.8em;
			color: #373f42;
			margin: 0 0 0.25em 0;
		}
		/*Subtítulo*/
		#content h3
		{
			color: #373f42;
			font-size: 1.35em;
		}

		/*Subtítulo*/
		#content h4
        {
            padding-top: 10px;
			color: #96a9b5;
            font-size: 1.25em;
        }
		
		#contenido a
		{
			color: #ED391B;
		}
		
		/*Una línea en blanco entre el header y el contenido*/
		#contenido header
		{
			margin: 0 0 0 0;
		}
		
	.imagenconborde
	{
		display: block;
		background: #fff url('images/bg04.png');
		padding: 10px;
/*
 		box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.15);
 */
		margin: 0 0 1.5em 0;
		outline: 0;
	}
	
		.imagenconborde img
{
    display: block;
    width: 100%;
    cursor: pointer;
}



.panelpopup
{
     width: 400px;
     padding: 15px;
}

.anchocompleto
{
    width: 100%;
}


#promocion-envoltorio
{
	background: #353D40 url('images/bg02.jpg');
/*		border-bottom: solid 1px #272e31;  */
	padding: 45px 0 45px 0;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
}


	#promocion
	{
		color: #a0a8ab;
		padding: 0 15px 0px 15px;
	}

	
		#promocion h2
		{
			font-size: 1.25em;
			color: #fff;
			margin: 0 0 0.25em 0;
		}

		#promocion a
		{
			color: #e0e8eb;
		}
		
		#promocion strong
		{
			color: #fff;
		}
		
.imagenencuadro
	{
		display: block;
		background: #fff url('images/bg04.png');
		padding: 10px;
/*
 		box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.15);
 */
		margin: 0 0 1.5em 0;
		outline: 0;
	}
	
.imagenencuadro img
{
    display: block;
    width: 100%;
    cursor: pointer;
}

/*Incluye secciones y subsecciones. Las subSecciones no utilizan margen para maximizar espacio*/
.multiplesSecciones
{
    
}

.multiplesSecciones section
{
    margin: 0 !important;
    padding: 10px !important;
}



/*LISTADOS DE DATOS PARA TABLAS DE COORDINADOR*/
table.listaValores
{
    color: #000000;
    margin: 0px;
    width: 100%;

}


.listaValores tr
{
    background-color: White;
}

.listaValores tr:nth-child(odd) 
{
     background: #C6C6EF; 
}

.listaValores td
{
    padding: 3px;
}

.listaValores tr:first-child th:first-child
{
        border-radius: 10px 0px 0px 0px;
}
.listaValores tr:first-child th:last-child 
{
        border-radius: 0px 10px 0px 0px;
}

.listaValores td:last-child
{
    text-align: right;
}

.listaValores tr:first-child td:first-child
{
        border-radius: 10px 0px 0px 0px;
}
.listaValores tr:first-child td:last-child 
{
        border-radius: 0px 10px 0px 0px;
}

.listaValores tr:last-child td:first-child
{
        border-radius: 0px 0px 0px 10px;
}

.listaValores tr:last-child td:last-child 
{
        border-radius: 0px 0px 10px 0px;
}


/*LISTADOS DE TEXTOS. Igual que listaValores pero alineado siempre a la izquierda*/
table.listaTextos
{
    color: #000000;
    margin: 0px;
    width: 100%;
}


.listaTextos tr
{
    background-color: White;
}

.listaTextos tr:nth-child(odd) 
{
     background: #C6C6EF; 
}

.listaTextos td
{
    padding: 3px;
}

.listaTextos tr:first-child th:first-child
{
        border-radius: 10px 0px 0px 0px;
}
.listaTextos tr:first-child th:last-child 
{
        border-radius: 0px 10px 0px 0px;
}

.listaTextos td:last-child
{
    text-align: justify;
}

.listaTextos tr:first-child td:first-child
{
        border-radius: 10px 0px 0px 0px;
}
.listaTextos tr:first-child td:last-child 
{
        border-radius: 0px 10px 0px 0px;
}

.listaTextos tr:last-child td:first-child
{
        border-radius: 0px 0px 0px 10px;
}

.listaTextos tr:last-child td:last-child 
{
        border-radius: 0px 0px 10px 0px;
}

.svgcontainer
{
 /*   width:100%;
    height:100%;
    position:relative;top:0;left:0;bottom:0;right:0;*/
}

svg
{
    top:0px;    
}

.toolTip{
    background: rgba(20,20,20,0.9) center left 5px no-repeat;
    border: 2px solid #87cefa;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #333;
    color: #87cefa;
    font-size: 0.8em;
    padding: 10px 10px 10px 35px;
    max-width: 600px;
    position: absolute;
    z-index: 100;   
}

.toolTip a
{
    color: #00FF00;
}

.tituloColapsable
{
    background-color:#e6e6e6;
    border:dashed 1px;
    border-top:dashed 1px;
    border-color:rgba(0,0,0,0.4);
    height: 22px;
}

.tituloColapsable h5
{
    padding-left:40px;
    padding-top:0px;
    font-size:16px;
    text-align:left;
    vertical-align: middle;
}
.tituloColapsable input
{
    position:absolute;
    margin-top:3px
}

.Grafica
{
    width:100% !important;
    height: 100% !important;
}

/**
    Nuevos estilos 2016. Documentados en http://intranet.renesys.es:1969/CMS/DetalleContenido.aspx?Id=214
*/
.PanelPopup
{
    border-width: medium;
    border-style: outset;
    padding: 20px !important;
    background-color: #CCCCFF;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #333;
}