@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: #F0F0F0 url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #8A8A8A;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a {
	text-decoration: none;
	color: #01BBEC;
}

#contenedor {
	width:950px;
	height:3000px;
	text-align: center;
	margin: 0 auto;
}

#encabezado {
	width: 950px;
	height: 124px;
	padding-top: 10px;
	color: #FFFFFF;
}

#encabezado h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

#menu {
	width: 950px;
	height: 38px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 50px;
	background: url(images/img04.jpg) no-repeat right top;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 10px 30px 15px 35px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #AFAFAF;
	border: none;
}

#menu a:hover {
	background-color: #01BBEC;
	color: #FFF;
}

#pagina {
	width: 950px;
	height:auto;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

#sidebar {
	
	float: left;
	width: 170px;
	padding: 20px 0px 0px 0px;
	color: #787878;
	background: #FFFFFF;
}

#sidebar h2 {
	height: 38px;
	padding: 12px 0 0 20px;
	background: #01BBEC;
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #01BBEC;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #4B7198;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 10px;
}

#portadas {
	float: left;
	width: 125px;
	height:auto;
	padding: 20px 0px 0px 0px;
	color: #787878;
	background: #FFFFFF;
}

#portadas h2 {
	height: 38px;
	background: #01BBEC;
	color: #FFFFFF;
	padding: 12px 0 0 0;
}

#portadas p {
	margin: 0 0px;
	padding: 10px;
	text-align:center;
}

#portadas ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#portadas li {
	margin: 0;
	padding: 0;
}

#contenido {
	position:relative;
	float: left;
	width: 655px;
	padding: 0;
}

#contenido_amplio {
	position:relative;
	float: left;
	width: 780px;
	padding: 0;
}
#contenido_amplio .post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 20px;
	background: #01BBEC;
	letter-spacing: -0.5px;
	color: #FFFFFF;
	text-align: left;
}

.post {
	margin:0 30px;
	margin-bottom: 25px;
	padding: 20px 0px;
	background: #FFFFFF;
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 20px;
	background: #01BBEC;
	letter-spacing: -0.5px;
	color: #FFFFFF;
}

.post .title a {
	color: #FFFFFF;
	border: none;
}

.post .meta {
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	border-bottom-style: solid;
	border-right-color: #01BBEC;
	border-bottom-width: thin;
	border-top-color: #01BBEC;
	border-bottom-color: #01BBEC;
	border-left-color: #01BBEC;
}

.post .meta a {
	color: #01BBEC;
}

.post .entry {
	padding: 0px 20px 20px 20px;
	padding-bottom: 20px;
	text-align: justify;
}

.post .entry p strong {
	color: #4B7198;
}

.links {
	display: block;
	width: 100px;
	height: 20px;
	margin-top: 20px;
	background: url(images/img05.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#pie {
	width: 950px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
}

#pie p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #4B7198;
}

	
