* {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(../images/blue_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000066;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #003366;
	text-align: center;
}

/* LA BASE CON MARCO BLANCO */

#base {
	width: 994px;
	background-image: url(../images/white_body.gif);
	background-repeat: repeat-y;
	background-position:bottom;
	text-align: left;
	padding-left:5px;
	padding-right:2px;
	padding-bottom:2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* BARRA AZUL SUPERIOR */

#barranav {
	height: 31px;
	width: 990px;
	background-image: url(../images/barraazul.gif);
	background-repeat: repeat-x;
	position:relative;
	z-index:4;
}
	
.menucontainer {
	height: 20px;
	position:relative;
	width: 650px;
	padding-top:5px;
	text-align: left;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 11px;
	float: left;
	left: 35px;
}

.menucontainer a,.menucontainer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.menucontainer a:hover {
	color: #F00;
	text-decoration:none;
}

.busqueda {
	height: 20px;
	width: 263px;
	text-align: left;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 10px;
	float: right;
	margin-top: 4px;
	padding-right:5px;
}

.button { 
	font-family: Tahoma, Verdana, Arial; 
	font-size: 10px;
	color: #FFFFFF;
	background-color: #003399;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight:bold;
}

.textfield { 
	font-family: Tahoma, Verdana, Arial; 
	font-size: 11px;
	font-weight:normal;
}
	

/* Header */

#header {
	position: relative;
	float: left;
	height: 94px;
	width: 676px;
	background-image: url(../images/head_bg.jpg);
	z-index:1
}

#logo {
	height: 90px;
	position: relative;
	width: 286px;
	text-align: left;
	float: left;
	left: 20px;
	background-image:url(../images/pargonlogo.jpg);
}

/* BARRA ABAJO */

	
#barraabajo {
	margin-top:10px;
	width: 990px;
	background-image: url(../images/barraabajo.gif);
	background-repeat: repeat-x;
	clear: both;
	background-color: #FF0000;
	height: 177px;
}
	
.abajocontainer {
	position:relative;
	width: 650px;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	float: left;
	left: 30px;
	top: 6px;
	margin-bottom:3px;
}

.abajocontainer a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10pt;
}

.abajocontainer a:visited {
	color: #FFFFFF;
	font-size: 10pt;
}

.abajocontainer a:hover {
	text-decoration: none;
	color: #000066;
	font-size: 10pt;
}	

.derechos a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9pt;
}

.derechos a:visited {
	color: #FFFFFF;
	font-size: 9pt;
}

.derechos a:hover {
	text-decoration: none;
	color: #000066;
	font-size: 9pt;
}	

.derechos {
	height: 20px;
	position:relative;
	width: 300px;
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
	float: right;
	top: 6px;
}

	
	
	
/* CUERPO O IMAGEN PRINCIPAL */

#cuerpo {
	height: 455px;
	width: 676px;
	float:left;
	position: relative;
	background-color: #003;
}
	
	
	
	
	
	
/* VERTICAL MENU */

#menuvertical {
	height: 549px;
	width: 314px;
	position: relative;
	float: right;
	background-image: url(../images/vertical_bg.jpg);
	margin: 0, auto;
	right: 4px;
	background-color: #69C;
	background-repeat: no-repeat;
	background-position: top;
}

#basetitular {
	height: 20px;
	position: relative;
	top: 10px;
	width: 250px;
	left: 15px;
	font-weight:bold;
	font-size: 16px;
	float: left;
	text-align: center;
	color: #FFFFFF
}

.red {
	color: #FF0000;
	font-weight:bold;
	font-size: 16px;
}

#parrafo {
	height: 90px;
	position: relative;
	clear: both;
	top: 35px;
	width: 250px;
	left: 20px;
	font-size: 11px;
	text-align: left;
}

/* SECCION DE PRODUCTOS DENTRO BARRA VERTICAL */

#productscontainer {
	height: 339px;
	position: relative;
	clear: both;
	width: 302px;
	font-size: 11px;
	text-align: left;
	top: 90px;
}

#encabezado {
	height: 19px;
	position: relative;
	clear: both;
	top: 7px;
	width: 220px;
	left: 60px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	font: Myriad, Tahoma, sans-serif;
}


.producto {
	height: 159px;
	position: relative;
	clear: both;
	left:22px;
	width: 254px;
	font-size: 11px;
	text-align: left;
	top: 6px;
}

.nombreproducto {
	height: 20px;
	position: relative;
	clear: both;
	top: 5px;
	width: 225px;
	font-size: 12px;
	text-align: left;
	color: #FF0000;
	font-weight: bold;
}

.nombreproducto a {
	font-size: 12px;
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

.nombreproducto a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

.nombreproducto a:hover {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}


.descripcionprod {
	height: 90px;
	position: relative;
	clear: both;
	top: 10px;
	width: 210px;
	font-size: 11px;
	text-align: left;
}

/* IMAGENES PRODUCTOS */
 
#capsules {
	position: absolute;
	height: 84px;
	margin: 0px auto;
	width: 160px;
	text-align: left;
	left: 104px;
	top: 115px;
	background-image: url(../images/capsules.jpg);
}

#cuchara {
	position: absolute;
	height: 108px;
	margin: 0px auto;
	width: 273px;
	background-image: url(../images/cuchara.gif);
	text-align: left;
	left: 17px;
	top: 272px;
}

#recipiente {
	position: absolute;
	height: 85px;
	margin: 0px auto;
	width: 187px;
	background-image: url(../images/recipiente.gif);
	text-align: left;
	left: 3px;
	top: 450px;
}

#capsula {
	position: absolute;
	height: 118px;
	margin: 0px auto;
	width: 85px;
	background-image: url(../images/capsula.gif);
	text-align: left;
	left: 210px;
	top: 419px;
}

.ajuste {
	clear:both;
}
