@charset "utf-8";

/* Layout Styles */
#shadow 		{ width:770px; background-image:url(/assets/layout/swadow.png); background-position:top center; background-repeat:repeat-y;
					margin: 0 auto;}


body {
	background-image: url(header/bodyBg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}

p{
	font-family:"Trebuchet MS, Tahoma, Verdana", Tahoma, Verdana;
	color:#000000;
	font-size:12px;
	margin: 1em;
	line-height: 1.7em;
	display: block;
	text-align: justify;
}

em {
    font-family: "Trebuchet MS", Tahoma, Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    font-style: italic;
}

#container{
	width:750px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#FFFFFF
}
#header {
	width: 750px;
	margin: 0 auto;
}
#header a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content {
	width: 70%;
	float: left;
}
#content p {
	text-align: justify;
}

#footer {
	margin: 0px;
	padding: 1em;
	width: 750px;
	text-align: center;
	vertical-align: top;
	clear: both;
}
#footer a {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#footer p {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	margin: 0em;
	width: 100%;
}
#footer img {
	margin: 0px;
	padding: 0px;
}
#footerImage {
	width: 750px;
}
#clientes {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}
#clientes td {
	background-color: #D85936;
}
#contactoForm {
}
#contactoForm th {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D85936;
	padding: .2em;
}
#contactoForm td {
	background-color: #F5F5F5;
}
.botonSubmit {
	border: 3px solid #0066FF;
}

#contactoForm input {
	padding: .2em;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #D95935;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
}
#contactoForm textarea {
	padding: .2em;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #D95935;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
}
#sidebar {
	width:30%;
	float: right;
	padding-top: 50px;
}
#sidebar p {
	margin-top: .25em;
	margin-bottom: .25em;
}
#sidebar a img {
	margin: 0px;
	padding: 0px;
	border: none;
}
#header img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ========================================================  TOOLTIP STYLES	*/
#tooltip {
	background-color: #E3E3D9;
	border: 1px solid #888888;
	color: #333333;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 0;
	max-width: 20em;
	line-height: 12px;
	width: 175px;
	padding: .25em;
	opacity: 0.85;
	filter:alpha(opacity=85);
	background-image: url(../js/tooltipbg.png);
	background-repeat: no-repeat;
	background-position: center center;

}
#tooltip  h5 {
	font-size: 12px;
	margin: 0;
	padding: .25em;
	text-align: center !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #FFFFFF;
	background-color: #D85936;
	display: block;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #666666;
}
#tooltip p {
	font-size: 10px;
	margin: 5px 0 0 5px;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* ========================================================  END TOOLTIP STYLES	*/
