/* ¡Hola!  */

/* SPRITEBAKER.COM */

/* 
html5doctor.com Reset Stylesheet
v1.6
Last Updated: 2010-08-18
Author: Richard Clark - https://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #00a3cc;
}
a:hover {
	color: #0193b7;
}
a:active {
	color: #04c5f6;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted inherit;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    margin:0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* General */
body {
	background-color: #fff;
	/*color: #3f505c;*/
	color: #333;
	font: normal 16px/1.5em Arial, Helvetica, sans-serif;
	padding: 5px 0 60px;
}
header,
section,
footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
section nav {
	width: 760px;
	padding: 30px;
}
article {
	padding: 30px 20px;
	width: 640px;
	position: relative;
}
header hgroup {
	padding: 30px 0;
}
article p {
	padding-bottom: 1em;
}
article header {
	width: 640px;
}
article h1 {
	font: bold 28px arial, sans-serif;
	color: #111;
}
	article header h1 a {
		color: #111;
		text-decoration: none;
	}
article header p {
	color: #a3b1bd;
}
	article header p a {
		color: #a3b1bd;
	}
	article header p a:hover {
		color: #00a3cc;
	}
	article header p a:active {
		color: #04c5f6;
	}
	article header p span a {
		font-size: 11px;
		text-decoration: none;
		padding: 3px 5px;
		background-color: #e9edf0;
		white-space: nowrap;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		vertical-align: top;
	}
	article header p span a:hover {
		background-color: #f6f6f6;
	}
article div img {
	padding: 4px;
	border: 1px solid #ddd;
	margin: 10px 0;
	max-width: 690px;
}
article div a:hover img {
	border: 2px solid #999;
	padding: 3px;
}
article div ul,
article div ol {
	margin-left: 15px;
	margin-bottom: 20px;
}
	article div ul li,
	article div ol li {
		line-height: 1.4em;
	}
article div pre {
	background-color: #e9edf0;
	border-top: 2px solid #d4dbe0;
	margin: 10px 0 20px;
	color: #32414e;
	text-shadow: none;
	padding: 0 20px;
	position: relative;
	overflow: auto;
}
article aside {
	margin-top: 10px;
}

/* Concreto */
header hgroup h1 a {
	background: url('img/logo.png') 0 1px no-repeat;
	width: 471px;
	height: 112px;
	display: block;
	outline: 0;
	position: relative;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
	header hgroup h1 a:hover {
		-moz-transform: rotate(-4deg) scale(1.05);
		-webkit-transform: rotate(-4deg) scale(1.05);
		background-color: #d90000;
		-webkit-transition-duration: 0.2s;
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-ms-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}
	header hgroup h1 a:active {
		margin-top: 2px;
		margin-bottom: -2px;
	}
	header hgroup h1 a span {
		display: none;
	}
header hgroup h2 {
	position: absolute;
	right: 30px;
	top: 37px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #a3b1bd;
	padding: 3px;
}
	header hgroup h2 a {
		color: #a3b1bd;
		text-decoration: none;
	}
	header hgroup h2 a:hover {
		color: #0193b7;
		text-decoration: underline;
	}
	header hgroup h2 a:active {
		color: #04c5f6;
		text-decoration: underline;
	}
article .etiqueta-tipo {
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 655px;
	color: #fff;
	background: #111;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 6px;
	text-transform: uppercase;
}
article.noticia-titular {
	padding: 20px;
}
	article.noticia-titular header h1 {
		font-size: 20px;
	}


#infscr-loading {
	padding: 30px;
}

article div object embed {
	margin-bottom: 1em;
}