/*

Theme Name: CoRe (3 columns)
Theme URI: http://portable.cl
Description: Clean and Light Interface. Variation: 3 columns
Version: 1.0
Author: Genkisan
Author URI: http://ericulous.com

StyleSheet by David Herreman
http://www.free-css-templates.com

project: internet center template
author: luka cvrk (www.solucija.com)

*/

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.6em;
	background: #fff; 
	color: #454545; 
}

div#barra-fn { height:25px; background-color:#e5e5e5; font-size:11px; color:#999999; text-align:center; margin:0;}
div#barra-fn a{ color:#999999; text-decoration:none;}
div#barra-fn a{ color:#666666; text-decoration:underline;}

.barra-fn-container { width:760px; margin:0 auto;height:25px;}
.barra-fn-left{ float:left; width:300px;margin:0;height:25px; text-align:left; padding-top:5px; padding-left:0;}
.barra-fn-right{ float:right; width:300px;margin:0;height:25px; text-align:right; padding-top:5px; padding-right:0;}

a {
	color: #000;
	background: inherit;
}

a:hover {
	color: #990000;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	text-indent:-9000px; 
	padding: 0;
	margin: 0;
	height:0;
	width:0;
	
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #990000;
	background: #FFF;
}


h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h2 { 
	color: #000; 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h3 { 
	font-size: 1.4em;
}

h4 { 
	font-size: 1.3em;
}

h5 { 
	font-size: 1.2em;
}

h6 { 
	font-size: 1.1em;
}

p {	
	margin: 0 0 1em 0;
/*	text-align:justify;*/
	
}

blockquote {
	margin: 10px 0 0 25px;
	padding: 0 20px;
	border-left: 1px solid #ccc;
	color: #666;
}

form { 
	margin: 0; 
}

input.search { 
	width: 199px; 
	border: #CCCCCC solid 1px; 
/*	background: url(images/input.gif); */
	padding: 4px; 
}

input.login { 
	width: 160px;
	border: #CCCCCC solid 1px; 
	padding: 4px;
	margin-right:10px;
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 760px; 
}

.header { 
	height: 78px;
	margin-bottom:30px; 
}

.top_info {
	float: right;
	width: 570px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #eee;
}

	.top_info_left {
		width: 240px;
		float: left;
	}

	.top_info_right {
		float: right;
		text-align: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.slogan {
	font-size: 0.9em;
	width: 160px;
}


.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	margin: 0 0 0 0px; 
}

	.bar ul { 
		margin: 0; 
		padding : 0; 
		list-style : none; 
	}

	.bar li { 
		margin: 0; 
		padding: 4px 10px 8px 10px;
		color: #808080;
		background: #FFF;
		float: left; 
	}
	
	.bar .current_page_item a{ 
		background: #FFF url(images/bar.gif) no-repeat center bottom; 
		color: #9EC068;
		font-weight: bold; 
		padding-bottom: 8px;
		text-decoration: none;
	}

	.bar a { 
		font-weight: bold;
		color: #4A8EBC; 
		background: inherit;	
	}
	
	.bar a:hover {
		background: #FFF url(images/bar.gif) no-repeat center bottom; 
		color: #9EC068;
		font-weight: bold; 
		padding-bottom: 8px;
		text-decoration: none;
	} 

.search_field { 
	background: #f6f6f6; 
	color: #000;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	clear: both;
	text-align: center; 
	padding: 10px 0 5px 0;
	margin-bottom:10px;
	margin-top:10px;
}

.subheader {
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4 url(images/subheaderbg.gif) no-repeat;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

/* left side
   --------- */

.left {
	float: left;
	width: 435px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0px 0 10px 0;
	}

.metadata {
	border-bottom: 1px dotted #ccc;
	margin-top:15px;
	margin-bottom: 15px;
	text-align: right;
	padding-bottom:8px;
}
	
.alignright {
float: right;
}
	
.alignleft {
float: left;
}

.centered {
display:block;
margin:0 auto 0 auto;
}

/* Begin Comments*/

.commentlist li.alt {
	background-color:#F0FBFB;
	}

.commentlist {
	margin:15px;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background: #fafafa;
	color: #808080;
	border: 1px solid #eeeeee;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: inline;
	}
/* End Comments */
	
/* Sidebar
   ---------- */
		
.sidebar {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}

.sidebar_left {
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
}

.sidebar_right {
	float: right;
	width: 150px;
	margin: 0 0 10px 0;
}

.sidebar h2 {
	border-bottom: 1px solid #efefef;
	color:#990000;
}

.sidebar h3 {
	margin:10px 0;
}


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

.sidebar li {
	list-style-type:none;
}

.sidebar li ul li{
	list-style-type:none;
	margin-left:20px;
}

	.right_login {
		padding: 10px;
		margin: 0 0 10px 0;
		background: #990000;
		color: #FFF;
		border-top: 1px solid #660000;
		border-bottom: 1px solid #660000;
	}

	.right_articles {
		border: 1px solid #eee;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
	.right_articles:hover {
		border: 1px solid #ccc;
	}
	
	.suscripcion {
		border: 1px solid #eee;
		padding: 8px;	
		margin: 0 0 10px 0;
		background-image:url(images/suscripcionbg.gif);
		background-repeat:repeat-x;
		background-position:bottom;
	}
	
	.suscripcion:hover {
		border: 1px solid #ccc;
	}
		
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 10px 0 10px 0;
	border-top: 1px solid #eee;
}

.footer a {
	color: #000;
	background: #fff;
}

/* funciones
   ------ */

.funciones { 
	clear: both; 
	text-align: left;
	line-height: 1.8em;
	color: #666;
	padding: 5px;
	height:20px;
	border-bottom: 1px dotted #CCCCCC;;
	margin-bottom:10px;
}

.more {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}

#tag-cloud-core a{ padding:4px; color:#666;}
#tag-cloud-core a:hover{ color:#000000;}

.editorial { background-color:#F6F6F6;}