@charset "utf-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #FFF;
	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: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0A0B0D;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FCF;
}
.oneColFixCtrHdr #header {
	background-color: #0A0B0D;/*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. */
}
.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 #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #0A0B0D;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; 
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top:5px;
}
.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 */
}
#gfxFooter{
	width:780px;
	height:228px;
	/* recordar quitar los dos puntos de la ruta en el bkg pues dreamweaver cree que esta carpeta no es la raíz*/
	background:url(../images/footer/rotator.php) top no-repeat;
	margin: 0 auto;
	float:right;
}
img {
	border-color:#000;
	margin-bottom:15px;
}
#info {
	width: 300px;
	overflow: auto;
}
#flashcontent {
	width: 780px;
	height: 468px;
	float: left;
	margin: 0px 0px;
	margin-bottom:10px;
}
#flashcontent h1 {
	font-size:100%
}
a:link {
	color: #909
}
a:visited {
	color: #96F
}
a:hover {
	color: #96F
}
a:active {
	color: #C99
}
li {
	color: #339966;
	list-style-type: square
}
ul {
	color: #339966;
	list-style-type: square
}
ol {
	color: #339966
}
.mytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000
}
.mytext a:link {
	color: #903;
	text-decoration: underline
}
.mytext a:visited {
	color: #96C;
	text-decoration: underline
}
.mytext a:hover {
	color: #F09;
	text-decoration: none
}
.mytext a:active {
	color: #969;
	text-decoration: none
}
.mytext2 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	color: #333;
}
.mytext2 a:link {
	color: #333;
	text-decoration: underline
}
.mytext2 a:visited {
	color: #000;
	text-decoration: underline
}
.mytext2 a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
.mytext2 a:active {
	color: #000;
	text-decoration: none;
}
.mytext3 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	color: #999;
}
.mytext3 a:link {
	color: #999;
	text-decoration: underline
}
.mytext3 a:visited {
	color: #CCC;
	text-decoration: underline
}
.mytext3 a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
.mytext3 a:active {
	color: #000;
	text-decoration: none;
}
h1, h2, h3, h4, h6, h7 {
	font-family:"Arial Black", Gadget, sans-serif;
	letter-spacing:-2px;
}
/* unused section */
#swfobject {
	/* background-image:url(../images/swfobject.png); */
	background-repeat:no-repeat;
	height:780px;
	width:768px;
	margin:0px;
}
#swfobject p {
}

