body {
	background: #000e27;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #CCCCCC;
	margin: 0px;
}

p {
	margin: 0px 0px 5px 0px;
}

a {
	color: #9FBDFF;
}

h2 {
	margin-top:0px;
}

#contenedor {
	background:#000000;
	width: 900px;
	margin: auto;
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

#logo {
	background: url(imagenes/cabecera-peli.jpg) bottom no-repeat;
	height: 305px;
}

#menu {
	height: 135px;
}

#menu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	float: left;
}

#menu #m_index a {
	display: block;
	width: 181px;
	height: 115px;
	background: url(imagenes/menu_01.jpg) top;
}

#menu #m_index a:hover {
	background: url(imagenes/menu_01.jpg) bottom;
}

#menu #m_proyectos a {
	display: block;
	width: 185px;
	height: 115px;
	background: url(imagenes/menu_02.jpg) top;
}

#menu #m_proyectos a:hover {
	background: url(imagenes/menu_02.jpg) bottom;
}

#menu #m_extras a {
	display: block;
	width: 180px;
	height: 115px;
	background: url(imagenes/menu_03.jpg) top;
}

#menu #m_extras a:hover {
	background: url(imagenes/menu_03.jpg) bottom;
}


#menu #m_galeria a {
	display: block;
	width: 177px;
	height: 115px;
	background: url(imagenes/menu_04.jpg) top;
}

#menu #m_galeria a:hover {
	background: url(imagenes/menu_04.jpg) bottom;
}

#menu #m_foro a {
	display: block;
	width: 177px;
	height: 115px;
	background: url(imagenes/menu_05.jpg) top;
}

#menu #m_foro a:hover {
	background: url(imagenes/menu_05.jpg) bottom;
}

#contenidos {
	width: 700px;
	float: left;
}
#columna {
	width: 161px;
	float: left;
	border-left: 1px dotted #999999;
	padding: 13px 19px;
}

#base {
	clear: both;
	font-size:10px;
	color:#666;
	text-align:center;
	padding: 20px 0px;
}

.subcontenedor {
	width: 680px;	
}

.titular {
	background: url(imagenes/titulares.jpg) no-repeat;
	height: 36px;
	padding-top: 25px;
	padding-left: 60px;
	color: #FFFFFF;
}
.subcontenido {
	background: #000e27;
	margin-left: 42px;
	padding: 10px;
	border-left: 1px solid #244183;
	border-right: 1px solid #244183;
	border-bottom: 1px solid #244183;
}

.peli {
	margin:auto;
	border: 1px solid #244183;
	width: 500px;
}
