﻿/* ESTRUCTURA */

.secciones
{
	background-color: #FFFFFF;
	height: 135px;
	width: 100%;
}

.cabecera
{
	background-color: #3C3C3C;
	height: 296px;
	width: 100%;
}

.contenido
{
	position: relative;
	background-color: #4F4F4F;
	height: 666px;
	width: 100%;
}

.pie
{
	position: relative;
	height: 35px; width: 100%;
}

.firmaLogotipo
{
	position: absolute; 
	top: 5px; left: 965px;
}

.textoLegal
{
	position: absolute; 
	top: 8px; left: 8px;
}

/* SECCIONES */

.logotipo { position: absolute; top: 56px; left: 23px; }

.logotipoRamal { position: absolute; top: 58px; left: 800px; }

.separadorLogotipo { position: absolute; top: 17px; left: 276px; }

.menuSecciones, .menuIdiomas { position: absolute; top: 112px; left: 300px; vertical-align: top; }

.menuIdiomas  { left: 875px; }

.menuIdiomas li, .menuSecciones li { float: left; margin-right: 8px; vertical-align: top; }

/* CONTROL ENLACES */

.panelControlEnlaces { position: relative; top: 0px; width:247px; height: 102px;} 

.panelControlEnlaces a { color: #414141; }

.panelControlEnlaces a:hover {  text-decoration: underline; }

.listadoControlEnlaces_1 { position: relative; left: 35px; top: 4px; }

.listadoControlEnlaces_2 { position: absolute; right: 5px; top: 2px; }

.listadoControlEnlaces_1 li { margin-bottom: 7px; }
.listadoControlEnlaces_2 li { margin-bottom: 5px; }

