@charset "utf-8";
body {
	background-image: url(gfx/BgLight.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #BDBDBD;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
}
#Mother {
	width: 100%;
	height:auto;
	position:relative;
	float:none;
	text-align: center;
	margin: 0 auto;
	z-index:1;
}
#Container {
	width: 980px;
	height:auto;
	position:relative;
	text-align: left;
	margin: 0 auto;
}
#Logo {
	background-image: url(gfx/Logo.png);
	background-repeat: repeat;
	height: 98px;
	width: 331px;
	position: relative;
	top: 0px;
	left: 0px;
}
#Menu {
	height: 70px;
	width: 600px;
	position: relative;
	top: 10px;
	left: 0px;
}
#Content {
    position: relative;
	top: 10px;
	width: 970px;
	height: auto;
	margin: 0;
	clear:both;
}

#Version {
    position: absolute;
	float: right;
	right:0px;
	width: 100px;
	height: 98px;
	background-image: url(gfx/version.png);
	background-repeat: no-repeat;
	z-index:2;
}
#PageTitle_01 {
	background-image: url(gfx/titlePage_About.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 108px;
	width:970px;
	position:relative;
	bottom:-25px;
	z-index:1;
	margin: 0 auto;
}
#PageTitle_02 {
	background-image: url(gfx/titlePage_Portfolio.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 108px;
	width:970px;
	position:relative;
	bottom:-25px;
	z-index:1;
	margin: 0 auto;
}
#PageTitle_03 {
	background-image: url(gfx/titlePage_Fotos.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 108px;
	width:970px;
	position:relative;
	bottom:-25px;
	z-index:1;
	margin: 0 auto;
}
#PageTitle_04 {
	background-image: url(gfx/titlePage_Contact.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 108px;
	width:970px;
	position:relative;
	bottom:-25px;
	z-index:1;
	margin: 0 auto;
}
#FooterShadow {
	background-image: url(gfx/BgShadow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 25px;
	width:100%;
	position:relative;
	bottom:0px;
	z-index:2;
}
#Footer {
	background-image:url(gfx/BgFooter.jpg);
	background-repeat:repeat-x;
	height: 160px;
	width:100%;
	position:relative;
	bottom:0;
	z-index:0;
}
#FooterIn {
    position: relative;
	margin:auto;
	width: 970px;
	text-align:left;
}
#FooterIn a {
	color:#FFF;
	font-weight: normal;
	text-decoration:none;
}
#FooterIn a:hover {
	color:#FFF;
	font-weight: bold;
	text-decoration:none;
}

.MenuTable, td {
	vertical-align: top;
	padding: 0px;
	border: 0px;
}

p {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	color: #737474;
	text-align: left;
}
.p_White {
	color:#FFF;
	padding-top:10px;
	margin:0px;
}
.p_Title {
	font-weight: bold;
	font-size:12px;
}
.p_orange {
	color: #d25b00;	
	text-indent: 15px;
}
.p_description {
	font-size: 10px;	
	text-indent: 15px;
}
h1 {
	font-size:25px;
	color:#aeaeae;
	padding:0px;
	margin:0px;
}
h2 {
	font-size:20px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}
h3 {
	font-size:12px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}
a.selected {
	color:#000000; !important;
}
a {
	color:#737474; !important;
	font-weight: bold;
	text-decoration: none;
}

img {
	border:0px;
}
input {
	background-image:url(gfx/inputBG.png);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:left;
	border:0;
	height:20px;
	width: 270px;
	color:#737474;
	padding: 2px 0px 0px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.button {
	background-image: url(gfx/button.png);
	background-position:left;
	background-repeat:no-repeat;
	border:0;
	color: #FFF;
	width:100px;
	height:25px;
	text-align:center;
	clear:both;
	padding:0;
	cursor:hand;
}
.message {
	background-image:url(gfx/message.png);
	background-position:left;
	background-repeat:no-repeat;
	background-color:transparent;
	border:0;
	color: #737474;
	width:265px;
	height:100px;
	text-align:left;
	clear:both;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	overflow:hidden;
}
/* ----------------- PORTFOLIO ----------------- */
#box {
	position: relative;
	margin:auto;
	width: 970px;
	height:150px;
	border: 3px solid white;
	margin-bottom:10px;
}
#info {
    position: relative;
	margin:auto;
	width: 250px;
	height:142px;
	float:right;
	background-color:#373737;
	margin:2px;
	padding:2px 2px 2px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	vertical-align:top;
}
.number_of {
	font-size: 24px;
	color: #d25b00;
}
.title_portfolio {
	color: #FFFFFF;	
}

/* ------------ END OF PORTFOLIO --------------- */
.accordion_toggle {
	display: block;
	height: 38px;
	width: 980px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-position: right top;
}
		
	.accordion_toggle_active {
			color: #ffffff;
		}
		
		.accordion_content {
			background-color: transparent;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 970px;
	line-height: 30px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	cursor: pointer;
	margin: 0 0 0 0;
	background-color: #999;
	background-repeat: repeat-x;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image:url(images/bgTabs.png);
	background-repeat:repeat-x;
}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
	color: #444444;
	overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
	width: 980px;
	height: 100px;
    }
    
    #vertical_nested_container {
	width: 980px;
	background-color: transparent;
	margin-left:10px;
    }

.tabsBG {
	background-image: url(gfx/tabsBG.png);
}
.portfolio {
	margin:0px;
	padding: 0;
	list-style: none;
	position:relative;
	height:auto;
}
.portfolio li {
	padding: 0;
	margin: 5px;
	float: left;
	position: relative;
	text-align: center;
	height:210px;
	width:230px;
	background-image:url(gfx/Box_portfolio.png);
	background-position:top;
	background-repeat:no-repeat;
}
.portfolio a {
	padding: 0px;
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	height:150px;
	width:230px;
}
#em {
	background-image:url(gfx/descBG.png);
	background-repeat:repeat;
	color: white;
	font-size:10px;
	width: 218px;
	height: 138px;
	position: relative;
	bottom: 0px;
	left: 0px;
	text-align: left;
	padding: 2px;
	font-style: normal;
	z-index: 2;
	display: none;
	margin:auto;
}

#em a {
	width:218px;
	height:150px;
}

.descPtf {
	width:200px;
	height:50px;
	position:absolute;
	left:25px;
	z-index:100;
	margin-left:0px;
	margin-top:2px;
}
.descTitle{
	text-align:left;
	color:#fff;
	margin:2px;
	font-size:12px;
}

.descSmall {
	text-align:left;
	color:#fff;
	margin:2px;
	font-size:10px;
}
.title_folio {
	font-size:17px;
	font-weight:bold;
}
.desc_folio  {
	height:70px;
	padding-top:10px;
}

