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

* {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	width: 900px;
	margin: 1% auto 2% auto;
	padding-top: 95px;

	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;

	border: 1px solid #aaa;
}

/* TEXT FORMATTING */
div.column {
	width: 100%;
	margin-bottom: 2%;
}

h1, h2, h3, p { margin-left: 55px; } /* Was 10px */

a { color: #900; }

a img { border: 0; }
h1, h2, h3 {
	font-weight: bold;
	margin-bottom: 10px;
	color: #005397;
}

h1 { font-size: 14px; padding-top: 10px; clear: both; }
h2 { font-size: 12px; }
h3 { font-size: 12px; font-weight: normal; }

p {
	margin-bottom: 15px;
	padding-right: 55px;
	/*padding-right: 10px;*/
}

ul {
	margin: 0 0 15px 75px;
	/*margin: 0 0 15px 30px;*/
	list-style-type: none;
}

ul li { margin: 6px 0; padding-left: 20px; background: url(../images/interface/bullet.gif) 0 5px no-repeat; }

hr {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}

table { margin: 0 0 10px 10px; }
table th {
	padding: 4px 16px;
	background-color: #ccc;
}

table, table td { border: 1px solid #aaa; }

div#dropbox {
	position: absolute;
	top: 480px;
	right: 60px;
	width: 250px;
	padding: 10px 5px 0px 0px;
	border: 1px solid #aaa;
	background-color: #eee;
}

div#dropbox p {
	margin-left: 10px;
	padding-right: 10px;
}

div#dropbox.nuevo {
	position: relative;

	float: right;
	top: -30px;
	right: 60px;
}

/* MASTHEAD */
ul#masthead {
	position: absolute;
	top: 0;

	margin: 0;

	width: 100%;
	height: 95px;

	text-align: center;
	list-style-type: none;

	background: url(../images/interface/masthead.gif) bottom left repeat-x;
}

ul#masthead li {
	display: inline;
	height: 25px;
	margin: 0 1%;
	background: none;
	padding-left: 0;
}

ul#masthead li, ul#masthead li a { line-height: 25px; }

ul#masthead li a {
	color: #066;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

ul#masthead li a:hover { text-decoration: underline; }

/* FOOTER */
div#footer {
	width: 100%;
	clear: both;
	height: 50px;

	color: #555;
	font-size: 10px;
	text-align: center;

	background: url(../images/interface/footer.gif) top left repeat-x;
}

div#footer p {
	width: 99%;
	margin: 0 auto;
	padding-top: 2px;
	text-align: center;
}

div#footer p a { color: #555; text-decoration: none; }

a#homeLink {
	position: absolute;
	display: block;
	z-index: 2;
	top: 30px;
	left: 50px;
	width: 170px;
	height: 60px;
}

/*div#footer ul#copyright {
	float: right;
	width: 25%;
}

div#footer ul#copyright li {
	float: right;
	clear: right;
	padding-right: 4%;
	height: auto;
	width: 96%;
	text-align: right;
}*/

/* WEBCASTLE BRANDING */
/*div#footer ul#copyright li#webcastle span {
	padding: 1px 5px 1px 3px;

	font-size: 11px;

	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: oblique;

	color: #0043f3;
	background-color: #fff;
	border: 1px solid #555;

	cursor: default;
}

div#footer ul#copyright li#webcastle span span { border: 0; padding: 0; color: #fd1824; }*/