/*
      Theme Name: FPJ Frutas
      Theme URI: http://www.fpj-frutas.com
      Version: 1.0
      Author: Portales Andalucia
      Author URI: http://www.portalesandalucia.com
*/

/* FIXES */
*, html { 
	margin:0; 
	padding:0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* END FIXES */
body {
	font-size:0.8em;
	font-family: Arial, Helvetica, Tahoma, "Lucida Grande";
	color:#636363;
}
a {
	text-decoration:none;
	color:#ff9600;
}
p {
	margin:10px 0px 3px 0px;
}
p img {
	margin:0px 10px;
}
img{
	border:2px solid #ece;
	padding:3px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
table{
	margin:10px 0px;
}
	table tr td{
		padding-right:10px;
		vertical-align:top;
	}
#header {
	margin:0px auto;
	width:810px;
	height:267px;
	background:url('imagenes/back-header.jpg') no-repeat;
	}
	#header h1 {
		width:700px;
		height:100px;
		float:left;
	}	
	#header h1 a {
		display:block;
		width:700px;
		height:100px;
		text-indent:-999999px;
		
	}
	#header h2 {
		float:right;
		width:90px;
		height:100px;
	}
	#header h2 a {
		display:block;
		width:90px;
		height:100px;
		text-indent:-999999px;
	}
	#header #menu {
		list-style:none;
		margin-left:10px;
	}
	#header #menu li {
		height:27px;
		width:210px;
	}
	#header #menu li a {
		color:#555;
		display:block;
		height:13px;
		padding:7px 40px;
		text-align:right;
		width:130px;
		font-size:1.1em;
		text-transform:lowercase;
		background:url('imagenes/menu.png') 0px -30px no-repeat; 
	}
	#header #menu li a:hover, #header #menu li.current_page_item a {
		background:url('imagenes/menu.png') 0px 0px no-repeat; 
	}
#container {
	margin:10px auto;
	width:810px;
	background:url('imagenes/content-repeat.jpg') repeat-y;
}
	#content {
		width:810px;
		min-height:300px;
		background:url('imagenes/content-header.jpg') no-repeat;
		padding:23px 70px 0px 70px;
		width:680px;
	}
	#sidebar {
		width:810px;
		height:61px;
		background:url('imagenes/content-footer.jpg') no-repeat;
		position:relative;
		color:#319e06;
		font-size:1.1em;
		font-weight:bold;
	}
		#sidebar .left{
			position:absolute;
			bottom:21px;
			left:42px;
		}
		#sidebar .right{
			position:absolute;
			bottom:21px;
			right:50px;
		}
#footer {
	width:810px;
	font-size:0.7em;
	text-align:center;
	margin:0px auto;
	color:#319e06;
}
	#footer a{
		color:#319e06;
	}
ul.gallery {
margin: auto;
list-style:none;
margin-top:10px;
}
ul.gallery li {
float: left;
margin: 10px;
text-align: center;}

.gallery img {
border: 2px solid #cfcfcf;
}
.wpcf7-form input, .wpcf7-form textarea{width:300px;}	
.wpcf7-form  input[type=submit]{width:80px;}
