/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline
}

body {
	line-height: 1;
	background-color: #CCC;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-bottom: 20px;
}
h1, h2, h3, h4 {
	font-family: 'Leckerli One', cursive;
}


:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

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

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
.cont {
	width: 970px;
	margin: auto;
	border: 5px solid #FFF;
	background-color: #eee;
	position: relative;
}
.cont .datos {
	padding: 20px;
	float: left;
	width: 260px;
}
.datos h1 {
	font-size: 48px;
	color: #6CF;
	margin-bottom: 20px;
}
.datos  b {
	font-weight: bold;
	color: #666;
}
.datos p {
	margin-bottom: 10px;
}
.registro  {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 10px;
	color: #999;
	width: 320px;
}



.vacio {
	clear: both;
}
.cont .text {
	float: right;
	width: 590px;
	padding: 20px;
	background-color: #e0e0e0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 16px;
	padding-bottom:0px
}
.text p {
	margin-bottom: 10px;
}
.pie {
	margin: auto;
	width: 980px;
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.pie a {
	float: right;
	color: #999;
}
.pie a:hover {
	color: #FFF;
	text-decoration: none;
}
.noticia{
	border:solid 1px #ccc;
	padding:10px;
	margin-bottom:20px;}
.noticia h1{
		font-size:24px;
		color:#66CCFF;
		padding-bottom:1px}
.noticia .fecha{
		font-size:10px;
		color:#999;
		padding-bottom:10px}
.noticia .enlace{
	padding:0;
	margin:0;		
		text-align:right
		}
.noticia .enlace a{
		font-size:10px;
		color:#999;
		text-decoration:none
		}
.noticia .enlace a:hover{
		color:#66CCFF;
		text-decoration:underline
		}
.noticia .imagen{
	float:left;
	margin: 0 20px 20px 0;
		}
		.enlace a{
			border: solid 1px #999;
			padding:2px 5px;
			text-decoration:none;
			color:#999}
		.enlace a:hover{
			background:#FFF}