/* Generated by KompoZer */
body {
	background-image: url(/../img/fondo_sdr2.jpg);
	background-color: #000;
	margin:0;
	padding:0;
	height:100%;
	color: #FFF;	
}

.head {
  /*background-image: url(/../img/sdr.jpg);*/
  background-color: #000;
  width: 987px;
  height: 150px;
  /*background-color:#550A0A;*/
}
.marco {
  width: 100%;
  padding-top: 10px;
  background-attachment:scroll;
}
.contenedor {
  
  width: 990px;  
  background-image: url(/../img/fondo.png);
  background-repeat: repeat-Y;
}

.derecha {	
	float: left;
	width: 200px;
	height: 100%;
	min-height:700px;
	text-align:left;
	font-size:12px;
	background-color:#660000;
  
}
.contenido {
	
	background-color: #420404;
	float: left;
	width: 780px;  
	min-height:800px;
	text-align:left;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	  
  
}
.izquierda{
	
	float: left;
	width: 200px;	
	min-height:800px;
	text-align:left;
	font-size:12px;
	background-color:#660000;
}
.pie {
	float:left;
	width:990px;
	min-height:50px;
	font-size:12px;
	color:#EEE;
	text-align:center;
	background-color:#2A0000;
}
#menu {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu li{
	margin:2px;
	padding:1px;
	border: solid 1px #000000;	
}

#menu li a{
	display:block;
	width:100%;
	padding:4px 0;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	color:#FFFFFF;
	background-image:url(../img/fondo_menu.png);
}

#menu li a:hover{
	color:#FFFFFF;
	background-position:bottom;
}

.titulo{
	font-size:20px;
	font-weight:bold;
}
.bajada{
	font-size:14px;
	font-style:italic;
}
.cuerpo{
	font-size:14px;
	text-align:justify;
	width:100%;
	height:100%;
	
}

#lista {
	
	width:725px;
	padding-left:15px;
}
#lista tr{
	background-color:#111111;
	border: solid 1px;
	
}
#lista th{
	background-color:#333333;
}

.paging{
	width:700px;
	text-align:center;
}

#links {
	list-style-image:url(/../img/sdr.png);	
}

#links li{
	padding:1px;
}

#afiches a{
	color:#ffffff;
	
}

/* Paging */
div.paging {
	width:710px;
	margin-left:15px;
	background:#222222;
	color: #ffffff;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #fff;
}
div.paging span a {
}

table tr.altrow td {
	background: #393636;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 70%;
	padding-left: 60px;
}

dl.altrow {
	background: #f4f4f4;
}

dt {
	width:20%;
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	background: #5F0C0C;
	border: 1px solid black;
}

dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid black;
}

label {
	width: 150px;
	float: left;
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	background: #5F0C0C;
	border: 1px solid black;
}

.ultimas {
	/*width:725px*/;
	margin-left:5px;
	padding-left:2px;
}

.ultimas h1{
	color:#EA1813;
	font-size:16px;
}

.encuesta {
	width:250px;
}
.encuesta label{	
	width: 150px;
	float: none;	
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	background: #5F0C0C;
	border: 1px solid black;
}

.menu_sup {
	background-color: #000;
	font-size:12px;
	color:#fff;
	min-width:50px;
	height: 14px;
	float: right;
	border: solid 1px black;
	text-decoration: none;
}

.menu_sup a:link {
	background-color: #D0D7DE;
	font-size:12px;
	color:#000;
	min-width:50px;
	height: 14px;
	float: right;
	border: solid 1px black;
	text-decoration: none;
}

.menu_sup a:active {
	background-color: #D0D7DE;
	font-size:12px;
	color:#000;
	min-width:50px;
	height: 14px;
	float: right;
	border: solid 1px black;
	text-decoration: none;
}

.menu_sup a:visited {
	background-color: #D0D7DE;
	font-size:12px;
	color:#000;
	min-width:50px;
	height: 14px;
	float: right;
	border: solid 1px black;
	text-decoration: none;
}

.menu_sup a:hover {
	background-color: #E8EFF6;
	font-size:12px;
	color:#000;
	min-width:50px;
	height: 14px;
	float: right;
	border: solid 1px black;
	text-decoration: none;
}

.round {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}
.round-top {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.round-bottom {
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.redondo{
border: 1px solid #fff;
-moz-border-radius: 7x;
padding: 10px;
}