@charset "utf-8";
/*
Theme Name: Alcachofas de la Sabana 
Theme URI: http://alcachofasdelasabana.com
Version: 1.0
Author: Carolina Canchila
Author URI: http://www.arlain.net/ 
*/

* {
 padding:0;
 margin:0;
}
body{
	margin:0;
	padding:0;
	color: #353C1A;
	background:#667431 url(images/background.png) repeat-x;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
a {
	color: #98AC46;	
	text-decoration:none;
}
a:visited {
	color: #98AC46;
}
a:hover {
	color: #353C1A;
	text-decoration:none;
}
#container{
	width:956px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:url(images/back_cont.png) repeat-y;
}
a img {
	border: none;
}

/*header*/
#header{
	width:956px;
	height:300px;
	background:url(images/header.png) no-repeat;
}
#header p{
	padding:20px 15px 0 650px;
	font-size:16px;
	font-weight:bold;
	line-height:15px;
}
#header h1{
	display:none;
}
#header h2{
	display:none;
}
#search{
	padding:42px 15px 0 670px;
	text-align:left;
}
.search_input{
	width:190px;
	height:23px;
	background:url(images/input.png) no-repeat;
	border:0;
}
.search_button{
	background:#B3C46F;
	border:0;
	font-size:14px;
	font-weight:bold;
	padding:0;
}
#navigation{
	padding:25px 8px 5px 14px;
}
#navigation li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
#navigation li a{
	width:151px;
	display:block;
	padding:0 2px;
	text-decoration:none;
	font-size:16px;
	font-weight: bold;
	color:#2D3216;
	line-height:30px;
	text-align: center;
}
#navigation li a:hover{
	color:#D3DDAC;
}
/*contenido*/
#content{
	width:956px;
	background:url(images/back_cont.png) repeat-y;
	text-align:left;
}
#left{
	float:left;
	width:572px;
	background:url(images/left.png) no-repeat right top;
	padding:0 0 0 50px;
}
#left h1{
	margin:30px 0 0 5px;
	padding:12px 0 0 50px;
	background:url(images/content_h1.png) no-repeat;
	height:47px;
	font-size:22px;
}
#txt{
	padding:0 40px 0 15px;	
}
#txt p{
	line-height:14px;
	margin:8px 0 0 0;	
}
#txt_left{
	padding:0 25px 0 15px;
	float:left;
	width:315px;
}
#txt_left p{
	line-height:14px;
	margin:8px 0 0 0;
}
#img_right{
	float:left;
	width: 166px;
	padding:0;
	margin:0;
}
#right{
	float:right;
	width:292px;
	background:url(images/right.png) no-repeat left top;
	padding:0 35px 0 0;
}
#right h1{
	margin:50px 0 0 55px;
	background:url(images/right_h1.png) no-repeat;
	height:30px;
	font-size:18px;
	font-weight:bold;
}
#right h2{
	color:#98AC46;
	font-size:13px;
	padding:15px 0 0 55px;
}
#right p{
	padding:0 25px 0 55px;
	line-height:14px;
}
.right_img{
	padding:4px 0;
}
#right_2{
	float:right;
	width:250px;
	padding:5px 0;
}
.rss{
	padding:15px 0 0 55px;
}
.txt_entradas{
	font-size:16px;
	font-weight:bold;
	padding:10px 0 0 20px;
}

/*footer*/
#footer{
	width:956px;
	height:90px;
	background:url(images/footer.png) no-repeat;
}
#footer p{
	font-size:11px;
	font-weight:bold;
	text-align:right;
	padding: 40px 175px 0 0;
}
/*fixes*/
.clear{
	clear:both;
}
