@charset "ISO-8859-1";

@media screen {

#ContenidoInner {min-height:600px;background:transparent url('/rsrcs/imgs/site/gradiente_fondo.png') repeat-x scroll top left;width:760px;margin:0 auto;padding:10px;}

#Contenido h1 {
  background:#26487a;
	color:#f2f2f2;
	font-size:1.2em;
	font-family:'times new roman', serif;
	padding:5px;
	margin:0;
	margin-bottom:5px;
}

#Contenido h1 a {
	color:#f2f2f2;
}

#Contenido ol {
margin:0;
padding:0;
list-style-type:none;
}

#Contenido ol li {
border-bottom:1px solid #214478;
position:relative;
}

dl {
	margin: 1em 0;
	padding: 0;
}

dt {
	margin: 0;
	margin-bottom:0.4em;
	padding: 0;
font-size:1em;color:#214478;
}

dd {
	margin: 0 0 1em 0;
	padding: 0;
}

dd.enlace {
text-align:right;
}

dd.enlace a{
color:#8a2529;
}

.js dd.portada {
position:absolute;
top:0;
left:20px;
}
 
.js dl.dlPortada {
margin-left:150px;
min-height:180px;
} 

.js .ButtonNode {
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .3s;
  border: 1px solid #999;
  padding: 2px 4px 4px 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.js .ButtonNode:hover {
  background-color: #ccc;
  -webkit-transition-duration: .2s;
}

.js .ButtonText {
  padding: 0 0.3em;
  text-align: center;
	text-decoration:none;
	color:#8a2529;
}

.js .IconPDF {
  background-image: url(/rsrcs/js/admin/dijit/themes/sandox/images/Sdx_Iconos.png); 
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right:0;
	height: 18px;
	text-align: center;
	background-position: -18px;
}

p.infoSeccion {
margin-top:-0.25em;
}

}