/*
Theme Name: Gefeei
Theme URI: http://www.proyectogefeei.cl
Author: Francisco Pardo
Author URI: http://www.fcopardo.cl/
Description: Tema creado para el sitio del Proyecto Gefeei
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: gefeei
Text Domain: gefeei
*/

aside .current-menu-item,
aside .menu-item-object-category.current-post-ancestor{
	background-image: url(/wp-content/themes/gefeei/img/current.png);
	background-position: 18px center;
	background-repeat: no-repeat;
}
aside .side-menu ul li.current-menu-item a,
aside .side-menu ul li.menu-item-object-category.current-post-ancestor a{
	color: #333;
}
#main-left.relative{
	position: relative;
}

#buscador{
	clear: both;
	margin: 15px 0;
}
#buscador input[type="text"]{
	border: 1px solid #ccc;
	height: 16px;
	line-height: 16px;
	padding: 4px;
	width: 270px;
}

#buscador input[type="submit"]{
	width: 100px;
	background: #1C3349;
	color: #FFF;
	border: 0;
	height: 16px;
	padding: 5px 0;
	line-height: 16px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	float: right;
	clear: both;
	margin-top: 10px;
}
#main-left #buscador{
	position: absolute;
	right: 0;
	width: 55%;
	margin: 10px 0;
}
#main-left #buscador input[type="text"]{
	width: 220px;
}
#main-left #buscador input[type="submit"]{
	margin: 0;
}
.alignleft{
	float: left;
	margin: 0 10px 10px 0;
}
.alignright{
	float: right;
	margin: 0 0 10px 10px;
}
.aligncenter{
	display: block;
	margin: 10px auto;
}
#main-left img{
	max-width: 630px;
	height: auto;
}

.box-newsletter{
	background: none;
}
.box-newsletter .w{
	width: 100%;
	margin: 20px 0;
}
.box-banners{
	margin-top: 15px;
}

.single p.wp-caption-text{
	margin: 0;
	text-align: center;
	font-style: italic;
	padding-bottom: 10px;
}
table td{
	color: #333;
	font-size: 14px;
	line-height: 20px;
}