/* @override 
	http://ms/themes/marketsmart/css/base.css
	http://dj.dospuntocero.cl/themes/marketsmart/css/base.css?m=1245680107
	http://dj.dospuntocero.cl/themes/marketsmart/css/base.css
	http://marketsmartservices.com/themes/marketsmart/css/base.css
*/

/* @group BG */

#bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#bg img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

/* @end */
/* @group clearfix  */

.cf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cf {display: inline-block;}
/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

/* @end */

/* @group BASIC */

body{
	font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
	color: #fff;
	position: relative;
	height: 100%;
}

#bd p {
	margin-bottom: 1em;
font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	line-height: 20px;
}
img.left {
	float: left;
	margin-right: 1em;
}

img.leftAlone {
	display: block;
	margin-bottom: 1em;
}

img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom: 1em;
}

img.right {
	float: right;
	margin-left: 1em;
}
strong{
	color: #fbab1e;
	font-weight: 300;
}
strong, th, thead td {
	font-weight: bold;
}


cite, em, dfn {
	font-style: italic;
}

code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea {
	font-size: 92%;
	font-family: monaco, "Lucida Console", courier, monospace;
}

.gmap {
	border: 1px solid #777;
}

#logo a {
	background: url(../images/logo.gif) no-repeat 0 10px;
	display: block;
	width: 200px;
	height: 60px;
	text-indent: -99pc;
	z-index: 4;
	margin-left: .5em;
}

#hd img.logo {
	margin-top: 10px;
	float: left;
	margin-left: 20px;
}

div.slogan {
	font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
	
	top: 15px;
	font-size: 17px;
	line-height: 20px;
	right: 50px;
	text-align: right;
	width: 480px;
}

#hd div.slogan.abs em {
	font-style: italic;
	letter-spacing: 1px;
}

#bd div.yui-ge div.yui-u.first div.content.transparent.cf div.padding div.cf ul.gallery-layout.loaded li {
	list-style-type: none;
}
#doc,#doc2,#doc3,#doc4{
	margin-bottom: 150px;
}
#bd{
	margin-top: 100px;
	margin-bottom: 90px;
}

#ft div.footer.rel p a {
	color: yellow;
}
.transparent{
	background-image: url(../images/transparent.png);
}
.content{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;	
}
.portfolio-direct-links h4{
font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	margin: 0 0 5px;
	color: #183643;
}
.portfolio-direct-links .portfolio-link {
	padding: 20px;
}
#hd {
	width: 100%;
	background-color: #002246;
	position:relative;
	top: 0;
	z-index: 10;
}

div.title{
	padding: 5px 10px 5px 21px;
	top: -35px;
	left: -20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
}

#bd a.subscribeLink {
	padding-left: 20px;
}
div.title h2 {	
	margin: 0;
	font: 22px Garamond, Hoefler;
}

.hide{
	display: none;
}
.show{
	display: block;
}
.box,.rel{
	position: relative;
}
#bd a{
	text-decoration: none;
}
#bd a:hover{
	text-decoration: underline;
}
.abs{
	position: absolute;
}
/* @end */

/* @group BASE SIZES */


h1 {
	font-size: 1.9em;
	margin-bottom: 1.3em;
}

h2 {
	font-size: 1.7em;
	margin-bottom: 1em;	
}

h3 {
	font-size: 1.5em;
	margin-bottom: .7em;		
}

h4 {
	font-size: 1.3em;
	margin-bottom: .4em;			
}

h5 {
	font-size: 1.2em;
	margin-bottom: .3em;			
}

h6 {
	font-size: 1em;
	margin-bottom: .2em;			
}

/* @end */

/* @group NAVIGATION */

#Navigation {
	bottom: -35px;
	right: 50px;
	height: 35px;
}
#Navigation ul li {
	position: relative;
	float: left;
	margin-right: 5px;
}

#Navigation ul li a,
#Navigation ul li a em  {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	height: 25px;
	float: left;
}
#Navigation ul li a
{
	background: url(../images/Navigation.png) left 0;
	padding-left: 30px;
	outline: none;
}
#Navigation ul li a em
{
	background: url(../images/Navigation.png) right 0;	
	padding-right: 30px;
	margin-right: -10px;
	line-height: 28px;
	font-weight: normal;
	font-style: normal;
}

#Navigation ul li.section a,
#Navigation ul li.current a,
#Navigation ul li a:hover,
#Navigation ul li a:hover
 {
	background: url(../images/Navigation.png) 0 -25px;		
}
#Navigation ul li.section a em,
#Navigation ul li.current a em,
#Navigation ul li a:hover em,
#Navigation ul li a:hover em{
	background: url(../images/Navigation.png) right -25px;		
}


/* @end */

/* @group LISTS */

#bd ol {
	list-style-position: outside;
	list-style-type: decimal;
}

#bd ul {
	list-style-position: outside;
	list-style-type: disc;
}

ul.bulleted li ul.sub li{
	padding: 0;
	background: none;
}


#bd dt {
	font-weight: bold;
}

/* @end */

/* @group LINKS */

/* COLORS */

#bd a {
	padding: 0.3em 0 .1em 0;
	color: #f8f793;
}

div.padding img {
	border: 1px solid #ebeed1;
}


#bd a:active, #bd a:focus {
	text-decoration: underline;
	color: #000;
}

/* External links */

#bd a[href^="http:"] {
	padding-right: 14px;
	background: url(../images/icons/external.png) no-repeat right;
}

#bd a[href^="http:"]:visited {
	background: url(../images/icons/visited.png) no-repeat right;
}

a[href^="mailto:"] {
	padding-right: 20px;
	background: url(../images/icons/email.png) no-repeat right;
}

/* Files */

#bd a[href$=".pdf"] {
	background: url(../images/icons/pdf.png) no-repeat right;
}

#bd a[href$=".doc"] {
	background: url(../images/icons/doc.png) no-repeat right;
}

#bd a[href$=".xls"] {
	background: url(../images/icons/xls.png) no-repeat right;
}

/* Misc */

#bd a[href$=".rss"], 
#bd a[href$=".rdf"] {
	background: url(../images/icons/feed.png) no-repeat right;
}

#bd a[href^="aim:"] {
	background: url(../images/icons/im.png) no-repeat right;
}

/* @end */

/* @group SiteMap */

#sitemap-list {
	font-weight: bold;
	margin-left: 0 !important;
}

#sitemap-list li {
	list-style-type: none !important;
	padding: 10px;
	margin: 5px 0 !important;
	background: #f0f0f0;
}

#sitemap-list ul {
	margin: 5px 10px 5px 10px;
	padding: 5px 10px;
	background: #f8f8f8;
}

#sitemap-list li li {
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	background: none
}

#sitemap-list ul ul {
	margin-left: 10px;
	padding: 5px 10px;
	background: #fff;
}

#sitemap-list li li li {
	font-size: 11px;
	font-weight: normal;
}

/* @end */

/* @group Forms */

fieldset label.FormHeading {
	font-size: 1.4em;
}

fieldset > div,fieldset > p {
	margin: 0 !important;
}

.field {
	padding: 10px 0;
	overflow: auto;
}

ul.optionset {
	margin-left: 40%;
}

select,textarea,input.text {
	width: 50%;
	border: 1px solid #999;
	padding: 3px;
}
#MemberLoginForm_LoginForm_action_forgotPassword {
	border: none;
	background: none;
	padding: 0;
	font-size: .85em;
	margin-left: .5em;
	text-decoration: underline;
}
#MemberLoginForm_LoginForm_action_forgotPassword:hover{
	color: #000;
	text-decoration: none;
}
span.message.validation,span.message.required {
	padding-left: 40%;
}

.field label.left {
	color: #bfbb56;
	width: 37%;
	padding-left: 1%;
	margin-right: 2%;
	display: block;
	float: left;
	font-weight: bold;
}

span.middleColumn {
	width: 55%;
}

ul.optionset li {
	list-style-type: none;
	display: block;
	margin-bottom: .4em;
}

div.BBCodeHint,div.Actions {
	padding-left: 40%;
	padding-bottom: 1em;
}

div.Actions input {
	border: 1px solid #bbb;
	padding: 5px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

p.field.checkbox {
	padding-left: 40%;
}

.validationError {
	background-color: #ff6f74;
}

/* @end */

/* @group breadcrumbs */

#Breadcrumbs p {
	margin: 0;
	color: #fff;
	padding-top: 5px;
}

#Breadcrumbs p a {
	color: #ffbf79;
}

/* @end */

/* @group footer */

#ft {
	height: 65px;
	width: 100%;
	color: #ccc;
	position: fixed;
	text-align: left;
	bottom: 0;
	background-color: #002246;
	border-top: 5px solid #004ea2;
}


#ft div.footer {	
	bottom: 0;
	padding: 5px 10px 10px;
}


#ft a#dospuntocero {
	position: absolute;
	display: block;
	text-indent: -999pc;
	background: url(../images/dospuntocero-w.png) no-repeat;
	width: 50px;
	height: 15px;
	top: 5px;
	right: 10px;
}

/* @end */
.content ol li{
font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 5px;
}
#bd .content ul,.content ol{
	padding-bottom: 10px;
}
.content ul li{
font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 5px;
}


.bulleted li
 {
	background: url(../images/bullet_orange.png) no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}
.bulleted li a{
font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif	
	
}
#bd .bulleted li a.current{
	color: #887c38;
}
.box.white {
	padding: 10px;
	background: #f2f2f2;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

.box h2 {
	margin-bottom: .5em;
}

.box.white h3 {
	font-size: 1.4em;
	letter-spacing: -1px;
	font-weight: bold;
}
.marquee {
	right: 0;
	background: url(../images/over.png) no-repeat right bottom;
	width: 285px;
	height: 190px;
	z-index: 2;
	bottom: 0;
}

/* @group people */

ul.people-list li {
	margin-bottom: 10px;
}
ul.people-list li div.img {
	float: left;	
}
ul.people-list li div.img img{
	border: 2px solid #ccc;
}
ul.people-list li div.content {
	margin-left: 100px;
}

/* @end */

#Breadcrumbs {
	position: absolute;
	bottom: 10px;
	color: #444;
	border-top: 1px solid #ccc;
}
.image{
	border: 3px solid #fff;
	float: left;
	position: relative;
}

#bd p.advice.quote {
	font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
	color: #1b3847;

	font-size: 32px;
	text-shadow: #444 1px 1px 3px;
	margin-top: 40px;
}

#copyright span {
	font-size: 7px;
}

#gmap {
	overflow: hidden;
}

#bd p.advice.quote a {
	color: #002246;
	font-size: 22px;
	font-weight: bold;
}

body.mceContentBody {
	font-size: 130%;
	color:#666;
	background: #fff;
}
body.mceContentBody a.broken {
	background-color: #FF7B71;
	border: 1px red solid;
	color: #444;
	padding: 1px;
	text-decoration: underline;
}

div.padding {
	padding: 30px;
	position: relative;
}

div.padding h3{
	font-size: 2em;
	margin-bottom: 0;
	color: #f8f793;
}
div.padding p.date{
	font-size: .9em;
	color: #9a9a9a;
}

div#sidebar.padding {
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

div#map.padding {
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

ul.gallery-layout.loaded li {
	list-style-type: none;
}

#ft div.footer.rel div.call-us-now {
	font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;	
	left: 350px;
	font-style: italic;
	font-size: 40px;
	top: 7px;
}
