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

@import url("/reset.css");
@import url("/general.css");

body {
	background-color: #000;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#area {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#contenedor {
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 220px;
}
#menu {
	float: left;
	width: 200px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
}
#menu a {
	background-image: url(../images/boton.jpg);
	background-repeat: no-repeat;
	background-position: -50px top;
	display: block;
	height: 23px;
	padding-top: 7px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
		color: #000;
	font-size: 110%;
	text-shadow : -1px 1px 1px #27A798;
}
#menu a:hover {
	background-position: -300px top;
	color: #000;
}
#contenido {
	float: right;
	width: 640px;
	text-align: justify;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.3em;
	text-shadow : -1px 1px 1px #000000;

	

}
#contenido h1 {
	font-size: 16px;
	font-weight: bold;
	color: #E0514B;
}
#contenido h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#contenido h2 a {
	color: #000;
	text-decoration: none;
}
#contenido h2 a:hover {
	color: #000;
	text-decoration: underline;
}
#contenido a {
	color: #27A798;
	text-decoration: none;
}
#contenido a:hover{
	color: #105654;
	text-decoration: underline;
}
#contenido form{
	background-color: #CCC;
	border: 1px solid #999;
	padding: 10px;
}
#presos img{
	margin-right: 10px;
	margin-top: 15px;
}
#pie {
	clear: both;
	padding: 10px;
	text-align: center;
	background-color: #BCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#pie a {
	color: #344;
	font-weight: normal;
	text-decoration: none;
}
#pie a:hover {
	text-decoration: underline;
}
#aviso{
	background-color: #CFD;
	border: 1px solid #37FF78;
	padding: 10px;
}
.video{
	float: left;
	width: 140px;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.pinned{background-color:#FFE568;}
.item{float: left; width:650px;border:1px dashed #000000;padding:4px;}
.fecha{background-color:#FFffff;text-decoration: none;color:red;font-weight:bold; font-size:16px;}
.more{float:right;font-size:16px;}
.pictureNews{float: left;border:3px dashed #27A798; margin:15px;}
.texto{border:1px dashed #000000;padding:4px;}
.noticia{border:1px dashed #000000;padding:20px;}
