﻿body 
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	background: #303030 url(../images/back.gif);
}
div#pagina 
{
    background-color: White;
	border-bottom: 4px solid White;
	border-left: 4px solid White;
	border-right: 4px solid White;
}
div#cabecera 
{
	background: #2A4970 repeat-x bottom url(../images/header_bg.png);
	color:#2A4970;
	font-family: Arial, Sans-Serif;
    font-size: 14px;
    text-transform: uppercase;
	min-height: 98px;
	height: 148px;
}
img#imgLogo 
{
    position: relative;
    left: 50px;
    top: 0px;
}
div#copyright 
{
    padding: 3px 0 1px 0;
    text-align: center;
    font-family: Arial, Sans-Serif;
    font-size: 10px;
}

table.objetos {width: 100%;}

span.idiomas 
{
    float: right;
    margin: 0 20px 3px 0;
    color: #CCC;
}
span.idiomas span.seleccionado a:link, span.idiomas span.seleccionado a:visited, span.idiomas span.seleccionado a:hover, span.idiomas span.seleccionado a:active
{
    color: White;
}
span.idiomas a:link, span.idiomas a:visited, span.idiomas a:hover, span.idiomas a:active
{
    color: #999;
}
h1 
{
    font-family: Century Gothic, Sans-Serif;
    font-size: 19px;
    font-weight: bold;
    margin: 10px 0 7px 7px;
    color: Black;
    text-transform:uppercase;
}
input.text, select, textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
}
a:link, a:visited, a:hover, a:active {color: Blue;} /*#FFBA26;}*/
img.icono 
{
    margin-right: 5px;
    vertical-align: middle;
}
.alternativo 
{
    font-size: 14px;
    font-weight: bold;
}