/* ---------- Paginas Generales ---------- */
body {
background-color: #FBFDFF;
background-image: url("images/fondo_pagina.jpg");
font-family: 'Helvetica','Arial';
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

div.menu {
color:#FFFFFF;
font-size:18px;
font-weight:bold;
text-align:center;
margin-left: 20px;
margin-right: 20px;
}
div.menu a{
color:#FFFFFF;
text-decoration:none;
}
div.menu a:hover{
color:#FDD72F;
text-decoration:none;
}

div.submenu {
color:#1F5D9C;
font-size:18px;
font-weight:bold;
text-align:center;
margin-left: 10px;
margin-right: 10px;
}
div.submenu a{
color:#1F5D9C;
text-decoration:none;
}
div.submenu a:hover{
color:#FF0000;
text-decoration:none;
}


div.titulo_promociones {
color:#F3F9FE;
font-size:36px;
font-weight:bold;
text-align:center;
line-height: 1.5;
margin-bottom: 15px;
}

div.titulo_portada {
color:#020032;
font-size:38px;
text-align:left;
margin-bottom: 15px;
}

div.subtitulo_portada {
color:#020032;
font-size:30px;
text-align:center;
margin-bottom: 15px;
}

div.texto_portada {
color:#666666;
font-size:18px;
text-align:justify;
margin-bottom: 10px;
}

div.titulo_seccion {
color:#FDD72F;
font-size:18px;
font-weight:bold;
text-align:left;
margin-left: 5px;
}

.sombra {
box-shadow: 2px 2px 5px #999999;
}

div.centro {
margin-left: 408px;
}

/* ---------- Derechos ---------- */

div.texto_pie {
color:#FFFFFF;
font-size:15px;
text-align:center;
}

/* ---------- Desarrollador ---------- */

div.texto_desarrollador {
color:#666666;
font-size:12px;
text-align:center;
}