﻿body{margin:0; background:url(../imagenes/bgOL.png) top left repeat-x; font-family:Arial,Helvetica,sans-serif; font-size:11px; color:#414141}

a{color:#06791e; text-decoration:none; outline:0}
a:hover{color:#06791e; text-decoration:underline}

#top{width:960px;margin: 0 auto;height:25px; margin-top:3px; text-align:right; line-height:25px; color:#fff}
#top ul{display:inline; margin:0; padding:0}
#top li{display:inline; margin:0 6px}
#top li:last-child{display:inline; margin:0 0 0 6px}
#top li.pipe{margin:0}
#top li a{color:#fff; text-decoration:none}
#top li a:hover{color:#fff; text-decoration:underline}

#content{width:960px;overflow: hidden;margin: 0 auto;min-height:600px;}
#header{width:960px;height:90px;background: url(../imagenes/header.png) top left no-repeat;}


#footer 
{
    margin-top:15px;
	width: 100%;
	height: 143px;
	background: url(../imagenes/bgfooter.png) top left repeat-x;
}
#footercontent {
	width: 960px;
	height: 143px;
	background: url(../imagenes/footer.png) top left no-repeat;
	margin: 0 auto;
}
#oficial {
	width: 390px;
	height: 123px;
	float: left;
	margin-top: 20px;
}
#oficial h2 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #006036;
	margin: 0;
	padding: 0;
}
#oficial h3 {
	font-size: 13px;
	font-weight: normal;
	color: #006036;
	margin: 0;
	padding: 0;
}
#oficial p {
	color: #006036;
	line-height: 13px;
	margin-top: 15px;
}
#site {
	width: 460px;
	height: 123px;
	float: right;
	margin-top: 20px;
}


.button {
	font: bold 13px "Helvetica Neue", Helvetica, Arial, clean, sans-serif !important;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	display: inline-block;
	color: white;
	padding: 5px 10px 5px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	background: #007506 url(button_overlay.png) repeat-x scroll 0 0;
	border-style: none;
	text-align: center;
	overflow: visible;
}
 
.button:hover,
.button:focus {
	background-position: 0 -50px;
	color: white;
}
 
.button:active {
	background-position: 0 -100px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: none;
}

