/* @override 
	http://murallarock.com/style.css
	http://www.murallarock.com/style.css
*/

Body {
    margin:0;
	padding:0;
	font-size: .8em;
	font-family: "Lucida Sans", Helvetica, Verdana, sans-serif;
	background-color: #2B2923;
}

#twitter_update_list li {
	padding-bottom: 5px;
}


#twitter_div {
	background-color: #3A3833;
	padding: 10px;
	color: #f2f2f2;
}

a {
	color: #FF021D;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	color: #a0a0a0;
	font-style: italic;
	text-decoration: none;
}

h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

a#twitter-link {
	float: left;
}

div.siguenos {
	padding: 10px;
	margin-top: 1px;
	background-color: #FF021D;
}


div.siguenos a {
	color: #f2f2f2;
}

div.siguenos a:hover {
	color: #a0a0a0;
}

#twitter_update_list {
	list-style-type: none;
	padding: 0;
	font-style: italic;
	font-size: 11px;
}

#head {
	width: 520px;
	margin: 0 auto;
}


#contenedor {
	width: 800px;
	margin: 0 auto;
}

#head p {
	color: #fff;
}

#head h1 {
	margin-top: 50px;
}
#head h1 a{
	display: block;
	/*para que el texto se corra*/
	text-indent: -900%;
	outline: none;
}

#head h1 span{
	display: none;
}

#head .muralla{
	background: url(images/logo.png) no-repeat; /*llama a la marca y la muestra de fondo*/
	/*como el texto se "va" tenemos que darle ancho y alto*/
	width: 512px;
	height: 340px;
}