﻿body
{
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-family: Century Gothic;
    font-size: 12px;
    color: #684403; /*brown*/
}
a img
{
    border: none;
}
h1
{
    font-weight: normal;
    font-size: 25px;
    color: #000;
}
/*Main Layout*/
#wrapper
{
    margin: 0 auto;
    padding: 0;
    width: 960px;
    border-top: solid 2px #000;
}
#header
{
    height: 120px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: none;
    border-bottom: solid 4px #FECC50; /*yellow border*/
}
#header p
{
    color: #6D6E70;
    font-style: italic;
    font-size: 11px;
    padding-left: 30px;
    padding-bottom: 5px;
    clear: both;
}
#logo
{
    padding: 10px 0 0 10px;
    height: 68px;
}
#origenes
{
    width: 240px;
    height: 66px;
    float: right;
    padding: 8px 3px 0 0;
}
#navigation
{
    display: none;
}
#account
{
    display: none;
}
#breadcrumbs
{
    display: none;
}
#topmenu
{
    display: none;
}
#searchdiv
{
    background-image: none;
    min-height:1px;
}
.title
{
    background-color: #FFF;
}
.tanbox
{
    background-color: #A48F68;
    color: #FFF;
    height: 24px;
    padding-top: 6px;
    padding-left: 10px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.tanbox a
{
    color: #FFF;
    font-weight: normal;
    float: right;
    margin-right: 15px;
}
#content
{
    padding: 20px;
    background-color: #FFF;
    border-bottom: solid 4px #FECC50;
}
#footer p
{
    margin: 25px 0 10px 0;
    color: #6D6E70;
    font-size: 13px;
}
#fotnav
{
    display: none;
}
#detallebuttons
{
    display: none;
}
#listado
{
    display: none;
}
#imgbox
{
    width: 500px;
}
#imgbox img
{
    border: none;
}
#datosbusqueda strong
{
    font-size: 14px;
}
.grey
{
    color: #58595B;
}
#btn_regresar
{
    position: relative;
    top: -21px;
    left: 836px;
}

.alignRight
{
	text-align:right;
}
