@charset "utf-8";
/* CSS Document */

body {
	font: 12 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;
	background-color: #333;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFCC99;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container table { /* Para el menu */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #FFF;
}
.oneColFixCtr #container h1 { /* Titulo de articulo o entrada */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: justify;
	color: #660000;
}
.oneColFixCtr #container h2 { /* Pie-Fecha de articulo */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #660000;
	line-height: 0;
}
.oneColFixCtr #container h3 { /* Parrafo centrado */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
    color: #660000;
}
.oneColFixCtr #container p { /* Parrafo */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
    color: #660000;
}
.oneColFixCtr #container li { /* Enumeraciones */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #660000;
}
.oneColFixCtr #foot { /* Pie de pagina y copyrigth */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #663300;
}
a:link, a:visited { /* Enlaces */
	text-decoration:none;
	color:#FF3300
}
