
body {
	background-image: url(../images/bg.jpg);
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a{
	text-decoration: none;
}

h1 {
	margin: 0 0 15px;
	padding: 0 0 19px;
	font-size: 39px;
	border-bottom: 2px solid #d5d5d5;
	color: #645e5e;
	text-shadow: #000 1px 0 0;
	font-weight: bold;
}

h2 {
	font: 19px/35px "Trebuchet MS", Arial;
	color: #8d9c31;
	margin-top: 30px;
	margin-bottom: 36px;
}

p {
	padding: 0;
	font-size: 14px;
	line-height: 21px;
	color: #686a6a;
	margin: 12px 0;
}

ul {
	color: #868888;
}

b {
	color: #6b4a64;
}

header {
	border-bottom: 1px solid #cbcbcb;
	border-top: 11px solid #202020;
}

.header_cont {
	width: 930px;
	margin: 0 auto;
	z-index: 1;
}

.transparente {
	width: 100%;
	left: -50%;
	position: absolute;
	height: 160px;
	z-index: -1;
	background: url(../images/trasparente.png) repeat-x 0 96px;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
	background: url(../images/wrapper.png) no-repeat 0 14px;
}

.menu {
	width: 284px;
	margin: 27px 0 0 6px;
	list-style-type: none;
	float: left;
	padding: 0;
}

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

.menu li{
	height: 32px;
	text-align: right;
	padding: 22px 40px;	
	line-height: 18px;
	text-shadow: #fffeff 2px 1px 0;
	background-image: url(../images/li.png);
}

.menu li a{			
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #626262;
	text-decoration: none;	
}

.menu li:hover {
	background: url(../images/li.png) no-repeat 0 center;
}

.menu li.active {
	background: url(../images/li.png) no-repeat right bottom;
}

#content {
	width: 640px;
	float: right;
	margin-top: 18px;
}

.content-top{
	background: url(../images/content-top.png) no-repeat left top;
	height: 17px;
}

.text {
	background: url(../images/content.png) repeat-y left;
	padding: 25px 50px 25px 40px;
	margin: 0;
}

.footer {
	margin: 6px auto 0;
	width: 850px;
	background: url(../images/footer.png) no-repeat 0 bottom;
	height: 45px;
	padding: 46px 60px 15px 20px;
}

.firma {
	float: left;
	color: #fffeff;
	font-style: italic;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 18px;
}

a:hover .ziris {
	background: url(../images/ziris.png) no-repeat right bottom;
	color: #7fc241;
}

.ziris {
	float: right;
	background: url(../images/ziris.png) no-repeat right top;
	height: 29px;
	padding-right: 26px;
	padding-top: 7px;
	color: #fffeff;
	font-size: 11px;
}


/* GOOGLE ADSENSE*/

.banner {    
    margin: 5px 0 5px 0;
}

._468x60_a {
    width:468px;
    height:60px;
}

._468x15_a {
    width:468px;
    height:15px;
}

._468x60_b {
    width:468px;
    height:60px;
}

._468x15_b {
    width:468px;
    height:15px;
}

._234x60 {
    width:234px;
    height:60px;
}

._125x125 {
    width:125px;
    height:125px;
}

._180x150 {
    width:180px;
    height:150px;
}

._120x240 {
    width:120px;
    height:240px;
}

._200x200 {
    width:200px;
    height:200px;
}

._250x250 {
    width:250px;
    height:250px;
}



/* formulario */

textarea											{ width:250px; border:1px solid #CCC; height:250px; font-family:Verdana, Geneva, sans-serif; padding:10px; margin:0 0 15px 0; font-size:11px;}
input												{ width:250px; border:1px solid #CCC; height:10px; font-family:Verdana, Geneva, sans-serif; padding:10px; margin:0 0 0 0; font-size:11px;}
input.envio											{  background:none repeat scroll 0 0 transparent; border:0 none; color:#333333; float:none; font-weight:bold; height:19px; margin-left:228px; padding:0; width:49px;  }
.error_msg											{ color:#C03; margin:0 0 18px; font-size:10px; font-weight:bold; padding-left:10px; }

.form textarea												{ resize:none; }