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

/*ANCASTER*/
/* CSS general */

body {
	background-color: #FFF;
	font-family: "Century Gothic", "Lucida Calligraphy", "Bodoni MT Black", sans-serif;
	font-size: 14px;
	color: #333;
}

.titulo {
	font-size: medium;
	font-weight: normal;
	color: #600;
}
 		
#container {
	width: 1000px;
	height: auto;
	background-color: #FFF;
	padding: 24px;
	margin: auto;

}

#sidebar_left {
	height: auto;
	width: 250px;
	float: left;
}

#index {
	height: auto;
	width: 200px;
}

#menu1 {
	margin: 0px;
	height: auto;
	text-align: left;
	font-weight: normal;
	font-size: 20px;
}

#menu1 ul {
	list-style:none;
	
}

#menu1 ul li{
	display: block;
}

#menu1 a{
	text-decoration:none;
	color: #800040;
}

#menu1 a:hover{
	color: #666;
}

#menu1.estoy a{
	color: #666;
}

#menu2 {
	font-family: "Century Gothic", "Lucida Calligraphy", "Bodoni MT Black", sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
}

#menu2 a{
	text-decoration:none;
	color: #999;
}

#menu2 a:hover{
	color: #990000;
	text-shadow: 0,5px 0,5px #000;
}

#menu2.estoy a{
	color: #990000;
}

#menu2 ul {
	list-style: none;
	
}

#menu2 ul li{
	display: block;
}

#sidebar_right {
	height: auto;
	width: 750px;
	/*position: relative;
	top: -350px;
	left: 250px;*/
	float: right;
}

#info {
	height: 300px;
	width: 750px;
	overflow:auto;

}

#images {
	height: auto;
	width: 750px;
}

#footer {
	width: 500px;
	margin: 0 auto;
	padding-bottom: 0px;
	color: #666;
	font-size:12px;
	text-align: center;
	position: absolute;
	bottom: 0%;
	left: 500px;
}

#linea {
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
}

.img   {
	float: right;
	top: 0px;
}


	
