﻿
h1
{
    font-size: 35px;
    font-weight: bolder;
    color: #420000;
    letter-spacing: 3px;
    font-family: Arial;
}
h2
{
    font-size: 16px;
    color: #333300;
}

h3
{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

h4
{
    font-weight: bold;
    font-style: italic;
}

h5
{
    font-size: 8px;
    font-style: italic;
    color: #808080;
    font-weight: normal;
}

ul
{
    font-size: 12px;
    font-style: italic;
    text-align: left;
}


a
{
	color: #420000;
	text-decoration: none;
}

a:hover {
	color: #420000;
	text-decoration: underline;
}

a:visited {
	color: #420000;
	text-decoration: none;
}


br
{
    line-height: 5px;
}

.MenuItemLateral
{
    padding-left: 20px;
    font-size: 12px;
    height: 20px;
    width: 176px;
    background-image: url('../Resources/FondoMenuLateral.png');
    padding-top: 5px;
    background-repeat: no-repeat;
    background-color: #0F0700;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
    letter-spacing: 3px;
    line-height: 15px;
}

.MenuItemLateral:hover
{
    background-image: url('../Resources/FondoMenuLateralHover.png');
    background-repeat: no-repeat;
    background-color: #420000;
}

.MenuItemLateral a
{
    color: #CDC4AA;
    text-decoration: none;
    font-weight: bolder;
}
.MenuItemLateral a:hover
{
    text-decoration: none;
    color: #CDC4AA;
}

.MenuItemLateral a:visited
{
    text-decoration: none;
    color: #CDC4AA;
}


body
{
    /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    background-position: top;
    color: #636864;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    background-image: url('../Resources/body_bg.jpg');
    background-repeat: repeat-x;
    background-color: #E4DAC0;
}

.DivLogo
{
    width: 200px;
    height: 100px;
    position: relative;
    top: 0px;
    left: 20px;
}

.DivPrincipal
{
    width: 800px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: 100%;
    background-color: #B9A371;
    text-align: justify;
}
.BarraTop
{
	height: 200px;
	background-color: #FFFFFF;
	background-image: url(../Resources/Header.png);
	vertical-align: middle;
}

.DivFlash
{
    position: relative;
    top: 5px;
    left: 290px;
    width: 500px;
}



.DivContenido
{
    float: left;
    width: 800px;
}

.DivMarginLeft20
{
    margin-left: 20px;
}


.ColumnaIzquierda
{
    background-position: bottom;
    width: 200px;
    height: 100%;
    float: left;
    background-image: url('../Resources/FondoColumnaIzquierda.png');
    background-repeat: no-repeat;
    margin-left: 0px;
    background-color: #CDC4AA;
    padding-bottom: 20px;
}

.MenuLateral
{
}


.ContenidoColumnaIzquierda
{
    padding: 15px;
    font-size: 10px;
}

.ContenidoPrincipal
{
    padding: 70px 15px 10px 15px;
    background-position: right top;
    margin: 2px 5px 5px 0px;
    width: 540px;
    float: left;
    background-color: #FFFFFF;
    background-image: url('../Resources/FondoContenidoPrincipal.png');
    background-repeat: no-repeat;
}




.Contacto
{
    text-align: left;
}

.TablaContacto
{
    padding: 20px 30px 20px 10px;
    background-color: #666666;
    color: #FFFFFF;
    width: 500px;
}


.Footer
{
    background-position: bottom;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #333333;
    text-align: center;
    clear: both;
    background-image: url('../Resources/Footer.png');
    background-repeat: no-repeat;
    height: 30px;
    background-color: #B9A371;
}

.FirmaSite
{
    width: 800px;
    height: 28px;
    clear: both;
    text-align: right;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}



