﻿html, body {
	height: 89%;
}

h2{ 
	font-size: 36px; 
	text-align: center; 
	font-weight: normal; 
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px;
}
.footer, .push {
	height: 60px;
	border:1px #0E5072 solid;
	background-color:#0E5072;
	z-index:4;
}

#aviso{
	position: relative;
	height:20px;
	width:auto;
	text-align:center;
	padding: 0px;
	margin:50px 0px 0px 0px;
	z-index:5;
		font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:18px;
	color:#0E5072;

}

#bottom{
	position: relative;
	width:auto !important;
	height:auto !important;
	padding: 0px;
	z-index:4;
}

#bottom p{
	text-align:center;
	color:#fff;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:18px;
}
#bottom p a{
	color:#fff;
	text-decoration:none;
}
#bottom p a:hover{
	text-decoration:underline;
}
#page-wrap{ 
	width: 960px; 
	margin: 0 auto; 
	padding: 0px; 
}

#slider{ 
	height: 215px; 
	overflow: hidden;
	position: relative; 
	margin: 50px 0px 0px 0px;  
	z-index:3;
}

/* DEFAULT is for three panels in width, adjust as needed 
This only matters if JS is OFF, otherwise JS sets this. */								  

#mover{ 
	width: 2880px; 
	position: relative; 
}
.slide{ 
	padding: 40px 30px; 
	width: 900px; 
	float: left; 
	position: relative; 
}
.slide h1{ 
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 30px; 
	color: #0e5072; 
	padding:0px;
	margin:0px;
}
.slide p{ 
	padding:0px;
	margin:0px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; 
	color:#0e5072; 
	font-size: 14px; 
	line-height: 22px; 
	width: 300px; 
	text-align:justify;
}
.slide img{ 
	position: absolute; 
	top: 48px; 
	left: 400px; 
}
