
/*
Design by Linhiuse
http://www.linhoyse.es
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #33b5d8 url(images/img01.png) repeat;
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	color: #787878;
}

h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	font-weight: 150;
	color: #262626;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #2F2F2F;
}

a:hover {
}

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 400px;
	padding: 10px 0px 0px 0px;
	background: url(images/img07.png) repeat;
}

#header {
	width: 1000px;
	height: 40px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #33b5d8 url(images/img02.png) repeat;
}


/* Menu */

#menu {
	float: right;
	width: 1000px;
	height: 00px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	height: 00px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	line-height: 40px;
	margin-right: 1px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,.2);
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1000px;
	margin: 0px auto 0 auto;
	padding: 1px 50px;
	background: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 40px;
	border-bottom: 1px solid #E7EBED;
	margin: 0px 0px;
	border-left: none;
}


#sidebar li li a {
	padding: 0px 0px 0px 0px;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}


/* Three Column Footer Content */

#footer-content {
	color: #D6E2F0;
}

#column1 {
	float: left;
	width: 290px;
	margin-right: 30px;
}

#column2 {
	float: left;
	width: 280px;
}

#column3 {
	float: right;
	width: 260px;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: 'Abel', sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #303030;
}

#footer a {
	color: #414141;
}


#banner {
	width: 1048px;
	margin: 0px auto;
}

#banner .content {
	width: 1048px;
	padding: 0px;
	background: #33b5d8;
}

#una-columna {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
	border-bottom: 1px solid #C9C8C8;
}

#three-columns {
	overflow: hidden;
	width: 1000px;
	margin: 0px;
	padding: 0px 0px;
	border-bottom: 1px solid #C9C8C8;
}

#three-columns #column1 {
	float: left;
	width: 200px;
	margin-right: 20px;
}

#three-columns #column2 {
	float: left;
	width: 560px;
}

#three-columns #column3 {
	float: right;
	width: 200px;
}


