body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 0.75em;
}
.wrapper {
	width: 100%;
	/* Se elimina max-width 629px para que la noticia quede incrustada en un iframe ocupando el ancho del contenedor
    max-width: 629px*/
}
.cabecera {
	width:639px;
	height:118px;
	background-image:url(cabecera_noticias.png);
	background-position:left top;
	background-repeat:no-repeat;
}
h1 {
	font-size:1.3em;
	background-color:#ADB4C2;
	color:#fff;
	padding:5px 5px 3px 5px;
}
h2 {
	color:#840000;
	font-size:1.2em;
	font-weight:bold;
	padding:15px 0px 7px 0px;
}
h3 {
	color: #333;
	font-weight:normal;
	font-size: 1.6em;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid #ddd;
	font-family: 'Archivo Narrow', Arial, Helvetica, sans-serif;
	position: relative;
}
h4 {
	line-height: 30px;
	font-family:'Archivo Narrow', Arial, Helvetica, sans-serif;
	color:#840000;
	font-size:1.4em;
	margin:5px 0px 5px 0px;
}
a {
	color:#840000;
}
img {
	border:none;
}
#BtnJornadas {
	text-align:center;
}
#BtnJornadas input {
	cursor:pointer;
	color:#840000;
}
.logo_marca {
	width:100%;
	text-align: center;
}
.logo_marca div {
	max-width: 250px;
	margin: 0 auto;
}
.logo_marca div img {
	width:100%;
	height: 100%;
	transition:1s all;
}
.imprimir {
	position: relative;
	right:0;
	top:13px;
	float:right;
	width:16px;
	height: 14px;
	z-index:999;
}
.imprimir a {
	background: url(../img/imprimir.gif);
	background-position: left top;
	background-repeat: no-repeat;
	cursor:pointer;
	overflow: hidden;
	text-indent: -10000px;
	width:16px;
	height: 14px;
	float:right;
}
.migas {
	background-color:#EAEAEA;
	font-size:0.7em;
	float:left;
	/* Se elimina max-width 629px para que la noticia quede incrustada en un iframe ocupando el ancho del contenedor
        width:629px;*/
	padding:3px 5px;
}
.migas p {
	color: #333333;
	float: left;
	margin: 0;
	width: auto;
}
.migas li {
	background-image: url(bullet.gif);
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
	margin: 0 3px;
	padding: 0 9px 0 0;
	width: auto;
}
.migas li a, .migas li a:visited {
	white-space: nowrap;
	color:#000;
}
.migas li a:hover, .migas li a:active {
	white-space: nowrap;
}
contenido.p {
	padding-top:10px;
}
table a {
	color: Firebrick;
}
p.gris, p.pie {
	color:#555;
	font-size:0.9em;
}
p.gris {
	padding-bottom:15px;
}
p.pie {
	text-align:center;
	padding-top:15px;

}
/****************************** TABLA ****************************/
table {
	border: none;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
table caption {
	background-color: #C91113;
	color:#FFF;
	padding:3px;
	text-transform:uppercase;
}
table th {
	background-color: #e5e5e5;
	border: 1px solid #fff;
	padding: 3px 5px;
	text-align: left;
	vertical-align: middle;
}
table tr {
	word-wrap: break-word
}
table td {
	padding: 3px 5px;
	vertical-align: middle;
	background-color: #F7F7F7;
}

/****************************** FIN TABLA ****************************/

@media only screen and (max-width:600px) {
.Jornadas_responsive  {
	width: 98%;
}
.Jornadas_responsive thead {
	display: none;
}
.Jornadas_responsive td {
	box-sizing: border-box;
	display: block;
	float:left;
	clear: both;
	width:100%;
	text-align:left;
	padding:0;
	background-color: #F7F7F7;
	border: 3px solid #fff;
	vertical-align: middle;
	padding: 10px 10px 15px 10px;
}
.Jornadas_responsive td span {
	display: block;
}
.Jornadas_responsive td:before {
	content: attr(data-head);
	display: block;
	width: 45%;
	margin-right: 10px;
	clear: both;
	float:left;
	font-size:100%;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom: 25px;
	padding-top:0px;
}
.logo_marca div img {
	width:70%;
}
}
@media only screen and (max-width:450px) {
.Jornadas_responsive td:before {
	width: 100%;
	padding-bottom: 5px;

}

}
