@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #9acccd;
}
h1 {
	color: #F60;
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #006c79;
	text-decoration: none;
}
#wrapper {
	width: 700px;
	margin: 0 auto;
	border-left: 1px solid #006c79;
	border-right: 1px solid #006c79;
	border-bottom: 1px solid #006c79;
	background: #fff;
}
#header {
	width: 700px;
	height: 190px;
	position: relative;
	background: url(../images/header.gif) top center no-repeat;
}
#header .numeroEdicion {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 90px;
	color: #008a97;
	font-weight: bold;
}
.txtMin {
	font-size: 36px;
	vertical-align: top;
}
#header .fechaEdicion {
	width: 350px;
	position: absolute;
	top: 90px;
	right: 112px;
	font-size: 14px;
	color: #82bcc3;
	text-align: right;
	font-weight: normal;
}
#content {
	width: 620px;
	min-height: 300px;
	padding: 10px 40px;
}
#content a img {
	border: none;
	vertical-align: middle;
}
.thumbIzq {
	width: 251px;
	height: 197px;
	float: left;
	padding: 10px 20px;
	margin-bottom: 20px;
	background: url(../images/bgThumbNot.gif) top left no-repeat;
}
.thumbDer {
	width: 251px;
	height: 197px;
	float: right;
	padding: 10px 20px;
	margin-bottom: 20px;
	background: url(../images/bgThumbNot.gif) top left no-repeat;
}
.thumbTitulo {
	color: #fff;
	padding: 1px 0 0 18px;
}
.thumbBajada {
	color: #F60;
	font-weight: bold;
	padding: 15px 0 0 0;
}
.thumbContenido {
	color: #666;
	font-size: 11px;
}
#footer {
	width: 700px;
	height: 60px;
	background: url(../images/footerLogos.gif) top center no-repeat;
}
.clear {
	float: none;
	clear: both;
}
.imgIzq {
	float: left;
	margin: 0 10px 0 0;
}
.verMas {
	text-align: right;
	float: right;
	margin-top: -5px;
}
.visitPragma {
	color: #00FF00;
	font-weight: bold;
}
