body {
	font:75% Verdana, Arial, Helvetica, sans-serif;
	background: #ccc url("images/bg_body.jpg") repeat-y top center;
	margin:0 auto;
	text-align: center;
}

#header {margin:0 auto; width:780px;}
#body {margin:0 auto; width:780px; text-align:left; padding-bottom:20px;}
#footer {margin:0 auto; width:780px; text-align:center;}

#left {background:#E9EDD8; width:160px;}
#main {background:#fff url("images/bg_main.jpg") repeat-x top; width:500px; border-right:1px solid #999; border-left:1px solid #999;}
#right {background:#E9EDD8; width:120px;
	color:#444;
	font-weight:bold;
	text-align:center;
	font: 11px "Arial Marrow", Arial, Verdana;
}
#right img {
	border:1px solid #036;
	padding:1px;
}

h1 {
	font: 24px "Arial Marrow", Arial, Verdana;
	color: #009;
	border-bottom:1px dashed #009;
	padding:5px 15px;
}
h2 {
	font: 18px "Arial Marrow", Arial, Verdana;
	color: #009;
}
h3 {
	font: 16px "Arial Marrow", Arial, Verdana;
	color: #009;
}
a {
	font-family: "Arial Marrow", Arial, Verdana;
	color:#009;
	text-decoration:none;
}
a:hover {
	color:#900;
	text-decoration:underline;
}
marquee {
	color:#E9EDD8;
	font: 12px "Arial Marrow", Arial, Verdana;
	font-weight:bold;
	padding:3px;
	background:#036 url("images/bg_boxtitle.jpg") repeat-x center;
}
#mainnav {
	background:url("images/bg_mainnav.jpg") repeat-x center;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	height:25px;
}
#mainnav a {
	display:block;
	color: #E9EDD8;
	width:130px;
	font-weight:bold;
	text-decoration: none;
}
#mainnav a:hover {
	color: #fff;
	text-decoration: none;
}

.box {
	width:100%;
	border:1px solid #036;
	background:#ffc url("images/bg_boxcontent.jpg") repeat-x top;
}
.box td {
	border-bottom:1px solid #ccc;
}
.box h4 {
	color:#E9EDD8;
	padding:2px 10px;
	font-weight:bold;
	font-size:12px;
	background:#036 url("images/bg_boxtitle.jpg") repeat-x center;
	margin:0px;
}
.box a img {
	float:left;
	border:1px solid #036;
	margin:5px 5px 10px 5px;
	padding:1px;
}
.smalltext {
	font-size:11px;
}






















/* Masterdiv - submenu de navegacion
------------------------------------------------------------- */
.menutitle {
	cursor:pointer;
	background-color:#ccc;
	color:#036;
	width:100%;
	padding:2px;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.submenu ul {
	margin:0px;
	list-style-type:none;
	background:#ffc url("images/bg_boxcontent.jpg") repeat-x top;
}
.submenu li {
	width:100%;
	margin:0px;
}
.submenu a {
	margin:0px;
	width:100%;
	display:block;
	padding:1px 5px;
	border-bottom:1px solid #ccc;
}













.clocktext {
	font:12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

#footer {
	background:#036 url("images/bg_footer.jpg") repeat-x bottom;
	color:#E9EDD8;
	font: 11px "Arial Marrow", Arial, Verdana;
	padding:10px;
}
#footer table {width:100%;}
#footer a {
	color:#fc0;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer hr {
	height:1px;
	color:#666;
}


