body {
	width:945px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
	text-align: left;
	margin: 0 auto;
	background-image:  url(pix/bk.jpg);
	background-repeat: repeat-x;
	background-color: #698A91;
	}

* {
    margin: 0;
    padding: 0;
    }

a {
	color:#FF7355;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	color: #000000;
	}

a img {
	border: none;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #2C575E;
	font-weight: normal;
	text-align: left;
	margin-bottom: 12px;
	}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FF370C;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5B7B86;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	font-weight: normal;
	text-align: left;
	}

span {
	font-size: .9em;
	}	
	
ul {
    list-style: circle url(none) outside;
    margin: 0;
    padding: 0;
    }

img {
    border: none;
	}

form {
	color: #333333;
	margin: 15px 0;
	}

input {
	color: #666;
	font-size: 10px;
	height: 20px;
	width: 100px;
	margin: 0;
	padding: 0;
	border: 1px solid #006699;
	}

.button {
	height: 25px;
	width: 75px;
	background-image: url(pix/button.jpg);
	background-repeat: no-repeat;
	border: none;
	color: #FFFFFF;
	font-weight: normal;
	}


hr{
	width:100%;
	border-top: 1px dotted #369;
	margin-bottom: 10px;
	}

table{
	width:90%;
	border: none;
	}

td{
	padding: 1px;
	border: 1px solid #CCCCCC;
	}			
	
#header {
	background-image:  url(pix/header.png);
	clear: left;
	float: left;
	height: 320px;
	width:945px;
	}
	
#header-left{
	width:600px;
	height: 100%;
	float:left;
	clear: left;
	padding: 40px 0 0 20px;
	}	
	
#header-right{
	width:300px;
	height:100%;
	float:right;
	clear:right;
	padding: 30px 0 0 0;
	}	

#content {
	float:left;
	clear: left;
	width:905px;
	background-image:  url(pix/content.png);
	height: 100%;
	padding: 0 20px;
	}

#column-left{
	width:161px;
	height: 100%;
	float:left;
	clear: none;
	padding: 10px 0;
	}

#column-center{
	width:450px;
	height: 100%;
	float:right;
	clear: none;
	padding: 5px 10px 0 0;
	}

#column-scroll {
	width:440px;
	height: 500px;
	float:right;
	clear: none;
	padding: 10px 0;
	overflow: scroll;
	position: absolute;
}

.row{
	float:left;
	clear: left;
	border-bottom: 1px solid #9FB1BC;
	padding: 5px 0;
	margin-bottom: 10px;
	width: 420px;
	}

.column{
	width:200px;
	float:right;
	clear:left;
	margin-right: 10px;
	}

#column-right{
	width:280px;
	height:100%;
	float:right;
	clear:right;
	margin-top: 5px;
	}

#login {
	padding: 0 6px;
	background: #C1CAD0;
	border-bottom: 1px solid #9FB1BC;		
	}

#fotos {
	padding: 3px 6px;
	}

#footer {
	width:925px;
	clear: left;
	float: left;
	/*	border-top: 1px solid #069;*/
	padding: 0 10px;
	background-image: url(pix/footer.png);
	height: 60px;
	background-repeat: no-repeat;
	font-size: 1em;
	color: #63838E;
	}

.foto {
	margin: 0 0 5px 0;
	border: 1px solid #000;
	}

.fotobanner {
	border: none;
	width: 590px;
	height: 241px;
	float: left;
	clear: left;
	margin: 0;
	}

.fotoleft {
	margin: 0 5px 5px 0;
	border: 1px solid #000;
	float: left;
	clear: both;
	}	

.fotoright {
	margin: 5px 0 5px 5px;
	border: 1px solid #000;
	float: right;
	clear: both;
	}

.logo {
	margin: 0 0 5px 90px;
	}

.banner {
	margin: 0 0 5px 0;
	border: 1px solid #000;
	}	

/*- Menu --------------------------- */

#menu {
	width:590px;
	background-image: url(pix/menu.jpg);
	height: 30px;
	float: left;
	clear: left;
	}
	
#submenu {
	width:420px;
	background-image: url(pix/submenu.gif);
	height: 32px;
	float: left;
	clear: left;
	text-align: center;
	text-transform: uppercase;
	background-repeat: no-repeat;
	}	

/* menu */

#nav {
	padding: 8px 0 0 12px;
	text-align: center;
	}

#nav li {
    display: inline;
    list-style-type: none;
}

#nav a:link, #nav a:visited {
	float: left;
	font-size: 1em;
	font-weight: bold;
	padding: 0 15px;
	text-decoration: none;
	color: #FFFFFF;
	}

#nav a:link.active, #nav a:visited.active {
	color: #245157;
	}

#nav a:hover {
	color: #000;
	}

/* submenu */

#sub {
	padding: 0 5px;
	background: #FFF;
	text-align: center;
	}

#sub li {
    display: inline;
    list-style-type: none;
}

#sub a:link, #sub a:visited {
     float: left;
     font-size: 9px;
     line-height: 14px;
     font-weight: bold;
     padding: 6px 6px 6px 7px;
     text-decoration: none;
     color: #FFF;
	}

#sub a:link.active, #sub a:visited.active {
    color: #FFF;
	}

#sub a:hover {
    color: #F60;
	}
	
/* Listado */

ul#list {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	border-top: 1px dashed #FF3300;
	}

ul#list li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	}

ul#list li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 5px 0;
	border-bottom: 1px dashed #FF3300;
	color: #62828D;
	text-decoration: none;
	}

ul#list li #active {
	color: #5cb9e4;
	font-weight: bold;
	}

ul#list li a:hover, ul#list li#active a:hover {
	color: #FF7355;
	font-weight: bold;
	background-color: #E1E9EA;
	}

/* Galeria de fotos */
	
#simplegallery1{ //CSS for Simple Gallery Example 1
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: 1px solid #000;
	height: 180px;
	}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
	text-align: left;
	padding: 2px 5px;
	}	
