﻿body {
	background:#cee9f4 url(img/background.jpg) no-repeat 50% top;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;
	color: #555555;
}

h1 {
	font-weight:bold;
	font-size: 20px;
	margin-top: 0px;
	font-style:italic;
	margin-bottom: 10px;
	color: #FF6633;
}	

h2 {
	font-weight:bold;
	font-size: 16px;
	margin-top: 15px;
	font-style: normal;
	margin-bottom: 10px;
	color: #FF6633;
}	

/* LAYOUT COMUN */
#wrapper 
{
	margin: 0 auto;
	text-align: left;
	width: 773px;
}

/* LAYOUT HOME */
#contentWrapper-Home
{
	background: url(img/home_bg.gif) no-repeat;
	width: 100%;
	height: 571px;
}

#header-Home
{
	float: right;
	width: 50%;	
}

#flashHeader-Home
{
	padding-top: 30px;
}

#content-Home
{
	float:right;
	width: 40%;
	padding-right: 40px;
}

#flashBubbles-Home
{
	float:right;
	width: 15%;
	padding-top: 25px;
	padding-right: 25px;

}

#footer-Home
{
	clear:both;
	padding-left:275px;
	color: #6699ff;
	background:url(img/home_footer_bg.gif) no-repeat 255px top;
	height: 55px;
	padding-top: 15px;
}

#footer-Home a 
{
	color:#990000;
	text-decoration:underline;
	font-weight: normal;
}

.title-Home_eng
{
	margin-top:38px;
	margin-bottom: 5px;
	height: 28px;
	background: url(img/tit_home_eng.gif) no-repeat;
}


.title-Home_esp
{
	margin-top:38px;
	margin-bottom: 5px;
	height: 28px;
	background: url(img/tit_home_esp.gif) no-repeat;
}

.homeLang 
{
	color:#FF6633; 
	text-decoration: none; 
	font-size: 11px;
}

/* LAYOUT INTERIOR */
#contentWrapper 
{
	background: url(img/content_bg.gif) no-repeat;
	width: 100%;
}

#header 
{
}

#flashHeader
{
	text-align: left;
	margin-left: 28%;
}

#content 
{
	float:right;
	width: 61%;
}

#flashBubbles 
{
	float:right;
	width: 15%;
}

#footer 
{
	clear:both;
	padding-left:180px;
	color: #6699ff;
	background:url(img/footer_bg.gif) no-repeat 145px top;
	height: 64px;
	padding-top: 15px;
}

#footer a 
{
	color:#990000;
	text-decoration:underline;
	font-weight: normal;
}
#footer a.switchLang
{
	color: #75a7b6;
}

.title 
{
	margin-top:34px;
	margin-bottom: 10px;
	height: 28px;
}

/* PORTFOLIO */
.title-Portfolio_eng
{
	background: url(img/tit_featured_projects_eng.gif) no-repeat;
}
.title-Portfolio_esp
{
	background: url(img/tit_featured_projects_esp.gif) no-repeat;
}

.portfolio-Right
{
	float: right;
	padding-bottom: 50px;
	margin-left: 10px;
}

/* PORTFOLIO */

.title-ContactUs_eng
{
	background: url(img/tit_contact_us_eng.gif) no-repeat;
}

.title-ContactUs_esp
{
	background: url(img/tit_contact_us_esp.gif) no-repeat;
}

.portfolio-Visit
{
	/*margin-top: 30px;*/
	color: #FF6633;
	position: relative;
	left: 105px;
	top: 7px;
}

.portfolio-Visit a 
{
	color: #FF6633;
	text-decoration: none;
	margin-bottom: 0px;
}

.portfolio-Visit a:hover
{
	color: #ff9900;
	text-decoration: underline
}
.portfolio-Menu 
{
	clear: both;
	font-size: 12px;
	color: #006699;
}
.portfolio-Menu a
{
	color: #006699;
	text-decoration: none;
}

.portfolio-Menu a:hover
{
	color: #b7cad2;
	text-decoration: underline;
}

.portFolio-More
{
	margin-bottom: 60px;
}

.portFolio-More li
{
	margin-bottom: 10px;
}

a.external
{
	color: #990000;
	text-decoration: none;
}

a.external:hover
{
	color: #ff9900;
	text-decoration: underline
}

/* CONTACT */
.contactForm 
{
	margin-top: 0px;
}

.contactForm td
{
	padding-bottom: 3px;
}

.contactForm td.label
{
	font-weight: bold;
	padding-right: 3px;
	vertical-align: top;
}

.contactForm input, select, textarea
{
	width: 300px;
}

.contactForm .required
{
	color: Red;
	font-weight: bold;
}