﻿body {
}
.Cabecera
{
    position: absolute;
    top: 60px;
    width: 100%;
    background-color: #F4203E;
    left: 0px;
    text-align: center;
    height: 169px;
}
.CeldaLogo
{
    width: 70px;
    height: 70px;
}
.CabeceraCeldaIzqda
{
    border-style: none;
    margin-top: 0px;
    width: 80%;
}
.CabeceraCeldaDcha
{
    font-size: small;
    text-align: center;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    width: 20%;
    vertical-align: middle;
    font-weight: bold;
}
.BarraIzqda
{
    width: 180px;
    background-color: #FFAEAE;
    top: 229px;
    position: absolute;
    left: 0px;
    right: auto;
    bottom: 0px;
}
.Pie
{
	position: absolute;
	left: 180px;
	top: auto;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-align: center;
	right: 120px;
	font-weight: bold;
	height: 20px;
}
.BarraDcha
{
    width: 120px;
    background-color: #FFAEAE;
    position: absolute;
    left: auto;
    top: 229px;
    right: 0px;
    bottom: 0px;
}
.Publi
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 60px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #008000;
    text-align: center;
    font-weight: bold;
}
.CapaContenido {
    position: absolute;
    top: 249px;
    left: 181px;
    bottom: 0px;
    right: 120px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0000FF;
    font-size: small;
}
.CapaMenu {
    position: absolute;
    top: 230px;
    left: 181px;
    cursor: pointer;
}
.FotoBarraDcha {
	position: absolute;
	bottom: 0px;
}
