/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color:#FFF;
	background-repeat:repeat-x;
	padding-top: 25px;
}
.clear {
	clear: both;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #0571B7;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
/* GENERAL DEFINITIONS ENDS */

/* TOP STARTS */


#MainContainer {
	width: 800px;
	border: solid 1px #C3C5C7;
	height: auto;
	display: block;
	margin: 0 auto 25px auto;
}
#Top {
	margin: 0 auto;
	width: 800px;
	height: 120px;
	display: block;
	position: relative;
}
#TopProductos {
	margin: 0 auto;
	width: 320px;
	height: 120px;
	display: block;
	float: right;
}
#logo {
	width: 320px;
	height: 120px;
	display: block;
	float: right;
	border: 0;
}
/* TOP ENDS */

/* MAIN PAGE STARTS */


#PageContent {
	margin: 0 auto;
	width: 800px;
	height: auto;
}
#CenterContent {
	width: 590px;
	height: auto;
	float: left;
	padding: 10px 0 0 20px;
}
/*********STYLES FOR GENERAL TEXT*****************/
#TextContainer {
	width: 535px;
	height: 300px;
	padding: 52px 0 0 30px;
}
#TextContainer h1, #TextContainer p, #TextContainer a {
	width: 280px;
	color: #FFF;
	margin: 3px 0;
	float: left;
	line-height:13px;
}
#TextContainer h1 {
	font-size: 16px;
}
/********************************/

#NavColumn {
	width: 186px;
	height: 400px;
	display: block;
	float: left;
}
ul#MainMenu {
	width: 161px;
	height: auto;
	display: block;
	border-top: 5px solid #029CDB;
	list-style: none;
	padding-left: 25px;
}
ul#MainMenu li {
	width: 161px;
	height: 49px;
	display: block;
	border-bottom: 1px solid #B1DEF5;
}
ul#MainMenu li a {
	width: 161px;
	height: 39px;
	display: block;
	color: #74BC48;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
}
ul#MainMenu li a:hover {
	color: #0571B9;
}
/* MAIN PAGE ENDS */


/* FOOTER STARTS */
#Footer {
	width: 750px;
	height: 100px;
	background-image: url(../images/defaults/bg-footer.jpg);
	display: block;
	position: relative;
	padding: 0 25px;
}
#Footer p {
	text-align: center;
	color: #0571B7;
	font-size: 11px;
	position: relative;
	top: 80px;
}
.logofooter {
	width: 96px;
	height: 98px;
	display: block;
	float: right;
	position: absolute;
	right: 30px;
}
/* FOOTER ENDS*/


ul#tabs {
	position: relative;
	top: 1px;
	left: 18px;
}
ul#tabsProductos {
	position: absolute;
	top: 100px;
	left: 220px;
}
ul#tabs, ul#tabsProductos {
	list-style: none;
	width: 400px;
	height: 32px;
}
ul#tabs li, ul#tabsProductos li {
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	padding: 0;
	width: 116px;
	height: 22px;
	font-size: 11px;
	padding:10px 0 0 15px;
}
ul#tabs li a, ul#tabsProductos li a {
	width: 116px;
	height: 22px;
	color: #FFF;
	float: left;
	text-decoration: none;
}
#greentab {
	background-image: url(../images/defaults/tabverde.png);
	background-repeat: no-repeat;
}
#bluetab {
	background-image: url(../images/defaults/tabazul.png);
	background-repeat: no-repeat;
}
.hometop {
	background-image: url(../images/defaults/botella.png);
	background-repeat: no-repeat;
	width: 168px;
	height: 385px;
	display: block;
	position: absolute;
	right: 80px;
	top: 20px;
	z-index:100px;
}
.logoporciento {
	width: 94px;
	height: 97px;
	display: block;
	position: absolute;
	right: 8px;
	top: 72px;
	z-index: 100;
	background-image: url(../images/index/logo100porciento.png);
	background-repeat: no-repeat;
}
