* {
	margin: 0;
	
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: #037DD4;
	outline: none;
	text-decoration: none;
}
a:hover {
        color: #05B8B3;
	text-decoration: underline;
}
p {
	margin: 20px -40px 20px
}
hr {
	margin: 16px -40px 20px
}
table{
        margin: 4px -60px 2px
}

img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	
	width: 1150px;
	margin: 0 auto;
	
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 170px;
	background: url(../images/logotip_header.png);
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
        background: White;
}
#content {
	
    padding: 0 310px 50px 290px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 206px;

        margin: 8px auto 0;
	margin-left: -100%;
	position: relative;
	background: White;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
        margin-right: 0px;
	width: 240px;

        margin: 8px auto 0;
	margin-left: -240px;
	position: relative;
	background: White;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
       
	width: 1150px;
	margin: 2px auto 0;
	height: 70px;
	background: #6ed1f5;
	
	
}