﻿h1
{
    font-size: large;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    background-image: url('../Resources/FondoH1.jpg');
    height: 36px;
    padding-top: 4px;
    text-indent: 45px;
}

h2
{
	font-weight: bold;
	font-size: medium;
	color: #666;
}

h3
{
	font-weight: bold;
    font-size: small;
    color: #666666;

}

p
{
	font-size: 12px;
}



a
{
    color: #0000FF;
    text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

a:visited
{
    color: #0000FF;
}



.MenuItem
{
	border-width: 1px;
	border-color: #666;
	height: 25px;
	background-image: url(../Resources/FondoMenuSuperior.jpg);
	text-align: center;
	border-right-style: solid;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}

.MenuItem:hover
{
    background-image: url(../Resources/FondoMenuSuperiorHover.jpg);

}

.MenuItem a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bolder;
}

.MenuItem a:hover
{
}



.MenuItemLateral
{
    padding-left: 20px;
    font-size: 12px;
    height: 20px;
    width: 136px;
    background-image: url('../Resources/FondoMenuLateral.gif');
    margin-top: 4px;
    padding-top: 5px;
    background-repeat: no-repeat;
    margin-left: 20px;
}

.MenuItemLateral:hover
{
    background-image: url('../Resources/FondoMenuLateralover.gif');
    background-repeat: no-repeat;
}

.MenuItemLateral a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}
.MenuItemLateral a:hover
{
    text-decoration: none;
}




body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
	background-color: #FFFFFF;
}

.FondoPpal
{
	background-image: url('../Resources/FondoPpal.jpg');
	background-repeat: repeat-y;
	width: 821px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}  



.DivPrincipal
{
    margin: 0px auto 0px auto;
    width: 800px;
    background-color: #FFFFFF;
}

.BarraTop
{
    width: 800px;
    height: 150px;
    background-image: url('../Resources/BarraTop.jpg');
    float: left;
    clear: both;
}

.MenuSuperior
{
    background-image: url(../Resources/FondoMenuSuperior.jpg);
    width: 800px;
    height: 30px;
    clear: both;
    float: left;
    background-color: #C0C0C0;
    text-align: center;
}

.MenuLateral
{
    padding-top: 5px;
    padding-bottom: 5px;
}


.ContenidoPrincipal
{
    padding: 15px;
    width: 570px;
    float: left;
}

.ColumnaDerecha
{
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 35px;
	background-image: url(../Resources/fondo2.gif);
	background-repeat: no-repeat;
	height: 350px;
}

.ColumnaDerechaTitulo
{
    background-image: url('../Resources/BGtituloColDer.jpg');
    height: 23px;
    padding-top: 3px;
    padding-left: 10px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
}



.Contacto
{
    padding: 10px;
    width: 564px;
}

.TablaContacto
{
    font-size: small;
    font-weight: bold;
    width: 561px;
}

.Footer
{
    width: 800px;
    height: 30px;
    text-align: center;
    background-repeat: repeat-x;
    clear: both;
    float: left;
    background-image: url('../Resources/FondoMenuSuperior.jpg');
    font-size: x-small;
    color: #FFFFFF;
}

.FirmaSite
{
    width: 790px;
    height: 15px;
    clear: both;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
}




