@CHARSET "ISO-8859-1";
#fondo {
	width: 100%;
	height: 100%;
    background-image:url("../img/fondo.png");
    background-repeat:repeat-x;
    background-position:top;
}
table td{
	font-family: sans-serif;
    border:0;
    vertical-align:top;
}
#menu {
	background-color: #005BC3;
}
#menu table{
	width: 100%;
	background-color: #73C4E9;
}
#menu td{
	border: 0px;
	border-top: solid 1px #73C4E9;
 
}
#menu a{
	padding-top: 3px;
    padding-bottom: 2px;
    margin-left: 12px;
	vertical-align: middle;
	background-color: #005BC3;
	font-size: 10pt;
	color: white;
	font-weight:bold; 
	text-decoration: none;
	display: block;
	width: auto;
	text-align: left;
	height: 18px;
	padding-left: 10px;
}
#menu a:HOVER {
	color: #73C4E9;
}
#menu a.menu-sel {
    width:150px;
    color: #73C4E9;
}
.rec-marca {
    margin-left:30px;
    padding:0;
    width:100px;
    font-size:7pt;
    background-color:#73C4E9;
}
.marca {
    margin-left:30px;
    margin-top:0;
    padding:0;
    font-size:10pt;
    color: #005BC3;
}
.fotos {
	border-bottom: 5px solid #005BC3;
	border-left: 5px solid #005BC3;
	border-right: 5px solid #005BC3;
    background-color:#005BC3;
}
.fotos-derecha td{
        margin:10px;
        padding:3px;
}
.fotos-deracha img{
        margin:0;
        padding:0;
}
#tapa-ralla {
    position: relative;
    width:50px;
    height:0px;
    left:638px;
}
#tapa-ralla div{
    position:absolute;
    width:50px;
    height:5px;
    background-color:white;
    top:-5px;
}
.texto{
    font-size:9pt;
    text-align:justify;
    margin-left:30px;
    margin-right:30px;
    line-height:14pt;
}
.texto-lista {
	font-size:9pt;
    text-align:justify;
    margin-left:3px;
    margin-right:30px;
    line-height:14pt;
}
.pie {
    margin-top: 10px;
    font-size:8pt;
    color: #005BC3;
}