* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background-color: #0bb2dc;
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #000000;
	background:url(../estilo/body-bg_5.gif) repeat-y left top;
}

form {
}

fieldset {
}

textarea {
	padding: 2px 2px;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
	background-color: #FCFCFC;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

input {
	padding: 2px 2px;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
	background-color: #FCFCFC;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

button {
	color: #FFFFFF;
	background-color: #948a4b;
	border: 1px solid #C2BB87;
}


a {
	text-decoration: none;
	color: #444242;
}

a:hover {
	border: none;
	text-decoration: underline;
	color: #444242;
}

hr {
	display: none;
}

h2 {
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	color: #444242;
}

/* Wrapper */

#wrapper {
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
}

#sidebar2 {
	width: 219px;
	padding: 10px 0px 0px 0px;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  5px 15px;
	height: 20px;
	border-bottom: 1px dotted #444242;
	
}

#sidebar2 li ul {
	line-height: normal;
	padding-left: 15px;
}

#sidebar2 li li {
	padding: 5px;
	font-size: 14px;
}

#sidebar2 li a {
	border: none;
	padding-left: 5px;
}

#sidebar2 li a:hover {
	border: none;
}


/* Header */

#header {
	width: 800px;
	height: 147px;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu {
	float: left;
	width: 796px;
	height: 60px;
	background: url(../estilo/img04_2.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	float: left;
	background: url(../estilo/img05.gif) no-repeat right top;
	height: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-top: 22px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #0180b7;
}


/* Page */

#page {
	width: 796px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: #e8e8e8;
	border: 2px solid #000000;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding: 20px 0px 0px 20px;
}


/* Footer */

#footer {
	margin: 0;
	padding: 0;
	height: 459px;
	color: #444242;
	background-color: #0bb2dc;
	background-image: url(../estilo/bg-bottom_5.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer p {
	margin-top: 10;
	padding-top: 0px;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
}
.button1 {
	color: #FFFFFF;
	background-color: #948a4b;
	border: 1px solid #C2BB87;
	text-align: center;
	margin-right: 10px;
}
.button1 a{
	color: #FFFFFF;
	background-color: #948a4b;
	border: 1px solid #C2BB87;
	text-align: center;
	margin-right: 10px;
}
.button1 a:hover{
	color: #FFFFFF;
	background-color: #948a4b;
	border: 1px solid #C2BB87;
	text-align: center;
	margin-right: 10px;
}

.imgBorderpadd {
	margin: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#content100 {
	float: left;
	width: 750px;
	padding: 20px 20px 20px 20px;
}

#formBox {
	background-color: #EEF0F0;
	border: 1px solid #8F969A;
}
/* horizontal navbar*/

div#navcontainer
{
	float: left;
}

div#navcontainer ul
{
	font-weight: normal;
	color: #948A4B;
	padding: 2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	float: left;
	font-size: 14px;
}
div#navcontainer ul li
{
	display: inline;
	margin-left: -4px;
}

div#navcontainer ul li a
{
	color: #948A4B;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B4AD81;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}


#navcontainer ul li a:hover
{
	color: #B0AA79;
	text-decoration: none;
}
#navcontainer li a#current, #navlist li a#current:link{
	color: #345962;

}
.imgBorderpaddSm {
	margin: 4px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
#viajes {
	font: italic bold 55px "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 710px;
	float: left;
	background-image: url(../IMG/encabezados/viajes.jpg);
	background-repeat: no-repeat;
	letter-spacing: 2px;
	height: 110px;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: none;
}
#viajes p {
	margin-top: 35px;

}

#contnotas {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	float: left;
	width: 740px;
}
#separador {
	width: 740px;
	border: 1px dotted #666666;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#dwnld {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px 0px 0px 5px;
	padding: 5px;
	width: 110px;
	border: 1px dotted #333333;
	float: right;
	text-align: center;
}
#dwnld img {
	border: 0px;
}



#contnotas p {
	padding: 5px 10px 10px;
}
#contnotas img {
	padding: 3px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}

#conttitle {
	font-size: 18px;
	color: #05657C;
	padding-top: 5px;
	padding-left: 8px;
}
#contsubtitle {
	font: italic bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 2px;
}
#paginado {
	font: 9px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 10px;
	float: left;
}

#tecnica {
	font: italic bold 55px "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 710px;
	float: left;
	background-image: url(../IMG/encabezados/tecnica.jpg);
	background-repeat: no-repeat;
	letter-spacing: 2px;
	height: 110px;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: none;
}
#tecnica p {
	margin-top: 35px;
}
#imagen {
	font: italic bold 55px "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 710px;
	float: left;
	background-image: url(../IMG/encabezados/imagen.jpg);
	background-repeat: no-repeat;
	letter-spacing: 2px;
	height: 110px;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: none;
}
#imagen p {
	margin-top: 35px;
}
#equipos {
	font: italic bold 55px "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 710px;
	float: left;
	background-image: url(../IMG/encabezados/equipos.jpg);
	background-repeat: no-repeat;
	letter-spacing: 2px;
	height: 110px;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: none;
}
#equipos p {
	margin-top: 35px;
}
#bio {
	font: italic bold 55px "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 710px;
	float: left;
	background-image: url(../IMG/encabezados/bio.jpg);
	background-repeat: no-repeat;
	letter-spacing: 2px;
	height: 110px;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: none;
}
#bio p {
	margin-top: 35px;
}
#legados {
	font: italic bold 55px "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 710px;
	float: left;
	background-image: url(../IMG/encabezados/legados.jpg);
	background-repeat: no-repeat;
	letter-spacing: 2px;
	height: 110px;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: none;
}
#legados p {
	margin-top: 35px;
}
#medicina {
	font: italic bold 55px "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 710px;
	float: left;
	background-image: url(../IMG/encabezados/medicina.jpg);
	background-repeat: no-repeat;
	letter-spacing: 2px;
	height: 110px;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: none;
}
#medicina p {
	margin-top: 35px;
}
#naufragios {
	font: italic bold 55px "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 710px;
	float: left;
	background-image: url(../IMG/encabezados/naufragios.jpg);
	background-repeat: no-repeat;
	letter-spacing: 2px;
	height: 110px;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: none;
}
#naufragios p {
	margin-top: 35px;
}

#arqueologia {
	font: italic bold 55px "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 710px;
	float: left;
	background-image: url(../IMG/encabezados/arqueologia.jpg);
	background-repeat: no-repeat;
	letter-spacing: 2px;
	height: 110px;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: none;
}
#arqueologia p {
	margin-top: 35px;
}

#headeradm {
	width: 796px;
	height: 106px;
	background-color: #000000;
	margin: 0 auto;
	background-image: url(../admin/header.jpg);
	border: 2px solid #000000;
}
#headeradm p {
	font: bold 24px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 10px;
}
#mininav {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px 3px 3px;
	width: 170px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-bottom: 5px;
}
#mininav a {
	text-decoration: underline;
}
#mensaje_error {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FF0000;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

