body {
	color:#000;
	background: #B3005C;
}

/*contenedor general*/
#container {
	width: 700px;
	margin: 0px auto;
	background: #FFF;
}

/*cabecera*/
#header {
	background: url(../img/NUDITEX_logo.jpg) top center no-repeat;
	width: 700px;
	height: 70px;
	border-bottom: 5px double #B3005C;	
}
/*hace el enlace invisible*/
#header a span {
	visibility: hidden;
}
/*hace el enlace del tamaņo de la cabecera*/
#header a {
	width: 700px;
	height: 70px;
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

/**************************************************
* ESTILOS QUE AFECTARAN AL CONTENIDO DE LA PAGINA *
***************************************************/
/*Generales*/
#main {
	width: 700px;

	background: #FFF;
	color: #5B5B5B;	
}
#menu_superior {
	width: 700px;
	height: 20px;
	border-bottom: 5px double #B3005C;	
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding: 3px 0px 0px 35px;
}
#menu_superior a:link {
	color: #5B5B5B;
	text-decoration: none;
}
#menu_superior a:visited {
	color: #5B5B5B;
	text-decoration: none;
}
#menu_superior a:hover {
	text-decoration: underline;
	color: #B3005C;
}
#menu_superior a:active {
	color: #B3005C;
}
/*Fin de generales*/

/*Pagina de inicio*/
#productos {
	margin: 30px 40px;
	padding: 5px 0px 10px 0px;
	width: 275px;
	height: 97px;
	border: 2px solid #B3005C;
	font-family: Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0.08em;
	text-align: left;
}
#productos ul {
	margin: 0px;
	padding-left: 0px;
	margin-left: 25px;
	list-style-type: none;
}
#productos a:link {
	color: #5B5B5B;
	text-decoration: none;
}
#productos a:visited {
	color: #5B5B5B;
	text-decoration: none;
}
#productos a:hover {
	text-decoration: underline;
	color: #B3005C;
}
#productos a:active {
	color: #B3005C;
}
#telefono {
	margin-left: 382px;
	margin-top: -145px;
	padding: 5px 0px 10px 0px;
	width: 275px;
	height: 107px;
	font-family: Arial, sans-serif;
	font-size: 18pt;
	text-align: center;
	color: #B3005C;
}
#contacto {
	margin: 20px 40px;
	padding: 10px 0px 10px 0px;
	width: 620px;
	height: 66px;
	border: 1px solid #B3005C;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	letter-spacing: 0.08em;
	text-align: center;		
}
#contacto a:link {
	color: #5B5B5B;
	text-decoration: none;
}
#contacto a:visited {
	color: #5B5B5B;
	text-decoration: none;
}
#contacto a:hover {
	text-decoration: underline;
	color: #B3005C;
}
#contacto a:active {
	color: #B3005C;
}
/* fin pagina de inicio*/
/* Pagina de los Sacos de rafia*/
#infoSacos {
	width: 604px;
	margin: 20px 0px;;
	padding: 0px 0px 0px 50px;	
}
/* Fin pagina sacos de rafia*/

/*******************************************************
* ESTILOS QUE AFECTARAN AL CONTENIDO DEL PIE DE PAGINA *
********************************************************/
#footer {
	width: 700px;
	height: 15px;
	border-top: 5px double #B3005C;
	background: #FFF;
	color: #5B5B5B;
	padding: 3px 0px 3px 0px;
	font-family: Arial, sans-serif;
	font-size: 7pt;
	text-align: center;
}
#footer a:link {
	color: #5B5B5B;
	text-decoration: none;
}
#footer a:visited {
	color: #5B5B5B;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #B3005C;
}
#footer a:active {
	color: #B3005C;
}
