/*
CSS Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	color: #e7eaeb;
	background-image: url(fondo.jpg);
	background-repeat: repeat;
}

a:link, a:visited { color: #00a1ff; text-decoration: none; font-weight: bold; } 
a:active, a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	color: #1149B0;
}


.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_width {
	float: left;
	width: 20px;
	height: 30px;
	font-size: 1px;	
}

#wrapper {
	margin: 0 auto;
	;
}


#container {
	width: 956px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}

/* banner */
#banner {
	clear: both;
	width: 956px;
	height: 280px;
	background-color: #88B5EC;
}

#banner h1 {
	margin: 0px;
	padding: 0px;
	padding: 80px 0 20px 0;	
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	
}

#banner p {
	font-size: 30px;
	width: 400px;
	line-height: 30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* end of banner */

#content {
	clear: both;
	position: relative;
	width: 956px;
	padding: 0 2px;
}

#content #content_top {
	position: absolute;
	width: 956px;
	height: 10px;
	top: 0;
	left: 0;
	background: url(images/content_top.jpg) no-repeat;
	margin-left: 2px;
}

#content h1 {
	font-size: 24px;
	color: #D3E9FE;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content h2 {
	font-size: 20px;
	color: #1149B0;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


#content img {

}

#content .content_section_01 {
	clear: both;
	width: 936px;
	padding: 10px;
	background-color: #88B5EC;
}

.content_section_01 .section_01_left {
	width: 680px;
	padding-right: 20px;
	border-right: 1px solid #333;
	float: left;
}

.content_section_01 .section_01_right {
	float: right;
	width: 220px;
}

.section_01_left p{
	padding-bottom: 10px;
	text-align: justify;
}

.section_01_right p{
	padding-bottom: 5px;
	text-align: justify;
}

#content .content_section_02 {
	clear: both;
	color: #000;
	width: 956px;
	padding: 0px;
	border-top: 1px solid #D3E9FE;
	background-color: #D3E9FE;
}

.content_section_02 p {
	text-align: justify;
}

.content_section_02 .section_02_subsection {
	float: left;
	width: 275px;
	margin: 5px 0px;
	padding: 0 20px;
	border-right: 1px solid #332e30;
	background-color: #D3E9FE;
}

.section_02_subsection li a {
	color: #e7eaeb;
	font-weight: normal;
}

.section_02_subsection ul {
	margin: 20px 0 10px 10px;
	padding: 0px;
	list-style: none;
}


/* footer */
#footer {
	clear: both;
	width: 956px;
	height: 82px;
	padding: 1px 0 0 0;
	text-align: center;
	color: #1149B0;
	background: url(images/footer.jpg);
	margin-left: 2px;
}

#footer p {
	padding-bottom: 5px;
	color: #1149B0;
}

#footer a {
	color: #000;
	font-weight: normal;
}
/* end of footer */

