@charset "UTF-8";
/* CSS Document */

body {
	font:Times, "Times New Roman", serif serif;
	background: #FFFFFF;
	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;
}
.oneColFixCtr #container {
	width: 871px;  /* 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. */
}
.oneColFixCtr #mainContent {
	background:url(../images/LosDosHermanos-bgd.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContent2 {
	background:url(../images/LosDosHermanos-bgd2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContent3 {
	background:url(../images/LosDosHermanos-bgd3.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p {
	font-size:10pt;
	margin-top:0px;
	line-height: 11pt;	
}

ul {
	list-style-image:url(../images/bullet.gif);
	font-size: 10pt;
	margin-left: 8px;
	line-height: 11pt;	
}

h2 {
	font-size:14pt;
	margin-top:0px;
	color: #5F1E00;
}

a:link {color: #5F1E00;text-decoration: underline;}
a:visited {text-decoration: underline;color: #5F1E00;}
a:hover {text-decoration: none;color: #5F1E00;}
a:active {text-decoration: underline;color: #5F1E00;}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}

a.footer:link {color: #999999;text-decoration: underline;}
a.footer:visited {text-decoration: underline;color: #999999;}
a.footer:hover {text-decoration: none;color: #999999;}
a.footer:active {text-decoration: underline;color: #999999;}

.imgborder {
	border-style:solid;
	border-width:4px;
	border-color:/*#E9E4BA*/#F4F2DD;;
}

.imgborder2 {
	border-style:solid;
	border-width:8px;
	border-color:/*#E9E4BA*/#F4F2DD;
}
