﻿h1
{
	font-size: 18px;
	color: #00006C;
	width: 880px;
	height: 25px;
}

h2
{
	font-size: 16px;
	color: #E38C1A;
	font-style: italic;
}

h3
{
    font-size : 16px;
    font-weight: bold;
    color: #FF6600;
}


a
{
    text-decoration: none;
    color: #333333;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}


a:hover {
    text-decoration: none;
}

a:visited
{    
    color: #333333;

}


.MenuItem
{
    border-width: 1px;
    border-color: #FFFFFF;
    text-align: center;
    border-right-style: solid;
    padding-right: 3px;
    padding-left: 3px;
    width: 100px;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.MenuItem:hover
{
}

.MenuItem a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bolder;
    font-size: small;
}

.MenuItem a:hover
{
    text-decoration: underline;
}

.MenuFooter
{
    border-width: 1px;
    border-color: #000080;
    text-align: center;
    border-right-style: solid;
    padding-right: 3px;
    padding-left: 3px;
    width: 70px;
    height: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.MenuFooter:hover
{
}

.MenuFooter a
{
    color: #000066;
    text-decoration: none;
    font-weight: bolder;
    font-size: x-small;
}

.MenuFooter a:hover
{
    text-decoration: underline;
}


.MenuItemAdmin
{
    padding-right: 10px;
    padding-left: 30px;
    font-size: 12px;
    height: 18px;
    width: 150px;
    background-image: url('../Resources/FondoMenuLateral.png');
    padding-top: 2px;
    background-repeat: no-repeat;
    margin-top: 3px;
}

.MenuItemAdmin:hover
{
    background-image: url('../Resources/FondoMenuLateralHover.png');
    background-repeat: no-repeat;
}

.MenuItemAdmin a
{
    color: #333333;
    text-decoration: none;
    font-weight: bolder;
}
.MenuItemAdmin a:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('../Resources/AzulLineas.gif');
    background-repeat: repeat;
    color: #666666;
    font-size: 14px;
}

.DivExteriorConSombra
{
    margin: 0px auto 0px auto;
    width: 940px;
    background-image: url('../Resources/FondoDivExterior.png');
    background-repeat: repeat-y;
}


.DivPrincipal
{
    width: 900px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #FFFFFF;
}   


.BarraTop
{
    width: 900px;
    height: 200px;
    background-image: url('../Resources/BarraTop.jpg');
    background-repeat: no-repeat;
}

.MenuSuperior
{
    width: 900px;
    height: 30px;
    background-image: url('../Resources/FondoMenuSuperior.jpg');
    background-repeat: no-repeat;
}

.MenuAdmin
{
    padding: 10px 10px 10px 0px;
    width: 190px;
    float: left;
}

.ContenidoAdmin
{
    padding: 10px 0px 10px 10px;
    width: 670px;
    float: left;
}




.ContenidoPrincipal
{
	padding: 10px;    
}






.Contacto
{
    padding: 10px;
    width: 580px;
}

.TablaContacto
{
    font-size: small;
    font-weight: bold;
    width: 350px;
}


.Footer
{
    width: 900px;
    height: 30px;
    text-align: center;
    clear: both;
    float: left;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url('../Resources/1FondoFooter.jpg');
    background-repeat: no-repeat;
}

.FirmaSite
{
    width: 890px;
    clear: both;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
}

.ProgressIndicator
{
    border: 1px solid #C0C0C0;
    padding: 15px;
    position: fixed;
    top: 30px;
    left: 30px;
    background-color: #FFFFFF;
}

.ControlTexto
{
	background-color: #C0D3D8;
	color: #00007D;
	font-weight: bolder;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	width: 200px;
}

.DivItemBusqueda
{
    padding: 20px 10px 10px 20px;
    width: 704px;
    height: 154px;
    background-image: url('../Resources/FondoItemBusqueda.jpg');
    background-repeat: no-repeat;
}

