/*
	Cascading style sheets for Acofarma, v1.1 (20070615)
	Copyright 2007 Emanuele Rodríguez <erodri@gmail.com>
*/

body {
	background-color: #e2e2e2;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: .35pt;
	text-align: center;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	font-size: 23pt;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14pt;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

p {
	margin: 1em 0;
}

/* Generic form style definition */

form label {
   display: block;
}

form fieldset {
   border: none;
   padding: 0;
   margin: 0;
}

form input {
   padding: 1px 0;
}


form .row {
   clear: left;
   padding-top: 8px;
}

* html form .row { padding-top: 4px; } /* Fix for IE6 */
*+html form .row { padding-top: 4px; } /* Fix for IE7 */

form .field {
   display: inline;
   float: left;
   margin: 0 0 0 20px;
}

form .field input,
form .field select,
form .field textarea {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   border: 1px solid #000;
   width: 178px;
}

form .medium input,
form .medium select,
form .medium textarea {
   width: 278px;
}

form .large input,
form .large select,
form .large textarea {
   width: 378px;
}

form .xlarge input,
form .xlarge select,
form .xlarge textarea {
   width: 578px;
}

* html form .large textarea { width: 380px; } /* Fix for IE6 */
*+html form .large textarea { width: 380px; } /* Fix for IE7 */

input.button {
    padding: 0 .25em;
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}

input.button[class] {  /* IE ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}

/* Page */

#page {
/*	border: 1px solid #000;*/
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	width: 999px;
}


/* Header */

#header {
	background-color: #d8001d;
	height: 120px;
}

#header a {
	color: #fff;
}

#header #usermenu {
	margin: 0;
	padding: 12px 20px 0 0;
	list-style: none;
	text-align: right;
}

#header #usermenu li {
	background: url(../images/umenu_item.gif) no-repeat left;
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
}

#header #usermenu li.sel a {
   color: #000;
}

#header #logo {
	display: inline; /* fixes IE6 double-margin bug */
	float: left;
	margin: 10px 0 0 115px;
}
#header #logo_new {
	display: inline; /* fixes IE6 double-margin bug */
	float: left;
	margin: 10px 0 0 30px;
}
#header #logo_iso {
	display: inline; /* fixes IE6 double-margin bug */
	float: left;
	margin: 0px 0 0 10px;
}

#header #banner {
	display: inline; /* fixes IE6 double-margin bug */
	float: right;
	margin: 25px 20px 0 0;
}

#header #info {
	display: inline; /* fixes IE6 double-margin bug */
	float: right;
	margin: 67px 20px 0 0;
}

#header #info .user {
	font-weight: bold;
	font-size: 9pt;
}

#header #info .user strong {
	color: #b3b3b3;
}

#header #info .logout {
	background: url(../images/umenu_item.gif) no-repeat left;
	padding-left: 10px;
	margin-left: 140px;
}


/* Breadcrumbs */

#crumbs {
	clear: both;
	margin: 9px 0 0 210px;
	height: 1%;  /* fixes IE6 overflow:hidden bug */
	letter-spacing: 0;
	overflow: hidden;
}

#crumbs ul {
	font-size: 7pt;
	list-style: none;
	margin: 0 0 0 -10px;
	padding: 0;
}

#crumbs li {
	background: url(../images/crumbs_div.gif) no-repeat left;
	display: inline;
	padding-left: 8px;
	margin-left: 2px;
}

#crumbs li a {
	color: #d8001d;
}


/* Menu */

#menu {
	float: left;
	margin-top: 20px;
	margin-bottom: -40px;
	padding-left: 20px;
	width: 170px;
}

#menu ul {
	border-top: 1px solid #808080;
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}

#menu ul li {
	border-bottom: 1px solid #808080;
	background: url(../images/menu_item.gif) no-repeat left top;
	padding: 3px 0 3px 18px;
   min-height: 1.325em;
}

#menu ul li a {
}

#menu ul li.sel {
	background: url(../images/menu_item_sel.gif) no-repeat left top;
}

#menu ul li.sel a {
	font-weight: bold;
}

#menu ul li.sel li a {
	font-weight: normal;
}

#menu ul ul {
	border: none;
	margin: 0;
}

#menu ul ul li {
	border: none;
	background: url(../images/menu_item2.gif) no-repeat left top;
	padding: 2px 0 2px 10px;
}

#menu ul ul li.sel {
	background: url(../images/menu_item2_sel.gif) no-repeat left top;
	font-weight: bold;
}

#menu ul ul li.sel a {
	font-weight: bold;
}

#menu ul ul ul {
	border: none;
	margin: 0;
}

#menu ul ul ul li {
	border: none;
	background: url(../images/menu_item2.gif) no-repeat left top;
	padding: 2px 0 2px 10px;
	font-weight: normal;
}

#menu ul ul ul li.sel {
	background: url(../images/menu_item2_sel.gif) no-repeat left top;
	font-weight: bold;
}

#menu ul ul ul li a {
	font-weight: normal;
}
#menu ul ul ul li.sel a {
	font-weight: bold;
}

#menu img {
	margin-top: -2px;
}

/* Main */

#main {
	margin: 20px 0 0 190px;
	padding-left: 20px;
/*	width: 750px;*/
}

* html #main { /* fixes IE6 3 pixel gap */
	height: 1%;
	padding-left: 17px;
}

/* Content */

#content {
}

/* Extras */

#extras {
	float: left;
	height: 1%;
	width: 170px;
   margin-left: 20px;
}

#extras #login {
	background-color: #000;
	color: #fff;
	height: 1%;
	margin-bottom: 20px;
}

#extras #login a {
	display: block;
	clear: both;
	color: #fff;
	margin-bottom: 3px;
	text-decoration: underline;
}

#extras #login h2 {
	border-bottom: 1px solid #bfbfbf;
	font-size: 11px;
	padding: 3px 5px;
}

#extras #login form {
	padding: 7px 5px;
	margin: 0;
}

#extras #login form label {
	display: block;
}

#extras #login form input {
	height: 13px;
	margin-bottom: 10px;
	width: 150px;
}

#extras #login form .button {
	background: url(../images/form_button.gif) no-repeat left top;
	border: none;
	color: #fff;
	float: right;
	font-size: 9px;
	height: auto;
	padding-left: 8px;
	width: auto;
}

body.home .banners {
	margin-top: 75px;
}

body.home .banners a {
	display: block;
	margin-top: 20px;
}

body.home #content {
	float: left;
	height: 1%;
/*	margin-right: 20px;*/
	padding-bottom: 80px;
	width: 580px;
}

body.home #content a {
	display: block;
	float: left;
}

body.home #content #homeImg {
	height: 400px;
	width: 580px;
	overflow: hidden;
}

/* Fix for IE6 \*/
* html body.home #content #homeImg { width: 583px; margin-right: -3px; }

body.home #content #roll1,
body.home #content #roll2,
body.home #content #roll3,
body.home #content #roll4 {
	margin-left: -290px;
}

body.home #content .title {
	clear: both;
	padding-top: 15px;
}

body.home #content .subtitle {
	font-size: 13px;
	letter-spacing: 0;
	text-align: justify;
}

body.generic #content {
	float: left;
	padding-bottom: 40px;
/*	margin-right: 210px;*/
	text-align: justify;
}

body.generic #content .col1 {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 280px;
}

body.generic #content .col2 {
	margin-left: 300px;
	padding: 0;
	width: 280px;
}

body.generic #content .onecol {
	margin-left: 0px;
	padding: 0;
	width: 560px;
}

body.generic #content .brands {
	list-style: none;
	margin: 0;
	padding: 1px 0 0 0; /* fixes wrong alignment in .col2 (firefox) */
}

body.generic #content .brands li {
	height: 45px;
	margin-top: 11px;
}

body.generic #content p {
	margin: 0 0 1em 0;
	padding: 0;
}

body.generic #content ul {
	padding-left: 1em;
	margin-left: .5em;
/*	margin-bottom: 0;*/
}

body.generic #content img {
	margin-bottom: 5px;
}

body.generic #content .caption {
	background-color: #d8001d;
	clear: left;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 2px 3px;
	margin: 0 0 20px 0;
}

body.generic #content .intro {
	margin: -5px 0 0 0;
	width: 580px;
}

body.generic #content .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.generic #content .menu li {
	background: url(../images/menu_item2.gif) no-repeat left top;
	padding: 1px 0 1px 10px;
}


/* Specific classes : Nuestra historia */

/* Fix for IE6 \*/
* html body.historia #content #mainElem { margin-bottom: -3px; }

body.historia #content .caption {
	font-weight: normal;
	letter-spacing: 0;
/*	margin-top: -5px;*/
}


/* Specific classes : Dónde estamos */

body.donde #content .address {
	color: #d8001d;
	font-weight: bold;
	letter-spacing: .5pt;
}

body.donde #content ul {
   height: 1%;

}
body.donde #content .address a {
   display: block;
   margin-top: 4px;
}


/* Specific classes : Equipo */

body.equipo #content .intro {
	width: 580px;
}

body.equipo #content .intro img {
	float: left;
	margin-right: 20px;
}

body.equipo #content .intro p {
	padding-top: 150px;
	text-align: right;
}

body.equipo #content .caption {
	display: block;
	margin-bottom: 10px;
}

body.equipo #content .equipo,
body.equipo #content .equipo ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: left;
}

body.equipo #content .equipo {
	color: #d8001d;
}

body.equipo #content .equipo ul {
	color: #000;
}

body.equipo #content .equipo .title {
	font-weight: bold;
}

body.equipo #content .col1 .equipo .title {
	display: block;
	margin-top: .5em;
}

/* Specific classes : Cooperativas */

body.cooperativas #content {
	width: 580px;
}
/* Fix for IE6 \*/
* html body.cooperativas #content .col2 { margin-left: 297px; }


/* Specific classes : Contactar */

body.contactar #content {
	width: 580px;
}

body.contactar #content .col1 {
	clear: none;
	text-align: left;
}

body.contactar #content .intro {
	padding-top: 60px;
	padding-bottom: 20px;
	width: 245px;
}

body.contactar #content .intro strong {
	color: #d8001d;
	font-weight: bold;
	white-space: nowrap;
}

body.contactar #content img {
	float: right;
	margin: -170px 48px 0 0;
}

body.contactar #content #mainElemWrapper {
}

body.contactar #content .caption {
	clear: left;
}

body.contactar #content .contactos {
}

body.contactar #content .contactos {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.contactar #content .contactos li {
	margin-bottom: .8em;
}

body.contactar #content .contactos .title {
	display: block;
}

body.contactar #content .contactos a {
	color: #d8001d;
	font-weight: bold;
}

/* Additional definitions for scriptaculous effects */
body.bienvenida #content #mainElemWrapper { height: 400px; }
body.historia #content #mainElemWrapper { height: 225px; }
body.donde #content #mainElemWrapper { height: 193px; }
body.donde #content #mainElem2Wrapper { height: 207px; }

body.quimicos #mainImg {
	filter: alpha(opacity:25);
	KHTMLOpacity: 0.25;
	MozOpacity: 0.25;
	opacity: 0.25;
}

/* Specific classes : Buscador */

body.buscador #content {
   width: 770px;
}

body.buscador #content h1 {
   color: #d8001d;
   font-size: 15pt;
   letter-spacing: .5pt;
   margin-bottom: .2em;
}

body.buscador #content .groups {
   border-bottom: 1px solid #d8001d;
   height: 1.8em;
   list-style: none;
   margin: 0 0 20px 0;
   padding: 0;
}

body.buscador #content .groups li {
   float: left;
	background: url(../images/menu_item2.gif) no-repeat left top;
	padding: 2px 4px 4px 10px;
   margin-right: 24px;
}

body.buscador #content .groups li.sel {
   border-bottom: 5px solid #d8001d;
   font-weight: bold;
}

body.buscador #buscador {
   float: left;
   margin-left: -20px;
   overflow: hidden;
   width: 620px;
}

body.buscador #buscador .field textarea {
   height: 34px;
}

body.buscador .button {
   border: none;
   font-size: 7pt;
   margin: 0;
   padding: 0;
}

body.buscador #buscador .button {
   float: right;
   background: url(../images/busc_button.gif) no-repeat 0 4px;
   color: #d8001d;
   margin: 6px 18px 0 0;
   padding-left: 10px;
}

* html body.buscador #buscador .button { margin: 0 14px 0 0; padding-left: 14px; } /* Fix for IE6 */
*+html body.buscador #buscador .button { margin: 0 14px 0 0; padding-left: 14px; } /* Fix for IE7 */

body.buscador #content #extras {
   margin-left: 0;
   float: left;
}

body.buscador #content #extras .logo {
   margin: 0 0 0 50px;
}

body.buscador #results {
   float: left;
   margin-top: 30px;
   width: 770px;
}

body.buscador #results .navi {
   border-top: 1px solid #d8001d;
   border-bottom: 1px solid #d8001d;
   font-size: 7.5pt;
   padding: 2px 0;
   text-align: center;
}

body.buscador #results .navi .prev,
body.buscador #results .navi .next {
   color: #808080;
}

body.buscador #results .navi a.prev,
body.buscador #results .navi a.next {
   color: #d8001d;
}

body.buscador #results .navi .prev {
   float: left;
}

body.buscador #results .navi .next {
   float: right;
}

body.buscador #results .list {
   border-collapse: collapse;
   width: 100%;
}

body.buscador #results .list th {
   padding: 8px 3px;
   text-align: left;
}

body.buscador #results .list td {
   background-color: #b3b3b3;
   padding: 2px 3px;
}

body.buscador #results .list tr.alt td {
   background: none;
   padding: 3px;
}

body.buscador #results .list input {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 6pt;
   margin: 0;
   padding: 0;
   width: 36px;
}

body.buscador #results .actions {
   margin: 5px 0 20px 0;
   overflow: hidden;
   height: 1%;
}

body.buscador #results .actions .button {
   background: #d8001d url(../images/action_button.gif) no-repeat 6px 5px;
   border: none;
   color: #fff;
   font-size: 7pt;
   margin: 6px 0;
   padding: 1px 6px 1px 20px;
   text-align: left;
   width: auto;
}

body.buscador #results .actions .basket {
   float: left;
}

body.buscador #results .actions .add {
   float: right;
}

/* Specific classes : Carrito */

body.carrito #content {
   min-height: 400px;
   width: 580px;
}

* html body.carrito #content { height: 400px; } /* Fix for IE6 */

body.carrito #content h1 {
   border-bottom: 1px solid #d8001d;
   color: #d8001d;
   font-size: 15pt;
   letter-spacing: .5pt;
   margin-bottom: .3em;
   padding-bottom: .5em;
}

body.carrito #order .list {
   border-collapse: collapse;
   border-bottom: 1px solid #d8001d;
   width: 100%;
}

body.carrito #order .list th {
   padding: 8px 6px;
   text-align: left;
}

body.carrito #order .list td {
   background-color: #b3b3b3;
   padding: 4px 6px;
}

body.carrito #order .list tr.alt td {
   background: none;
   padding: 6px;
}

body.carrito #order .list tfoot td {
   background: none;
   padding: 8px 6px;
   font-weight: bold;
}

body.carrito #order .list input {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   margin: 0;
   padding: 0 2px;
   width: 36px;
}

body.carrito #order .actions {
   margin: 5px 0 20px 0;
   overflow: hidden;
}

body.carrito #order .actions .button {
   background: #d8001d url(../images/action_button.gif) no-repeat 6px 5px;
   border: none;
   color: #fff;
   font-size: 7pt;
   margin: 6px 0;
   padding: 1px 6px 1px 20px;
   text-align: left;
   width: auto;
}

body.carrito #order .actions .back {
   float: left;
}

body.carrito #order .actions .continue {
   float: right;
}

body.datos #shipping {
   float: left;
   margin: 10px 0 20px -20px;
   overflow: hidden;
}

body.datos #shipping legend {
   color: #000;
   font-weight: bold;
   padding: 4px 0 6px 20px;
}

* html body.datos #shipping legend { padding-left: 12px; } /* Fix for IE6 */
*+html body.datos #shipping legend { padding-left: 12px; } /* Fix for IE7 */

body.datos #shipping .actions {
   border-top: 1px solid #d8001d;
   display: inline;
   float: left;
   margin: 20px 0 0 20px;
   padding: 5px 0 40px 0;
   width: 580px;
}

body.carrito h2 {
   font-size: 10pt;
}



/* Specific classes : Login */

body.login #page {
   background-color: #d8001d;
}

body.login #content #login {
   height: 1%;
   padding-bottom: 100px;
   width: 280px;
}

body.login #content #login .title {
   color: #fff;
   border-bottom: 1px solid #fff;
   font-size: 15pt;
   letter-spacing: .5pt;
   margin-bottom: .2em;
   padding: 0 0 5px 0;
}

body.login #content #login a {
	display: block;
	clear: both;
	color: #fff;
	margin-bottom: 3px;
	text-decoration: underline;
}

body.login #content #login form {
	padding: 7px 0;
	margin: 0;
}

body.login #content #login form fieldset {
   border-bottom: 1px solid #fff;
   margin-bottom: 25px;
}

body.login #content #login form label {
   color: #fff;
	display: block;
}

body.login #content #login form input {
   font-size: 9pt;
	height: 13px;
	margin-bottom: 10px;
	width: 150px;
}

body.login #content #login form .button {
	background: url(../images/action_button.gif) no-repeat 6px 5px;
	border: none;
   clear: left;
	color: #000;
   display: block;
	font-size: 9px;
	height: auto;
	padding-left: 16px;
   margin-left: 90px;
	width: auto;
}

* html body.login #content #login form .button { padding-left: 10px; } /* Fix for IE6 */
*+html body.login #content #login form .button { padding-left: 10px; } /* Fix for IE7 */

body.login #footer {
   background-color: #fff;
   margin: 0 auto;
   padding: 8px 0 50px 210px;
   text-align: left;
   width: 789px;
}






body.product #content {
	padding-bottom: 20px;
	margin-right: 210px;
/*	width: 580px;*/
}


/* For javascript typewriter effect */
body.product #ptitle {
	color: #fff;
}

body.acofar #ptitle,
body.acofarderm #ptitle,
body.acofardiet #ptitle,
body.afarinplus #ptitle {
/*	height: 74px;*/
	height: 2.4em;
}

/* For scriptaculous appear effect */
body.product #plogo {
	filter: alpha(opacity:25);
	KHTMLOpacity: 0.25;
	MozOpacity: 0.25;
	opacity: 0.25;
}

body.product #content .logo {
	margin-top: 10px;
	margin-right: -10px;
}

body.product #content .subtitle {
	background-color: #d8001d;
	color: #fff;
	font-size: 8pt;
	margin-top: 25px;
	padding: 2px 4px;
}

body.product #content .description {
	float: left;
	text-align: justify;
	width: 280px;
}

body #content .links {
	float: right;
}

body #content .links ul {
	border-top: 1px solid #d8001d;
	font-weight: bold;
	letter-spacing: 0;
	list-style: none;
	margin: 1.2em 0;
	padding: 0;
	min-width: 165px;
}

body #content .links ul li {
	background: url(../images/menu_item2.gif) no-repeat left top;
	border-bottom: 1px solid #d8001d;
	margin-top: 2px;
	padding: 2px 0 4px 10px;
}

body #content .links ul li.banner {
	background: none;
	padding-left: 5px;
}

body.product #showcase {
	clear: both;
	float: left;
	margin-bottom: 50px;
	padding: 20px 0 0 175px;
}

body.product #showcase .prev {
	float: left;
	margin: 125px 20px 0 0;
	width: 15px;
}

body.product #showcase .products {
	border-bottom: 16px solid #d8001d;
	float: left;
/*	text-align: center;*/
	overflow: hidden;
/*	padding-bottom: 10px;*/
	width: 580px;
}

body.product #showcase .products .inner{
	width: 15000px;
}
/*
body.product #showcase #scprev,
body.product #showcase #scnext {
	display: none;
}
*/
body.product #showcase img {
	float: left;
}
body.product #showcase .next {
	float: left;
	margin: 125px 0 0 20px;
	width: 15px;
}


/* Footer */

#footer {
	clear: both;
	border-top: 1px solid #d8001d;
	font-size: 7pt;
	letter-spacing: .5pt;
	line-height: 1.4em;
	margin: 0 0 0 210px;
	padding: 8px 0 20px 0;
	width: 580px;
}

#footer span {
	display: block;
}

#footer a {
	color: #d8001d;
}




/* Detail */

body.detail {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 0;
	margin: 0;
	text-align: center;
}

body.detail #page {
	margin: 40px auto 10px auto;
	text-align: left;
	padding: 0 30px 0 30px;
	width: 595px;
}

body.detail #content {
/*
	margin: 40px 60px 10px 60px;
*/
}

body.detail .subtitle {
	font-size: 7pt;
	letter-spacing: .15pt;
	margin: 0 0 22px 0;
	padding: 0;
}

body.detail .caption {
	background-color: #d8001d;
	clear: left;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 2px 3px;
	margin: 0 0 10px 0;
}

body.detail .text {
	clear: left;
	padding: 0 10px 10px 0;
	text-align: justify;
}

body.detail .sectionname,
body.detail .groupname {
	color: #d8001d;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

body.detail .sectionname {
	margin-bottom: 1em;
}

body.detail .productlist {
	list-style: none;
	margin: 0;
	padding: 0 0 11px 0;
}

body.detail #footer {
	display: none;
}

/* Popup */

body.popup {
	height: 100%;
	letter-spacing: 0;
	margin: 0;
}

body.popup #page {
	display: block;
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

body.popup #content {
	margin: 0 auto;
	line-height: 1.2em;
	padding: 30px 0 50px 30px;
	text-align: left;
	width: 405px;
}

body.popup .subtitle {
	font-size: 7pt;
	letter-spacing: .15pt;
	margin: 0 0 22px 0;
	padding: 0;
}

body.popup .col1 {
/*background: yellow;*/
	clear: left;
	float: left;
	padding: 0 10px 20px 0;
	width: 190px;
}

body.popup .col2 {
/*background: orange;*/
	float: left;
	padding: 0 10px 20px 0;
	width: 195px;
}

body.popup .text {
	clear: left;
	padding: 0 10px 10px 0;
	width: 395px;
}

body.popup .sectionname,
body.popup .groupname {
	color: #d8001d;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

body.popup .sectionname {
	margin-bottom: 20px;
}

body.popup .productlist {
	list-style: none;
	margin: 0;
	padding: 0 0 11px 0;
}

body.popup .productlist ul {
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 10px;
}

body.popup #footer {
	background: #d8001d url(../images/prod_popup_footer_bg.gif) no-repeat bottom left;
	padding: 0px;
	margin: 0px;
	display: block;
	height: 86px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 999;
}

body.popup #footer .copyright,
body.popup #footer .cms {
	display: none;
}

/* Listado delegados */
body.delegados #page {
	position: static;
}

body.delegados #content {
	padding: 0 0 25px 0;
   min-height: 44px;
	width: 100%;
}

* html body.delegados #content {
   height: 444px;
}

body.delegados #content .caption {
	background-color: #d8001d;
	clear: left;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 2px 3px 2px 70px;
	margin: 3px 0 15px 0;
}


body.delegados #footer {
	background: #d8001d url(../images/prod_cooplist_footer_bg.gif) no-repeat bottom left;
	height: 130px;
	position: static;
	width: 100%;
}


/* Listado cooperativas */
body.cooplist #page {
	position: static;
}

body.cooplist #content {
   background: url(../images/ad_cooperativas_popup_bg.jpg) repeat-x;
	padding: 0 0 25px 0;
   min-height: 444px;
	width: 100%;
}

* html body.cooplist #content {
   height: 444px;
}

body.cooplist #content .caption {
	background-color: #d8001d;
	clear: left;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 2px 3px 2px 70px;
	margin: 3px 0 15px 0;
}

body.cooplist .col1 {
/*background: yellow;*/
display: inline;
	clear: left;
	float: left;
	padding: 0 0 20px 0;
	margin: 0 20px 0 70px;
	width: 250px;
}

body.cooplist .col2 {
/*background: orange;*/
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
	width: 240px;
}

body.cooplist ul {
	letter-spacing: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.cooplist ul a {
	font-weight: bold;
}

body.cooplist ul li {
	padding-top: .8em;
}

body.cooplist ul ul li {
	padding: .4em 0 .4em 0
}

body.cooplist ul .name {
	display: block;
	color: #d8001d;
	font-weight: bold;
}

body.cooplist #footer {
	background: #d8001d url(../images/prod_cooplist_footer_bg.gif) no-repeat bottom left;
	height: 130px;
	position: static;
	width: 100%;
}



/* Intro */
body.intro #outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 900px; 
}
body.intro #wrapper {
	position: relative;
	text-align: left;
	width: 900px;
	height: 600px;
	margin: 0px auto;
}




.hidden {
	filter: alpha(opacity:0);
	KHTMLOpacity: 0;
	MozOpacity: 0;
	opacity: 0;
}

.visible {
	filter: alpha(opacity:100);
	KHTMLOpacity: 1.0;
	MozOpacity: 1.0;
	opacity: 1.0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
/*	 margin-bottom: -15px;*/
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


