@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	background-color: #f4f4f4;
	margin: 0px;
	padding: 0px;
}
a {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
img {
	border: none;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.6em;
	margin-top: 0px;
	margin-bottom: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 20px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
object, embed {
	margin-bottom: 20px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 40px;
	margin-left: 40px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size: 0.9em;
	line-height: 1.3em;
}
#contenedor {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#cabecera {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #6D6E71;
	height: 100px;
}
#logo {
	float: left;
	display: inline;
	overflow: hidden;
}
#navegacion {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 1.2em;
	line-height: 1.2em;
	float: right;
	display: inline;
	overflow: hidden;
	margin-top: 64px;
}
#navegacion li {
	float: left;
	margin-left: 30px;
	display: inline;
	overflow: hidden;
}
#navegacion a {
	color: #999999;
}
#navegacion a:hover, #navegacion .on {
	color: #FF9900;
}
#tags {
	float: left;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	display: inline;
	overflow: hidden;
	width: 130px;
	margin-top: 30px;
}
#tags a {
	color: #999999;
	line-height: 1.6em;
}
#tags h2 {
	font-size: 1.1em;
	margin-bottom: 0px;
}
#tags a:hover, #tags .on {
	color: #FFFFFF;
	background-color: #666666;
}
#autores {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	font-size: 0.9em;
}
#autores a {
	color: #999999;
	line-height: 1.6em;
}
#autores h2 {
	font-size: 1.1em;
	margin-bottom: 0px;
}
#autores a:hover, #autores .on {
	color: #FFFFFF;
	background-color: #666666;
}
#contenidos {
	float: left;
	display: inline;
	overflow: hidden;
	margin-left: 20px;
	width: 520px;
	margin-top: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 20px;
}
#lateral {
	float: right;
	display: inline;
	overflow: hidden;
	width: 220px;
	margin-top: 30px;
	font-size: 0.75em;
	line-height: 1.4em;
}
#ps {
	background-color: #eee;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 0.9em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	clear: both;
	margin-bottom: 40px;
}
#pie {
	background-color: #333333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
}
#pie a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.listado {
	font-size: 0.9em;
	line-height: 1.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 20px;
}
.listado li {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: auto;
	padding-top: 20px;
}
.listado li:hover {
	background-color: #eee;
}
.listado img {
	display: inline;
	float: left;
	overflow: hidden;
	border: 2px solid #CCCCCC;
	margin-right: 10px;
}
.listado span {
	font-size: 0.9em;
	color: #999999;
}
.listado a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
.myclear {
	clear: both;
}
.firma {
	font-size: 0.9em;
}
