/*
      Theme Name: copusan.com
      Theme URI: http://www.
      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 */
h1{
	height:0px;
	display:block;
	text-indent:-99999px;
}
a{
 	font-family:Trebuchet MS,Arial,Helvetica;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	outline:none;
}
ul{
	list-style-type:none;
}
img{
	border:none;
}
p{
	margin:5px 0px 0px 0px;
}
h2 a{
	font-size:32px;
	text-transform:lovercase;
	color:#688712;
	font-weight:bold;
	display:block;
}
.shadowed {position:relative;display:inline;line-height:22px;padding:0px;color:#333;z-index:5;padding:1px; display:block;}
.shadowed .shadow {position:absolute;top:2px;left:2px;color:#688712;z-index:-1px;}
body{
 	font-family:Trebuchet MS,Arial,Helvetica;
	font-size:12px;
	color:#4d650c;
	font-weight:bold;
	background:#E9EDD2 url(images/bg.jpg)  repeat-x;
}
table{
	border-collapse:collapse;
	margin:10px 0px;
	width:100%;
}
table tr{
}
table tr td{
	border:1px solid #C4D235;
	padding:3px 10px;
}
table tr th{
	border:1px solid #C4D235;
	text-align:center;
	padding:2px 10px;
	background:#FFFFCC;
}
#page{
	width:980px;
	margin:0px auto;
}
#header {
	background:url(images/header.jpg) top  no-repeat;
	height:204px;
	position:relative;
}
	.menu{
		position:absolute;
		bottom:0px;
		height:37px;
		padding:0px 23px;
	}
		.menu li{
			float:left;
		}
				.menu li a {
					font-size:15px;
					font-weight:bold;
					color:#fff;
					padding:16px 25px;
					border-right:1px dotted #4e6521;
					text-transform:lovercase;
				}
				.menu li.page-item-9 a{
					border:none;
					padding:16px 24px 16px 25px;
				}
					.menu li.current_page_item a {
						background:url(images/menu_active.jpg) repeat-x;
					}

#container {
	margin:0px 10px;
	background:url(images/coneiner.jpg) top  no-repeat;
	min-height:480px;
}
	#content {
		padding:40px 10px 40px 40px;
		width:550px;
		float:left;
	}
	#content.no-sidebar {
		width:auto;
		float:none;
		padding:40px;
	}
		.entry{
			margin-top:10px;
		}
	#content img{
		margin:10px;
	}
	#sidebar {
		float:right;
		width:335px;
		height:500px;
		overflow:hidden;
	}
		.galery{
			margin-top:20px;
		}
			.galery img{
				padding:4px;
				border:1px solid #e1dfdf;
				background:#fff;
				margin:10px;
			}
		.contacto{
			background:#BAD07D url(images/mapa.jpg) no-repeat scroll 3px 3px;
			border:2px solid #82A837;
			height:168px;
			margin-top:50px;
			width:290px;
		}
		.direct{
			text-align:center;
			width:290px;
			margin-top:15px;
			font-size:16px;
		}
#footer {
	height:161px;
	position:relative;
	background:#E9EDD2;
	text-align:center;
}
	.footer{
		background:url(images/footer.jpg) top  no-repeat;
		height:161px;
		position:relative;
		z-index:10;
		text-align:center;
		width:980px;
		margin:0px auto;
	}
		.menu_footer{
			padding-top:120px;
			width:630px;
			margin:auto;
		}
			.menu_footer li{
				float:left;
			}
				.menu_footer li a{
					float:left;
					color:#fff;
					padding:3px 10px;
					background:url(images/dot.jpg) right no-repeat;
				}
		.aviso{
			color:#c4d47c;
			font-weight:normal;
		}
			.aviso a{
				color:#c4d47c;
				font-weight:normal;
			}
	.footer_top{
		background:#688712;
		position:absolute;
		height:46px;
		width:100%;
		bottom:0px;
	}
