body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: #121b24;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
} 
a:active {
	color: #666666;
	text-decoration: underline
}
a:hover {
color:#990033;
	
}

h1 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 1.7em;
	/*font-weight: bold;*/
	color: #990033;	/*border-bottom: 1px dotted #bd4c71; padding: 0px 0px 5px 0px; margin: 0px 0px 15px 0px;  Pones esto???*/
	line-height: 1.3em;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: 400; 
}
h2 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 1.2em;
	/*font-weight: bold;*/
	color: #777;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: 400; 

}
#leftcolumn h1{
	border-bottom: 1px dotted #bd4c71; padding: 0px 0px 5px 0px; margin: 0px 0px 15px 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color:#aaa;
	font-weight: bold;
}

p{
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.spacetobottom {
	clear: both;
	height: 20px;
}

.spacetoright {
	float: left;
	width: 20px;
	height: 10px;
	;
}

/* ----- Form ----- */
.form_row{
	padding: 3px 0px;
}

form{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: left;	
}

label {
	margin-right: 10px;
}

input{
	height: 15px;
	color: #aabdd0;
	border: 1px solid #686f76;
	background: #fff;
}

.button{
	width: 60px;
	height: 25px;
}
/* End of Form */

.more_button a{
	clear: both;
	display: block;
	width: 80px;
	height: 20px;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #990033;
	/*border: 1px solid #05070a; */
}


#wrapper1 {
	background: url(images/maintopBG.gif) top repeat-x;
	background-color: #999999;
}

#wrapper2 {
	background: url(images/mainbuttomBG.gif) bottom repeat-x;
	background-color: #eee;
}

#container {
	margin: auto;
	width: 960px;
	background-color: #FFFFFF;
}

/*------------- Logo ------------------*/
#logo {
	float: left;
	width: 250px;
	height: 60px;
	margin: 10px 0 5px 0;
	padding: 0 0 0 25px;
	background-color:#fff;
}
/*------------- Menu ------------------*/
#menu {
	float: right;
	width: 665px;
	height: 33px;
	margin: 35px 0px 0px 0px;

	padding: 0 0 0 10px;
	/*background-color:#bbb;*/
}

#menu ul {
	margin: 0px 0px 0px 70px;
	padding: 0px;
	list-style: none;
}

#menu ul li{
	display: inline;
	/*height: 33px;*/
}

#menu ul li a{
	margin:0px 12px;
	float: left;
	/*height:26px;*/
	padding: 7px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #666;
	border-bottom: 1px dashed #999;
	/*border-bottom: 1px dashed #999;*/
}

#menu ul li .lastmenu{
}

#menu li a:hover, #menu li .current{
	color: #990033;
	/*background: url(images/button_maroon.gif) no-repeat;
	height: 26px;*/
}

/* ----------------- end of menu----------------*/
/*------------- SubMenu ------------------*/

#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#submenu ul li{
	display: inline;
}

#submenu ul li a{
	float: left;
	width:70px;

	height: 15px;
	padding: 0px 15px 0 15px;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #aaa;
	border-left: 1px solid #ccc;
}

#submenu ul li .lastmenu{
	border-right: 1px solid #ccc;	
}

#submenu li a:hover, #submenu li .current{
	color:#000;
}

/* ----------------- end of submenu----------------*/
/* header and banner */

#header_banner {
	float: left;
	width: 900px;
	height: 207px;
	padding: 0 30px;
	margin-top: 2px;
}

#header {
	float: left;
	width: 310px;
	height: 268px;
	background-image: url(images/banner_left_andrea.jpg);
	background-repeat: no-repeat;
}
#sitetitle {
	padding: 180px 0 10px 40px;
	font-size: 3.0em;
	font-weight: bold;
	color:#ff6000;
}
#sitetitle span{
	font-weight: normal;
	color: #FFFFFF;
}
#tagline{
	padding: 0 0 0 43px;
	font-size: 1.0em;
	color:#FFFFFF;
}

#banner {
	position:absolute;

	float: left;
	width: 900px;
	height: 207px;
	background-image: url(images/banner_andrea-2.jpg);
	background-repeat: no-repeat;
	z-index:1;
}

/* end of header and banner */

/* ----------------- Content ----------------------- */

#content {
	float: left;
	width: 900px;
	padding:0 30px;
}

#leftcolumn {
	float: left;
	width: 220px;
	padding: 20px 0px 0 10px;
}
.leftcolumn p {
	text-align: left;
}
.leftcolumn ul {
	margin: 0 0 0 5px;
	padding: 0px;
}
.leftcolumn li {
	list-style: none;
	color:#666666;
	padding: 3px 0 3px 20px;
	background: url(images/list_andrea.gif) center left no-repeat;
}
.leftcolumn ul ul{
	line-height:120%;
	margin: 0 0 0 25px;
	padding: 0px;
}

.leftcolumn ul ul li{
	list-style: square;
	color: #999;
	padding: 3px 0 3px 0px;
	background: none;
}
.leftcolumn a:active{
	font-weight:normal;
	color:#666666;
}
.leftcolumn a:link{
	font-weight: normal;	
	color:#666666;
}
.leftcolumn ul li a:hover{
	font-weight: normal;
	color:#990033;
	text-decoration: none;
	border-bottom: 1px #990033 dotted;
}
.leftcolumn a:visited{
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}
.login_form{
	background: #06080a;
	width: 240px;
	padding: 15px;
	border: 5px solid #070707;
	background-color: #FFFFFF;
}

.newssection {
	padding: 0 0 0px 0;
}
.newssection a{
	background-color:#ddd;
	font-weight:bold;	
}
.newssection p{
	text-align:left;
}

#rightcolumn {
	float: left;
	width: 620px;
	padding: 20px 0px 0px 50px;
}

#rightcolumn a{
	border-bottom: 1px dotted #333;
	}
#rightcolumn a:hover{
	border-bottom: none;
	}

.onecolumn, onecolumn2 {
	width: 100%;
}

.onecolumn img {
	float: right;
	clear: both;	
	margin: 0 0 5px 10px;
	/* border: 3px solid #0e121d;*/
}

.onecolumn2 img {
	border-width: 0px;
	/* border: 3px solid #0e121d;*/
}

.twocolumn {
	width: 620px;
}

.twocolumn_box {
	float: left;
	width: 270px;
	padding: 10px;
	/*background: #990033 url(images/boxBG.gif) top right no-repeat; */
	background-color: #eee;
	border: 5px solid #eee;
}
.twocolumn_box img {
	float: left;
	margin: 2px 10px 0 0;
	border: 3px solid #eee;
}
.twocolumn_box h1 {
	color:#990033;
}
.twocolumn_box p {
	text-align: left;
	color:#333;
}
.twocolumn_box ul {
	margin: 0 0 0 10px;
	padding: 0px;
}
.twocolumn_box li {
	list-style: none;
	padding: 5px 0 5px 20px;
	background: url(images/right_arrow.png) center left no-repeat;
}
#gallery {
	width: 620px;
}

#gallery img{
	border: 1px solid #aaa;
}
.gallery_column {
	/*	float: left;*/
	float: left;
	width: 193px;
}

.gallery_column img{
	border: 1px solid #aaa;
	margin: 0 0 10px 0;
}


.gallery_column p{
	text-align: left;
}

.gallery_box {
	background-color:#eee;
/*	border: 1px solid #aaa;*/
	padding: 10px;
	margin: 0 0 20px 0;
}

.gallery_box img{
	float: left;
	border: 1px solid #aaa;
	margin: 0 10px 5px 0;
}

.gallery_box li {
	list-style: none;
	padding: 5px 0 5px 20px;
	background: url(images/right_arrow.png) left 7px  no-repeat;
	/*background-position: left 7px;*/
}


.gb_button_left a{
	clear:both;
	display:block;
	float:left;
	width:77px;
	height:20px;
	background-image:url(images/botonportfolio.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#fff;
	text-align:center;
	font-weight: normal;
	margin: 10px 30px 0 0;
}

.gallery_box p{
	text-align: left;
}

.gallery_box h2{
	color:#990033;
	font-size:1.4em;
/*	border-bottom: 1px dotted #bd4c71; */
	padding:0 0 15px 0;
}

.gallery_box_button p, .gb_button_left p{
	color:#FFF;
	text-align:center;
	font-weight:bold;
}

.gallery_box_button a{
	float:right;
	width:77px;
	height:20px;
	background-image:url(images/botonportfolio.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	margin-top:-10px;
}

.gallery_box_button a:active, .gb_button_left a:active{
	background-image:url(images/botonportfoliogris.gif);
	background-repeat:no-repeat;
	text-decoration:underline;
}

.gallery_box_button a:hover, .gb_button_left a:hover{
	background-image:url(images/botonportfoliogris.gif);
	background-repeat:no-repeat;
}

.gallery_portfolio {
	border: 1px solid #aaa;
	padding: 10px;
	margin: 0 0 20px 0;
	text-align:center;
}

.gallery_portfolio img{
	border: 1px solid #aaa;
}

/* end of content */

/* ----- Footer ----- */

#footer {
	clear: both;
	padding: 20px 0px 0px 0px;
	width: 960px;
	height: 60px;
	text-align: center;
	/*background: url(images/footerBG.gif) repeat-x;*/
	text-align: center;
	background-color: #06080A;
}

#footer a{
	font-weight: normal;
}

/* ----- End of Footer ----- */
/* ----- webMap ----- */

#webmap {
	clear: both;
	padding: 20px 0px 0px 0px;
	width: 960px;
	height: 200px;
	text-align: center;
	color:#333;
	background-color: #06080A;
}
#webmap table{
	margin-left:200px;
	text-align:left;
}
#webmap th{width:120px;}

#webmap a{
	text-decoration:none;
}
#webmap a:hover{
	color:#CCC;
}

/* ----- End of webMap ----- */
/*----style jQuery drop-down info-----*/
.layer1 {
	margin: 0;
	padding: 0;
	width: 100%;
}
 
.heading {
	font-weight:bold;
	margin: 1px;
	color: #686F76;
	padding: 3px 10px;
	cursor: pointer;
	/*position: relative;*/
	background-color:#eee;
	border-bottom:#CCC 1px dashed;
}






/* jQuery lightBox plugin - Gallery style */
#gallery2 ul { list-style: none; }
#gallery2 ul li { display: inline; }
#gallery2 ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery2 ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery2 ul a:hover { color: #fff; }

/* Style for Usual tabs */
ul.idTabs { width: 100%; }
ul.idTabs li { 
	list-style: none; 
	float: left; 
}
ul.idTabs a {
  display: block;
  padding: 6px 10px;
  text-decoration: none!important;
  font: 10px Verdana;
  color: #FFF;
  background: #333;
  border-bottom: 1px solid #454545;
}
ul.idTabs a:hover {
  color:#FFF;
  background:#222;
}
ul.idTabs a.selected {
  color: #fff;
  font-weight: bold;
  background-color: #454545;
  cursor:default;
}
div.tab {
	background-color: #444;
	clear: both;
	padding: 20px;
	margin-top: -10px;
}
#mourao {
	font-size: 9px;
	line-height: 1px;
	color: #666;
}
#mourao a { color: #666; }


