/* CSS Document */
body {
	font-family: arial;
	font-size: .9em;
	line-height: 160%;
	background-color: #eee;
}
#skin {
	margin: auto;
	width: 984px;
	overflow: hidden;
	border: 1px solid #999;
	border-bottom: double #999;
}
.derecha {
	float: right;
	width: 284px;
	background-color: #fff;
	padding-bottom: 5000px;
	margin-bottom: -5000px;	
}
.izquierda {
	float: left;
	width: 700px;
	background-color: #fff;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}
.news {
	font-size: .9em;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 10px;
	width: 250px;
	background: #99f url('images/newsbg.jpg');
	border: 1px solid #999;
	padding: 6px;
}
.news ul {
	list-style: square;
	line-height: 120%;
}
.news li {
	margin-left: -12px;
	margin-bottom: 10px;
}
.news a, visited{
	text-decoration: none;
	color: #00d;
}
.news a:hover{
	text-decoration: underline;
	color: #006;
}
.newsBody {
	font-size: .9em;
}
.main {
	padding: 4px 6px 6px 6px;
	background: #fff url('images/image001.jpg') no-repeat;
	min-height: 320px;
}
.main a {
	text-decoration: none;
	color: #77f;
}
.main a:hover {
	text-decoration: underline;
	color: #00f;
}
.main li {
	font-size: .9em;
}
h2 {
	font-style: italic;
	font-weight: bold;
	font-size: 2.4em;
	color: #f00;
	font-family: times;
}
.footer {
	clear: both;
	font-size: .7em;
	font-style: bold;
	color: #aaa;
	text-align: center;
	letter-spacing: 1px;
}
.footer a {
	text-decoration: none;
	color: #555;
	letter-spacing: 0;
}
.footer a:hover {
	text-decoration: underline;
	color: #00f;
}
.headings {
	font-weight: bold;
	font-decoration: underline;
}
.form {
	margin-left: 20px;
}