@charset "UTF-8";

/* My Comment */
/* CSS Document */
body {
	margin: 40px auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#1F3538;
	color: #663300;
	text-align:center;
}

h2 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 1.5em;
   font-weight: normal;
   border-left: solid .6em;
   padding-left: .4em;
   margin: .1em 0;
}
a {
    color: #990000;
	text-decoration:none;
	font-weight: bold; 
}
a:visited {
    color: #993366;
}
a:hover{
    color: #990000;
	text-decoration:underline;
}


#container {
	width:820px;
	height:650px;
	background: url(images/background.png) bottom no-repeat;
	margin:auto;
	text-align: left;
}
#header {
	width: 820px;
	height: 177px;
}
#logo {
	margin: 0;
	padding: 0;
	width: 366px;
	height:177px;
	background: url(images/logoneon.png) no-repeat;
	text-indent: -9999px;
	float: left;
}
#logo a {
	width: 366px;
	height:99px;
	display:block;
}
/* Menu ----------------------------*/
#nav_main {
	margin: 0 0 15px 40px ;
	padding: 0 10px;
	width: 400px;
	height: 40px;
	float: left;
	clear: left;
}
#nav_main ul {
	margin: 10px 0px ;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	float: left;
}
#nav_main ul li {
	float: left;
}
#nav_main ul li a {
	text-decoration: none;
	float: left;
	display:block;
	margin: 0px;
	
}

#nav_main ul li a span{
	font: italic normal bold 14px Georgia, "Times New Roman", Times, serif;
}
#home {
	width: 60px;
}
#entradas {
	width: 80px;
}
#obarco {
	width: 80px;
}
#fotos {
	width: 60px;
}

/* hover --------------------------------*/
#home a:hover {
	text-shadow: #000 1px 1px 0;
}
#entradas a:hover {
text-shadow: #000 1px 1px 0;}
#obarco a:hover {
text-shadow: #000 1px 1px 0;}
#fotos a:hover {
text-shadow: #000 1px 1px 0;}
#home #active {
	color: #1F3538;
}
#entradas #active {
	color: #1F3538;
}
#obarco #active {
	color: #1F3538;
}
#fotos #active {
	color: #1F3538;
}

/* Contenido ---------------------------*/

#content {
   text-align: left;
}
#content img {
   margin: 8px;
}
#content_main {
	margin: 0px 80px 10px 10px;
	float: right;
	width: 400px;
	heght: 360px;
	overflow: auto;
	height: 360px;
}
#content_main img {
   float: right;
	margin-right: 80px;
}

#content_sub {
   margin: 0px 10px 30px 80px;
   float: left;
   width: 240px;
   height: 400px;
}

#content_sub img {
   
   float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer {
	text-align: center;
	color: #666666;
	margin: auto;
	padding-top: 40px;
	clear: both;
	width: auto;
	height: auto;
}
#footer p {
    font-size: xx-small;
}
