/* CSS Document */

body {
	background: #000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #FFCC66;
}

h1,h2,h3 {
	color: #FFCC00;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 13px;
}

p, li {
	font-size: 11px;
}

hr {
	border-color: #FFF;
}

#todo {
	width: 100%;
	text-align: center;
}

#contenedor {
	width: 1000px;
	margin: auto;
}

#top {
	width: 1000px;
	height: 254px;
}

#left {
	float: left;
	width: 140px;
	padding: 5px;
	background: #000;
	background: url(images/bgleft.jpg) no-repeat;
}

#menu{
	width: 90%;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}

#menu ul{
	margin-left: -10px;
	text-decoration: none;
	list-style: none;

}

#menu li{
	display: block;
	padding: 5px;
	margin-bottom: 5px;
}

#menu a{
	color: #FFF;
	text-decoration: none;
}

#menu li:hover{
	color: #000;
	background: #999;
}


#div1 {
	background: #000;
	width: 100%;
	height: 5px;
}

#div2 {
	width: 5px;
	background: #000;
	float: left;
}

#div3 {
	width: 5px;
	background: #000;
	float: left;
}

#contenido {
	width: 510px;
	height: 250px;
	padding: 20px;
	float: left;
	background: #000;
	background: url(images/bgcont.jpg) no-repeat;
	text-align: left;
	color: #FFF;
}

#right {
	float: right;
	width: 290px;
	background: #000;
	color: #FF9900;
	font-size: 9px;
}

#creditos {
	float: left;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}

#creditos a{
	color: #FFF;
}

.img_div {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.img_caption {
	font-size: 9px;
}

.img_gal {
	width: 150px;
	float: left;
	height: auto;
	padding: 2px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.img_gal a{
	text-decoration: none;
	color: #FFCC66;
}

.news {
	width: 100%;
	display: block;
	color: #FFF;
}