@charset "iso-8859-1";
/* CSS Document */

body{
	background:#fa5305 url(../images/background.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	margin-top:0px;
	
	}
	
img{ border:0;}


div.backTop{
	background: url(../images/backgroundTop.jpg);
	width:1001px;
	height:370px;
	margin-top:0px;
	margin: 0 auto;
	line-height:normal
}

div.mainContent{
	width:817px;
	float:left;
	margin-top:-270px;
	z-index:200;
	
}



div.contentTop{
	width:817px;
	height:19px;
	background:url(../images/contentBgTop.png) no-repeat;
	
	}

div.contentMiddle{
	width:817px;
	background-image :url(../images/contentBgMiddle.png);
	background-repeat: repeat-y;
	position: relative;
	}
	
div.metodos{
	background:url(../images/metodos.png) no-repeat;
	width:415px;
	height:160px;
	margin-left:15px;
	float:left;
}

.email a, .email a:active, .email a:visited{
	background-image:url(../images/email.png);
	width:86px;
	height:103px;
	display: inline-block;
	margin-top:45px;
	margin-left:15px;
	float:left;
}

.email a:hover{
	background-image:url(../images/email_sel.png);
	width:86px;
	height:103px;
	display:block;
}

.adWords a, .adWords a:active, .adWords a:visited{
	background:url(../images/adWords.png) no-repeat;
	width:88px;
	height:103px;
	display:block;
	margin-top:45px;
	margin-left:0px;
	float:left;
}

.adWords a:hover{
	background:url(../images/adWords_sel.png) no-repeat;
}

.SEO a, .SEO a:active, .SEO a:visited{
	background:url(../images/SEO.png) no-repeat;
	width:67px;
	height:103px;
	display:block;
	margin-top:45px;
	margin-left:0px;
	float:left;
}

.SEO a:hover{
	background:url(../images/SEO_sel.png) no-repeat;
}

.websites a, .websites a:active, .websites a:visited{
	background:url(../images/websites.png) no-repeat;
	width:67px;
	height:103px;
	display:block;
	margin-top:45px;
	margin-left:0px;
	float:left;
}

.websites a:hover{
	background:url(../images/websites_sel.png) no-repeat;
}

.sms a, .sms a:active, .sms a:visited{
	background:url(../images/SMS.png) no-repeat;
	width:67px;
	height:103px;
	display:block;
	margin-top:45px;
	margin-left:0px;
	float:left;
}

.sms a:hover{
	background:url(../images/SMS_sel.png) no-repeat;
}

div.setas{
	position:relative;
	text-align:right; 
	margin-top:-35px;
	height:45px;
	float:right;
}

div.contentBottom{
	width:817px;
	height:17px;
	background:url(../images/contentBgBottom.png) no-repeat;
	position:relative;
	}
	
div.footer{
	background:url(../images/backgroundBottom.jpg) no-repeat;
	width:1001px;
	height:332px;
	margin:0 auto;
	margin-top:-200px;
	
}

.cufon-active p { /* for Cufon.replace('h1') */
	text-align: justify;
}


	.lightBox_fade{
		display: none;
		position: fixed; 
		top: 0%;
		left: 0%;
		width: 100%;
		height: 150%;
		background-color: white;
		z-index: 1001;
		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);
	}
		 
	.lightBox_content {
		display: none;
		position: fixed;
		top: 10%;
		width: 100%;		
		z-index: 1002;
		text-align: center;
	}

