/* @override 
	http://www.freakmeoutfilms.com/assets/stylesheets/lujoymiseriatia.css
	http://www.freakmeoutfilms.com/lujoymiseriatia/assets/stylesheet.css
*/

body {
	background: #000;
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
}

#background {
	position: absolute;
	z-index: -1;
	width: 100%;
}

img {
	border-style: none;
}

div#lym {
	width: 700px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0,0,0,0.8);
	z-index: 3;
}

div#menu {
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: rgba(0,88,187,0.3);
}

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

div#menu li {
	display: inline;
}

div#menu a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff00fd;
}

div#menu a:hover {
	background-color: rgba(0,0,0,0.8);
}

div#cuerpo {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	overflow: auto;
}

div#cuerpo a {
	color: #ff6866;
	text-decoration: none;
}

div#cuerpo a:hover {
	text-decoration: underline;
	color: #ff00fd;
}

h1#logo {
	overflow: hidden;
	height: 70px;
	text-align: center;
	margin: 5px 0 0;
}

div.galeria {
	width: 700px;
	height: 508px;
}

div#cuerpo p, div#cuerpo blockquote {
	padding: 5px 15px;
}

div#cuerpo p {
	padding: 5px 15px;
}

div#cuerpo blockquote {
	text-shadow: #000 1px 2px 4px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}

div#cuerpo h2 {
	letter-spacing: 3px;
	font: normal small-caps normal 26px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 0;
	border-bottom: 1px dotted rgba(0,0,0,0.4);
	color: #ff0d57;
	padding-right: 10px;
	padding-left: 15px;
}

div#cuerpo h3 {
	letter-spacing: 2px;
	font: normal small-caps normal 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 0;
	border-bottom: 1px dotted rgba(0,0,0,0.4);
	color: #d50d2f;
	padding-right: 10px;
	padding-left: 15px;
	clear: both;
}

.creditos {
	width: 220px;
	display: inline-block;
	float: left;
}

.creditos p {
	margin-top: 0;
	margin-bottom: 3px;
}

.creditos small {
	color: #6e6e6e;
}

/* Noticias */

#cuerpo ul.noticias li span.fecha {
	color: #666;
	font-style: italic;
}

div#pie {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}