@charset "utf-8";
/* News CSS Document */
/*----LISTAS-------------------------------------------------------------------*/
#actualidad  #posts-list {
	width:900px;
	height: auto;
	padding: 0px 20px 0px 20px;
	margin-bottom:40px;
	/*background-color:pink;*/
	float:left;
}
#actualidad  #posts-list ul {
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
	float:left;
}
#actualidad li.item-post {
	width:900px;
	margin:0px 0px 40px 0px;
	border-bottom:6px solid #EFEFEF;
	float:left;
}
#actualidad li.item-post .title-post {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#E50006;
}
#actualidad li.item-post .entradilla {
	width:auto;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	color: #666;
	font-size: 16px;
	line-height: 24px;
}
#actualidad li.item-post a, #actualidad li.item-post a:hover {
	text-decoration:none;
	border:none;
	color:#333;
}
#actualidad li.item-post .date {
	color: black;
	font-size:14px;
}
/*----ÚLTIMAS NOTICIAS-------------------------------------------------------------------*/
#last_news #posts-list {
	width:360px;
	height: auto;
	margin-bottom:40px;
	float:left;
}
#last_news #posts-list ul {
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
	float:left;
}
#last_news li.item-post {
	width:340px;
	margin:0px 20px 40px 20px;
	border-bottom:6px solid #EFEFEF;
	float:left;
}
#last_news li.item-post .title-post {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#E50006;
}
#home li.item-post .entradilla {
	width:auto;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
#last_news li.item-post a, #last_news li.item-post a:hover {
	text-decoration:none;
	border:none;
	color:#333;
}
#last_news li.item-post .date {
	color: black;
	font-size:13px;
}
/*----POST-------------------------------------------------------------------*/
#content .post {
	width:940px;
	float:left;
}
.post .title-post {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#E50006;
}
.post .date {
	width:910px;
	color: black;
	font-size:14px;
	margin-bottom:20px;
	padding-bottom:4px;
	border-bottom: 1px dashed #ccc;
	float:left;
}
#content .post img {
	padding: 8px;
	border: #ccc 1px solid;
	margin: 10px auto 10px 20px;
	float:right;
}
#content .post .article  {
	color: #666;
}
/*----PAGINADO-------------------------------------------------------------------*/
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com/some-styles-for-your-pagination
*/
/*Quotes style*/
div.pagination {
	padding:3px;
	margin: 3px;
	text-align:center;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #aaa;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}

