/* CSS Document */
body {
	background: #fff;
	font-family: trebuchet ms;
	font-size: .9em;
}
#wrap {
	width: 900px;
	margin: auto;
	overflow: hidden;
	border: 1px solid #999;
	border-bottom: 0;
}
.header {
	height: 215px;
}
.izquierda {
	float: left;
	width: 610px;
	background: #eee url('/images/izquierda_bg.jpg');
	padding: 0 0 2000px 0;
	margin-bottom: -2000px;
	line-height: 160%;	
}
.izquierda a, .izquierda a:visited {
	text-decoration: none;
	color: #050;
}
.izquierda a:hover {
	text-decoration: underline;
	color: #020;
}
.title {
	font-size: 1.2em;
	font-style: bold;
	color: #fff;
	padding: 2px 0 2px 8px;
	border-bottom: double #999;
	background: #060 url('/images/foot_bg.jpg');
}
.map{
	color: #00f;
	text-decoration: none;
}
.derecha {
	float: right;
	width: 289px;
	background: #fff url('/images/clouds.jpg');
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	border-left: 1px solid #999;
}
p {
	padding: 2px 4px 6px 6px;
}
form {
	font-family: arial;
	font-size: .8em;
}
.list {
	padding: 0 10px 10px 0;
	font-size: .9em;
	text-align: justify;
	margin-left: -6px;
}
.buttons {
	padding: 4px;
	list-style: none;
	padding: 0;
	margin: 14px 8px 10px 8px;
	background: #eaeaea;
	border-top: 1px solid #999;	
}
.square {
	list-style: square;
	margin-top: -16px;
}
li a, li a:visited {
	font-family: arial;
	color: #000;
	font-size: .9em;
	text-decoration: none;
	border: 1px solid #999;
	border-right: solid 12px #13694E;
	border-top: 0;
	padding: 3px;
	padding-left: 6px;
	display: block;
	letter-spacing: 1px;
}
li a:hover {
	color: #fff;
	background: #aaa;
	border-right: solid 12px #fc0;
}
.footer {
	width: 900px;
	margin: auto;
	margin-bottom: 10px;
	clear: both;
	font-size: .7em;
	color: #fff;
	font-style: bold;
	text-align: center;
	padding: 4px 0 4px 0;
	line-height: 140%;
	letter-spacing: .1em;
	background: #060 url('/images/foot_bg.jpg');
	border: 1px solid #999;
	border-top: 0;
}
.footer a, a:visited {
	text-decoration: none;
	color: #FFD700;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFD700;
}