@charset "UTF-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #143296;
	background-image: url(images/blue.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#gradient {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
#header {
	background-image: url(images/home_01.jpg);
	height: 193px;
	width: 912px;
}

#header2 {
	background-image: url(images/inicio_01.jpg);
	height: 193px;
	width: 912px;
}

#header3 {
	background-image: url(images/inicio_02.jpg);
	height: 193px;
	width: 912px;
}

#container {
	width: 912px;
	background-image: url(images/home_04.jpg);
	background-repeat: repeat-y;
}
#main {
	background-image: url(images/home_03.jpg);
	padding-left: 60px;
	padding-top: 20px;
	background-repeat: no-repeat;
	height: 290px;
}


/*
#main img {
	float: left;
	margin-right: 20px;
}
*/
#main .side_text {
	width: 450px;
	margin-top: 60px;
	margin-right: 30px;
	margin-bottom: 60px;
	margin-left: 370px;
}

#footer {
	background-image: url(images/home_05.jpg);
	height: 67px;
	clear: both;
	font-size: x-small;
	padding-top: 100px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
#footer a {
	color: #182F87;
	text-decoration: none;
}
#footer a:hover {
	background-color: #AEDAFA;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #13318D;
	font-size: 20px;
}
.flt_l {
	float: left;
	margin-right: 20px;
}
.flt_r {
	float: right;
	margin-left: 20px;
	margin-right: 45px;
}
#nav {
	background-color: #FFFFFF;
	background-image: url(images/stripe.jpg);
	height: 30px;
	padding-top: 10px;
	padding-left: 42px;
	margin-bottom: 20px;
}
#nav a {
	color: #143296;
	text-decoration: none;
}
#nav a:hover {
	background-color: #ADDAF9;
}
#book_flash {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 48px;
}
