@charset "UTF-8";
body {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/fdo.jpg);
	background-repeat: repeat-x;
	background-color: #4B0711;
	margin-top: 25px;
	color: #999999;
}
.oneColFixCtrHdr #container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/fdoHeader.jpg);
	height: 123px;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #botoneraHeader {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/fdoBotoneraHead.jpg);
	height: 23px;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(../images/fdoFooter.jpg);
	height: 25px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #container #botoneraHeader #menu .tdDer {
	text-align: right;
	width: 50%;
}
.oneColFixCtrHdr #container #botoneraHeader #menu .tdIzq {
	text-align: left;
	width: 50%;
}
.oneColFixCtrHdr #container #header img {
	text-align: center;
	vertical-align: bottom;
	margin-right: 7px;
	margin-top: 16px;
}
.oneColFixCtrHdr #container #mainContent #contenidoInt {
	width: 420px;
	margin-left: 130px;
	font-size: 75%;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #contenidoInt p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
.oneColFixCtrHdr #container #mainContent #contenidoInt a {
	color: #999999;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #contenidoInt a:hover {
	color: #999999;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #contenidoInt a:visited {
	color: #999999;
}
.oneColFixCtrHdr #menuOuter {
	width: 720px;
	padding: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #menuOuter .tdIzq {
	font-size: 75%;
	color: #4B0711;
	font-weight: bold;
	text-align: left;
	width: 50%;
}
.oneColFixCtrHdr #menuOuter .tdDer {
	font-size: 75%;
	color: #4B0711;
	font-weight: bold;
	text-align: right;
	width: 50%;
}
.oneColFixCtrHdr #menuOuter .tdIzq a {
	color: #4B0711;
	text-decoration: none;
}
.oneColFixCtrHdr #menuOuter .tdDer a {
	color: #4B0711;
	text-decoration: none;
}
.oneColFixCtrHdr #menuOuter .tdIzq a:hover {
	color: #4B0711;
	text-decoration: none;
}
.oneColFixCtrHdr #menuOuter .tdDer a:hover {
	color: #4B0711;
	text-decoration: none;
}
.oneColFixCtrHdr #menuOuter .tdIzq a:visited {
	color: #4B0711;
	text-decoration: none;
}
.oneColFixCtrHdr #menuOuter .tdDer a:visited {
	color: #4B0711;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #contenidoInt .cita {
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent #contenidoInt .autor {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	margin-top: 5px;
}
.oneColFixCtrHdr #container #mainContent #contenidoInt .autor a {
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #contenidoInt .autor a:hover {
	color: #FFFFFF;
}
