body{
	color:#333333;
	background-color: #f2f2f2;
	font:15px Calibri,Arial,sans-serif;
	margin-top:10px;
	background:url('../img/back.jpg');
}

/* Styling the page */

#page{
	width:890px;
	margin:20px auto;
}

#topBar{
	background:url('../img/top_bar.jpg') no-repeat;
	height:41px;
	margin-bottom:15px;
}

#contentArea{
	overflow:hidden;
	padding-bottom:10px;
}

.tablamain
{
	border-width:0px;
	border-color:#cdcdcd;
	border-top-style:solid;
	border-left-style:solid;
	border-bottom-style:solid;
	border-right-style:solid;
	-moz-box-shadow:2px 2px 20px #333333;
	-webkit-box-shadow:2px 2px 20px #333333;
	box-shadow:2px 2px 20px #333333;
}

#contentArea p{
	background-color:#FFFFFF;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px 0 0 1px;
	float:left;
	height:120px;
	margin-right:15px;
	overflow:hidden;
	padding:20px;
	width:465px;
	
	-moz-box-shadow:1px 1px 0 #bbb;
	-webkit-box-shadow:1px 1px 0 #bbb;
	box-shadow:1px 1px 0 #bbb;
}

#contentArea p img{
	float:left;
	margin:-15px 20px 0 0;
}

#backToTzine{
	background:url('../img/tutorialzine.png') no-repeat;
	float:right;
	height:160px;
	overflow:hidden;
	text-indent:-9999px;
	width:365px;
	text-decoration:none;
}

#promoIMG,
#contentArea p{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;	
}

/* Hyperlink styles */

a, a:visited {
	text-decoration:none;
	font-weight: bold;
	color: #ffffff;
}

a:hover, a:active{
	text-decoration:none;
	font-weight: bold;
	color: #ef4123;
}

.divProductos
{
	font-size: 24px;
	font-weight: bold;
	color: #959595;
	overflow:auto;
	height:290px;
}

.grayText
{
	font-weight: bold;
	color: #959595;
	font-size: 16px;
}

input#submitbutton {
width:60px;
height:22px;
background:url(../img/contactButton.png) no-repeat;
outline:none;
cursor:pointer;
font-size:0px;
}