@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #container #wrapper {
	background-color: #32C0C4;
}

.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #background {
	background-image: url(imagenes/background.jpg);
	background-repeat: no-repeat;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.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;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#footer table tr td a {
	color: #000;
}

.twoColFixRtHdr #mainContent {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent a {
	color: #000;
}
.toplinks {
	font-size: 13px;
	line-height: 13px;
	color: #FFF;
}

#mainContent p {
	text-align: justify;
}

#mainContent h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FF2069;
	font-size: 24px;
	line-height: 24px;
}
#mainContent h2 {
	color: #FF2069;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	line-height: 18px;
}

.twoColFixRtHdr #footer {
	background-color: #32C0C4;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF2069;
} 
#footer table tr th a {
	color: #000;
}
.BottomAddress {
	font-size: 14px;
	line-height: 14px;
}
#container #header #navigation {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	background-color: #FF2069;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}

.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;
}
#nav-menu ul
{
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#nav-menu li
{
float: left;
margin: 0 0.15em;
} 
#nav-menu li a
{
	height: 2em;
	line-height: 1.7em;
	float: left;
	width: 8em;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
} 
/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */ 
#nav-menu
{
	width:100em
} 
#mainContent ul li {
	list-style-image: url(imagenes/images/arrow.gif);
	list-style-position: outside;
}

a {
	color: #000;
}
#mainContent #photoalbum {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#container #header #movieframe {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.brochure {
	font-size: 10px;
	text-decoration: none;
}
#container #wrapper #sidebar1 a {
	text-decoration: none;
}
