@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: right;
	width: 200px;
	text-align : center;
	direction : rtl;
}
#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: 8px;
	padding-left: 24px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 150%;
	text-shadow : -1px 1px 1px #27A798;
}
#menu a:hover {
	background-position: -300px top;
	color: #000;
}
#contenido {
	direction : rtl;
	font-size : 14px;
	text-shadow : -1px 1px 1px #000000;
	float: right;
	width: 640px;
	text-align: justify;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	line-height: 1.3em;
	
}
#contenido h1 {
	
	font-size: 20px;
	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{
	
	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;
}

.bloquenoticias{text-align: right; direction:rtl;}
.picture001{float: right;border:3px dashed #27A798; margin:15px;}
.item{float: right; width:650px;border:1px dashed #000000;padding:4px;}
.all{text-align:center;font-size:20px;}
.pinned{background-color:#FFE568;}
.fecha{background-color:#FFffff;text-decoration: none;color:red;font-weight:bold; font-size:16px;}
.more{float:left}
.akhbar{font-size:16px;text-align:justify;}
.errormsg{color: red;}
.texto{border:1px dashed #000000;padding:4px;}
.optionbar{text-align:center;}
