h1
{
    font-size: x-large;
}

h2
{
    font-size: large;
    color: #59538D;
}

h3
{
    font-size: medium;
    font-style: italic;
}

a
{
    color: #FFFFFF;
}


a:hover {
	text-decoration: underline;
}

a:visited
{
    color: #FFFFFF;
}

.MenuItem
{
    border-right-style: solid;
    padding-right: 10px;
    padding-left: 10px;
    height: 25px;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
    width: 80px;
    text-align: center;
    background-repeat: no-repeat;
}

.MenuItem:hover
{
    background-repeat: no-repeat;
}

.MenuItem a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.MenuItem a:hover
{
	color: #FC3;
	text-decoration: none;
}

body
{
    /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    background-position: #59538D;
    font: small Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #FFFFFF;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header 
{ 
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1
{
    float: right; /* since this element is floated, a width must be given */
    width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    padding-left: 10px;
}
.twoColFixRtHdr #mainContent { 
	
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #footer
{
    /* this padding matches the left alignment of the elements in the divs that appear above it. */
    padding: 0 10px 0 20px;
    background: #59538D;
    text-align: center;
    font-size: small;
    color: #FFFFFF;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Menu
{
    text-align: center;
    width: 780px;
    background-image: url('../Resources/FondoMenuSup.jpg');
    background-repeat: no-repeat;
    margin-top: 5px;
}

.FondoPpal
{
    background-image: url('../Resources/FondoPpal.jpg');
    background-repeat: repeat-y;
    width: 821px;
    margin-right: auto;
    margin-left: auto;
}  




/* ----------------  Inicia Estilos para Tabla de Contacto*/

.Contacto
{
}

.TablaContacto
{
    font-size: small;
    font-weight: bold;
}


/* ----------------  Termina Estilos para Tabla de Contacto*/

.FirmaSite
{
    width: 800px;
    height: 28px;
    clear: both;
    text-align: right;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 20px;
}

.Recuadro
{
    background-image: url(../Resources/Recuadro.jpg);
    height: 250px;
    width: 165px;
    padding-right: 5px;
    padding-left: 10px;
    background-repeat: no-repeat;
    padding-top: 5px;
    float: left;
    margin-right: 3px;
}

