﻿
h1
{
    font-size: x-large;
    font-weight: bold;
}
h2
{
    font-size: medium;
    font-weight: bold;
    text-align: center;
}

h3
{
    font-size: medium;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
P
{
    line-height: 25px;
}

a
{
	color: #6E6E5A;
	text-decoration: none;
}

a:hover {
	color: #6E6E5A;
	text-decoration: underline;
}

a:visited {
	color: #6E6E5A;
}


br
{
    line-height: 5px;
}
.Sangria
{
	padding-left: 25px;
}



.MenuItem
{
	border-color: #C0C0C0;
	border-width: 1px;
	border-right-style: solid;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}
.MenuItem a
{
	color: #FFFFFF;
	text-decoration: none;
}
.MenuItem a:hover
{
	color: #6E6E5A;
	text-decoration: none;
}
.MenuItemLateral
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: medium;
	background-image: url(../Resources/FondoMenuLateral.png);
	height: 23px;
	width: 140px;
	background-repeat: no-repeat;
	padding-top: 3px;
}

.MenuItemLateral:hover
{
	background-image: url(../Resources/FondoMenuLateralOver.png);
}

.MenuItemLateral a
{
	color: #FFFFFF;
	text-decoration: none;
}
.MenuItemLateral a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

.SubMenu
{
    padding-right: 10px;
    padding-left: 10px;
    font-size: medium;
    height: 23px;
    width: 140px;
    background-repeat: no-repeat;
    padding-top: 3px;
    background-image: url(../Resources/FondoSubMenu.png);
}

.SubMenu:hover
{
	background-image: url(../Resources/FondoSubMenuHover.png);
}

.SubMenu a
{
    color: #6E6E5A;
	text-decoration: none;
}
.SubMenu a:hover
{
    text-decoration: none;
}

.GalleryFotoChica
{
    margin: 2px;
  
   
    float: left;
    width: 50px;
}
.GalleryFotoGrande
{
    margin: 10px;
    text-align: center;
    height: 300px;
}
.LinkNoBorder
{
    border-style: none;
}


