body {
	background-image: url(../../img/design/bg.jpg);
	background-repeat: repeat-x;
	background-color: #162834;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px;
}
body a {
	color: #55B1E3;
	text-decoration: none;
}
body a:hover {
	color: #55B1E3;
	text-decoration: underline;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu ul, li {
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style-type: none;
	float: left;
}
#menu li a {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E4860;
	height: 30px;
}


#menu li a:hover {
	color: #1D8ECE;
}

#texto {
	background-image: url(../../img/design/bg-texto.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #162834;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	overflow: hidden;
}

h1 {
	font-size: 28px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #55B1E3;
}
hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #1C4257;
	display: block;
}
