body {
	margin: 0px 0px 0px 0px;
	background-color : #ffffff;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}
/*
td,tr,p,div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
*/
h4 {
	color: #669933; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #FF9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #FF9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

a:link, a:visited {
	font-size: 12px; 
	color: #003399; 
	text-decoration: none;
	}

a:hover {
	color: #23598d;	text-decoration: underline;
	}
	
.ul {
	margin: 0px 10px 0px 0px;
	list-style-type: disc;
	}

.li {
	list-style: inside 3px;
	list-style-type: square;
	margin-right: 20px;
	margin-top: 5px;
	}
	


/**
 * General Mambo Styles
 * --------------------
 * The following are styles that are often used
 * site wide by Mambo to provide better control
 * of content's appearences.
 */

hr { 
	/* often used in components like Akobook, and Simpleboard forum
	   to define the separator lines */
	background: transparent; 
	height:1px; 
	border: 1px solid #CCCCCC;
	}

hr.separator {
	/* found this css style in Peekmambo's css style. Still haven't worked out
	   if this is a custom style or an in built style. Will update when I find out*/
	background: transparent;
	height: 1px;
	width: 75px;
	border: 1px solid #314B77;
}

.pagenavbar { 
	/*for some weird reasons, this is not used in page nav, but found it used 
	  for nick names in forum threads by Simpleboard */
}

.pagenav {
	/* as the name implies, this is for formatting texts for
	   those "<< Start < Previous 1 Next > End >>" links */
	font-weight: normal;
}

a.pagenav, a.pagenav:visited {
	/* same as above, but for links */
	font-weight: bold;
	color: #343A58;
}

a.pagenav:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #FF9900;
}

.small {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration: none;
	font-weight: normal;
	}

.smalldark {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #343A58;
    text-decoration: none;
    font-weight: normal;
    }





/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 
.button {
	/* this style applies to most form buttons generated by
	   Mambo and its components. Change its format here*/
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 4px;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	background: #669933;
	border: 1px solid #339900;
	height: 20px;
	}

.inputbox {
	/* Again, the name implies that this style changes the 
	   way those input box looks */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #343A58;
	background: #FFFFFF;
	border: 1px solid;
	}





/**
 * Mambo Tabbed Frontend Admin Interface
 * -------------------------------------
 * The CSS styles here defines how the frontend admin interface
 * will look like when editing and adding news through frontend.
 */
 
.ontab {
	/* For styling of the "Tab" buttons when editing contents through the frontend
	   (when you log in as admin in the frontend). This .ontab is the styling for the
	   tab when it is active or after its "clicked" */
	background-color: #323A15;
	border-left: outset 1px #DCF2FA;
	border-right: outset 1px #808080;
	border-top: outset 1px #DCF2FA;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	/* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.
	   This .ontab is the styling for the tab when it is NOT active or when it is NOT "clicked" */
	background-color : #e5e5e5;
	border-left: outset 1px #E0E0E0;
	border-right: outset 1px #E0E0E0;
	border-top: outset 1px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}

.tabpadding {
	/* this style is used set the size of the tab in 
	   in the above */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.tabheading {
	/* Not too sure what this is used for. Couldn't find anything
	   related to it yet at the moment */
}

.pagetext {
	/* this style is used to style the content of the editing form
	   contents (where HTMLArea sits and all its forms + contents) in
	   the frontend Administration interface */
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}



/**
 * Mambo Menu Styling
 * ------------
 * You can control the way menu behave and look
 * by using the CSS settings below
 */

a.mainlevel:link, a.mainlevel:visited {
	/* this styling is for the MAIN items in the menu */
	color: #006600;
	text-decoration:none;
	text-align: left;
	background-image: url(../../../images/ICO_MENUS.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 10px;
	background-position: 0 2px;
	display: block;
	
	}

a.mainlevel:hover {
	/* same as above, but when hovering */
	color: #006600; 
	text-decoration:underline;
	text-align: left;
	}
	
a.sublevel:link, a.sublevel:visited {
	/* this styling is for menu items that HAS A PARENT */
	color: #336600;
	text-decoration:none;
	text-align: left;
	background-image: url(../../../images/ico_sublevel.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 0 6px;
	margin: 3px 0 3px 2px;
	display:block;
}

a.sublevel:hover {
	/* pffff!.. you know this! */
	color: #336600;
	text-decoration: underline;
	}


	





/**
 * Mambo General styling for Sections/Categories/Contents
 * ------------------------------------------------------
 * These stylings are either sometimes or often used across
 * Sections, categories and contents. They, therefore, deserves
 * to be mentioned and separated from others.
 */
 
.createdate {
	/* name says it all.. its for styling the date the content/articles are created under 
	   contents title */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

a.readon:link, a.readon:visited {
	/* For formatting the "Read on..." link for blogs and on frontpage. */
	color: #23598d; 
	text-decoration: none; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}

a.readon:hover {
	/* Pfft..! */
	color: #23598d;	text-decoration: underline;
	font-weight: normal;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}





/** 
 * Mambo Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */
 
.contentpane {
	/* This is used mainly for the table that holds the SECTIONS such as News.
	   This is when you create a link to a Section and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. Yes! That entire thing is contained in a table with this style */
		
	background-color : #FFFFFF;
	}

.contentpaneopen {	
	background-color : #FFFFFF;
	}

.contentheading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #669933;
	text-align:left;
	display:block;
	height:32px;
	padding: 18px 0 0 50px;
	background:url(../../../images/tienda/icos/ico_h2_general.gif) no-repeat left;
	}
/*.contentheadingTienda {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #669933;
	text-align:left;
	display:block;
	height:32px;
	padding: 18px 0 0 50px;
	background:url(../../../images/tienda/icos/ico_h2_general.gif) no-repeat left;
	}*/
.contentheadingBlog {
	/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #669933;
	text-align:left;
	height: 40px;
	font-weight: bold;
	}
.contentpagetitle {
	/* Couldn't find where is this yet. Will update this part when I
		get to it. Sorry. If you know, please email me the infos */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #FF9900;
	text-align:left;
	}

.contentdescription {
	/* When you create a link to a Section in the main menu and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. This style is used for formating the "DESCRIPTION" part of that page */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	}

table.contenttoc {
	/* This is used to format the table of the Tables of Contents or "Jump to" 
	   box when it is enabled in a multiple paged content or article */
	color: #343A58;
	background-color: #e0e0e0;
	border-top: 1px solid #465675;
	border-bottom: 1px solid #465675;
	border-left: 1px solid #465675;
	border-right: 1px solid #465675;
    }

table.contenttoc td {
	/* the same as above, but this is used to format the td or
	   table cells */
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
	padding: 3px;
}

.content_rating {
	/* used for styling the texts used for displaying 
	   those "stars" for rating in an article */
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	/* used for those voting texts (the one with voting RADIO buttons) */
	font-weight: normal;
	font-size: 8pt;
}


/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables 
 */

.sectiontableheader {
	/* This is for styling the section table headers on a SECTION's page.
	   An example would be those articles lists when you click on "News" or something?
	   With a table header of "Date", "Item Title", "Author" and "Hits" ? That's the
	   header that you will be controlling through this style */
	
	padding: 2px;
	color : #666666;
	font-weight : bold;
	padding: 2px;
	background-image: url(../../../../images/FONDO_TABLEENTRY.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

.sectiontableentry1 {
	/* this is used when there's a whole list of data to provide and
	   you need to create alternate colors for each row of data. This is
	   the first color */
	background-color: #FFFFFF;
	}
	
.sectiontableentry2 {
	/* this is the second color for the row. So, the table generator,
	   will alternate its style through sectionableentry1 and sectiontableentry2
	   as it cycles through and outputs each row of data. Similar to forum's post
	   listings */
	background-color : #ffffff;
	}





/**
 * Mambo Styles for Categories
 * ---------------------------
 * The following are the styling for "Category" items
 * generated from the Sections area
 */

.category {
	/* this is to set the category Titles ( found on a SECTION's page
	   where the Category lists are) styles */
	color: #666666; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	text-decoration: none;
	display:block;
	}

a.category:link, a.category:visited {
	/* same as above, but to set the link format */
	color: #3D4E6D; font-weight: bold;
	}

a.category:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #3D4E6D;
	}




/**
 * Mambo Blog styling
 * ------------------
 * Not too sure where this is used yet. I tried the blog section
 * but it doesn't seem to use it. If you have info on this,
 * email me. I'll update this part.
 */
 
a.blogsection:link, a.blogsection:visited {
	color: #44757D; 
	text-decoration: none; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	}

a.blogsection:hover {
	color: #759328;	
	text-decoration: underline;
	font-size: 10px;
	}




/**
 * Mambo Components Styles
 * -----------------------
 * These stylings are to format the way components title
 * is displayed
 */


.componentheading {
	/* This is used for formatting the component's title
	   when it is displayed on its own page on the frontend */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px !important;
 	color: #669933;
	text-align:left;
	display:block;
	margin:10px 0 10px 0;
	padding:5px 0 5px 0;
	}
.componentheadingBlog {
	/* This is used for formatting the component's title
	   when it is displayed on its own page on the frontend */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px !important;
	color: #669933;
	text-align:left;
	line-height: 40px;
	}

/**
 * Mambo Modules formatting
 * ------------------------
 * These stylings are to format the way modules are
 * displayed. It mainly deals with the format of its
 * table. I think this doesn't need too much explaining
 */

table.moduletable {
	/* styling the module table */
	margin: 0px 0px 0px 0px;
	width: 95%;
	}

table.moduletable th {
	/* styling the module header, and the module titles */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #669933;
	text-align: left;
	height: 25px;
	line-height: 20px;
	vertical-align: bottom;
	}

table.moduletable td {
	/* well.. for formatting the table cells of the module table */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}
	


/**
 * Mambo's Built-in Component's Syling
 * -----------------------------------
 * These stylings are used for Mambo's built-in components
 * such as newsfeeds, weblinks, contact, search and polls.
 * A commented subtitle will guide you which is for which
 */
 
 
 /*  Polls  */
 
.poll {
	/* polls texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #343A58;
	line-height: 14px
	}

.pollstableborder {
	/* set the border properties of the polls voting table */
	border: 1px solid #465675;
}



/*  Weblinks */

a.weblinks:link, a.weblinks:visited {
	/* well.. to format the link's titles under the "Weblinks" 
	   section on the frontend */
	color: #405115; text-decoration: none; font-weight: normal;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	}

a.weblinks:hover {
	/* same as above, but for link with mouseover */
	color: #000099;	text-decoration: underline;
	}
	


/*  Newsfeeds */

.newsfeedheading {
	/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #343A58;
   }

.newsfeeddate {
	/* yeah.. the date on the newsfeed */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	font-weight: normal;
	}

.fase4rdf {
	/* this is the body text of the newsfeed */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	color: #343A58; 
	font-weight: normal;
	}

a.fase4rdf:link {
	/* links of the body text of the newsfeed */
	font-size: 11px; 
	font-weight: bold; 
	color: #356C82;
	}

a.fase4rdf:hover {
	/* links of the body text of the newsfeed when mouse points over it*/
	font-size: 11px;
	font-weight: bold; color: #759328;
	}


/* Search page */


table.searchintro {
	/* This is for formatting the box with "Search Keyword: test returned 4 matches" box
	   that appears after you have entered a search value. It appears on the mainbody
	   with the search results  */
  	background-color: #FFFFFF;
	border: 1px solid #8D9ABC;
	}


/*  Contact's table settings  */

table.contact {
	/* for formatting the entire "Contact" table which includes
	   the name, address icons and form. Note this table DOES NOT 
	   enclose the dropdown list for selecting the Department/person
	   to contact */
	background-color: #FFFFFF;
	}

table.contact td.icons {
	/* the name gave it away. This formats the <td> cells
	   where the little icons sits next to the details (those addresses,
	   phone number etc) */
	background-color: #CCCCCC;
	}

table.contact td.details {
	/* this is for formatting the <td> cells where all the details sits.
	   The details where addresses, phone number and additional info are */
	background-color: #F3F3F3;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
	/* ESTILOS PARA LOS DIV  */
.tabla_contenedor {
	font-weight: normal;
	background-image: url(../images/FONDO_GENERAL.gif);
}
.entradillas {
	font-size: 12px;
	background-color: #e9e9e9;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
}
.entradillas_verde {
	font-size: 12px;
	background-color: #CBE4B1;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
}
.tituloBlanco {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.textoComplementos {
	font-size: 12px;
	font-weight: normal;
	background-image: url(../../../images/ICO_DESTACADOS.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	line-height: 30px;
}	
.textoComplementos :hover {
	font-size: 12px;
	color: #006600;
	text-decoration: underline;
}	
#Cabecero {
	width: 767px;
	height: 64px;
	margin-left: 4px;
	background-image: url(../images/FONDO_CABECERO.jpg);
}
#BotoneraSuperior {
	background-image: url(../../../images/BOTONERA_SUPERIOR.jpg);
	height: 29px;
	margin-left: 4px;
	background-position: 0 0;
	padding-left: 65px;
	margin-right: 4px;
	padding-top: 1px;
}
#MigasGeneral {
	width: 760px;
	height: 21px;
	margin-left: 2px;
	background-repeat: no-repeat;
	padding-left: 5px;
	background-image: url(../../../images/FONDO_RUTAS.gif);
}
#MigasRuta {
	width: 600px;
	float: left;
	padding-top: 3px;
}
#MigasAtras {
	width: 125px;
	float: left;
	background-image: url(../../Copia de IMBA_general/images/FONDO_ICO_ATRAS.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-top: 3px;
	height: 17px;
}
#ContenedorContenidos {
	width: 767px;
	margin-left: 2px;
	height: 100%;
	min-height: 1000px;
}
#ColumnaDerecha {
	width: 146px;
	background-image: url(../../Copia de IMBA_general/css/images/FONDO_LINEA_IZQUIERDA.jpg);
	background-repeat: repeat-y;
	height: 100px;
	margin-left: 3px;
	float: left;
	margin-top: 5px;
}
#Pie2 {
	width: 765px;
	background-image: url(../../Copia de IMBA_general/images/FONDO_PIE.jpg);
	height: 49px;
	margin-left: 2px;
	background-repeat: no-repeat;
}
#MarcoGeneral {
	width: 775px;
	top: 0px;
	text-align:left;
	margin:auto;
	margin-top: 0px;
	position: relative;
	overflow: visible;
	overflow: visible !important;
	background-image: url(../images/FONDO_GENERAL.gif);
}
#boton_contacta {
	height: 25px;
	width: 83px;
	position: absolute;
	top: 0px;
	left: 524px;
}
#boton_imbaenelmundo {
	height: 25px;
	width: 128px;
	position: absolute;
	top: 0px;
	left: 612px;
}
#boton_unete {
	height: 38px;
	width: 98px;
	position: absolute;
	left: 660px;
	top: 25px;
}
#formularioAlta {
	background-color: #669933;
	height: 40px;
}
.formularioAlta {
	height: 40px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
.formularioSubtitulo {
	height: 20px;	
	float: left;
	margin-top: 1px;
	margin-bottom: 10px;
}
.radioSocios {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666600;
	font-weight: bold;
}
.radioCamisetas {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.transquienessomos {
	position: absolute;
	left: 100px;
	}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px!important;
	color: #FF0000;
	line-height: 80px;
	font-weight: bold;
	padding-left: 30px;
}
.documentoPDF {
	font-size: 12px;
	padding-left: 80px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 52px;
	background-image: url(../../../images/FONDO_PDF.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	margin-right: 10px;
}
.documentoWORD {
	font-size: 12px;
	padding-left: 80px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 52px;
	background-image: url(../../../images/FONDO_WORD.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	margin-right: 10px;
}
.fuente11 {
	font-size: 11px!important;
	color: #333333;	
}

.mosimage_caption {
	font-size: 11px!important;
	color: #666600;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* ---- CLASES ESPECIFICAS IMBA TIENDA ---- */
#Cabecero{
	background:url(../../../images/tienda/fondos/fondo_cabecero.jpg) repeat-x top;
	height:109px;
	width:100%;
	margin: 0;
}
#Cabecero img{
border:0;
float:left;
}
#Cabecero h1{
display:none;
}
#Cesta{
width:266px;
height:63px;
float:right;
margin:0 2% 0 0;
background:url(../../../images/tienda/fondos/fondo_cesta.jpg) no-repeat top;
padding: 22px 5px 5px 5px;
}
#Cesta br{
	display:block;
	margin:0;
	padding:0;
}
#Contenido{
	width:100%;
	background:url(../../../images/tienda/fondos/fondo_contenido.jpg) repeat-x top;
	min-height:300px;
}
#Navegacion{
	float:left;
	width:210px;
	min-height:300px;
	padding-left:10px;
	padding-bottom: 50px;
	padding-top: 10px;
	border-right: dotted #999999 1px;
}
#ColumnaCont, #ColumnaContPort{
float:left;
width:76%;
min-height:300px;
padding: 10px 0 0 10px;
}
#ColumnaContPort{
padding: 0 0 0 10px;
}
p.migas{
width:95%;
font-size:11px;
margin:0 0 1em 0;
}
#pie{
	width:100%;
	height:30px;
	border-top: #999999 solid 1px;
	margin:2em 0 0 0;
	float: left;
}
#pie ul{
display:block;
margin:0;
}
#pie ul li{
	margin:0.5em 1em 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
	float:left;
	list-style:none;
	background:url(../../../images/tienda/icos/ico_verde1.gif) no-repeat left;
	padding-left:8px;
}
/* --- MENU 00 --- */
table.moduletableTienda00 {
	margin: 10px 0px 0px 0px;
	width: 95%;
	}

table.moduletableTienda00 th {
	display:block;
	height:56px;
	width:209px;
	background:url(../../../images/tienda/fondos/00_ADMIN.gif) no-repeat top;
	text-indent:-999999px;
	margin-bottom:0.5em;
	}

table.moduletableTienda00 td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}
.mainlevelTienda00 {
    background:url(../../../images/tienda/icos/ico_grana.gif) no-repeat left;
    display:block;
    padding: 0 0 0 0.8em;
    margin: 0 0 0.5em 1em;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* --- MENU 01 --- */
table.moduletableTienda01 {
	margin: 0px 0px 0px 0px;
	width: 95%;
	}

table.moduletableTienda01 th {
	display:block;
	height:56px;
	width:209px;
	background:url(../../../images/tienda/fondos/01_LATIENDA.gif) no-repeat top;
	text-indent:-999999px;
	margin-bottom:0.5em;
	}

table.moduletableTienda01 td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}
.mainlevelTienda01 {
    background:url(../../../images/tienda/icos/ico_verde1.gif) no-repeat left;
    display:block;
    padding: 0 0 0 0.8em;
    margin: 0 0 0.5em 1em;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* --- MENU 02 --- */
table.moduletableTienda02 {
	margin: 0px 0px 0px 0px;
	width: 95%;
	}

table.moduletableTienda02 th {
	display:block;
	height:56px;
	width:209px;
	background:url(../../../images/tienda/fondos/02_PRODUCTOS.gif) no-repeat top;
	text-indent:-999999px;
	margin-bottom:0.5em;
	}

table.moduletableTienda02 td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}
.mainlevelTienda02 {
    background:url(../../../images/tienda/icos/ico_marron.gif) no-repeat left;
    display:block;
    padding: 0 0 0 0.8em;
    margin: 0 0 0.5em 1em;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* --- MENU 03 --- */
table.moduletableTienda03 {
	margin: 0px 0px 0px 0px;
	width: 95%;
	}

table.moduletableTienda03 th {
	display:block;
	height:56px;
	width:209px;
	background:url(../../../images/tienda/fondos/03_COMPRAR.gif) no-repeat top;
	text-indent:-999999px;
	margin-bottom:0.5em;
	}

table.moduletableTienda03 td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}
.mainlevelTienda03 {
    background:url(../../../images/tienda/icos/ico_verde1.gif) no-repeat left;
    display:block;
    padding: 0 0 0 0.8em;
    margin: 0 0 0.5em 1em;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* --- CARRITO --- */
table.moduletableCesta {
	margin:0;
	padding:0;
	width:90%;
	}
table.moduletableCesta br{
	margin:0;
	padding:0;
	display:block;
	}

table.moduletableCesta th {
    margin:0;
	padding:0;
	display:block;
	}

table.moduletableCesta td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
	margin: 0 0 0 1em;
	padding: 0.2em 0 0 1em;
	}
.mainlevelCesta {
    display:block;
    padding: 0 0 0 1em;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background:url(../../../images/tienda/icos/ico_cesta.gif) no-repeat left;
	width:90%;
}


/* --- Portada Tienda --- */
.Destacado{
	display:block;
	border:0;
	width:71%;
	float:left;
	padding-top: 6px;
}
.AccesoPortada{
    background:url(../../../images/tienda/fondos/fondo_acceso_portada.jpg) no-repeat top center;
	width:200px;
	float:left;
	height:186px;
	color:#FFFFFF;
	padding: 35px 5px 0 15px;
	font-size:11px;
	line-height:14px;
}
.AccesoPortada a{
	text-decoration:underline;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
}
.AccesoPortada p{
	margin:0.5em 0 0 0; 
}
.AccesoPortada input{
	border: #FF6600 1px solid;
	padding:0.2em;
	font-family: "Courier New", Courier, monospace;
	color: #666600;
}
.AccesoPortada input.button{
	color:#FFFFFF;
	border:#669900 solid 1px;
	border-bottom: #666600 solid 1px;
	border-right: #666600 solid 1px;
}
input#mod_login_username, input#mod_login_password{
	width:95%;
}
.Novedades{
	width:70%;
	float:left;
	min-height:300px;
	background:url(../../../images/tienda/icos/ico_h2_novedades.gif) no-repeat top left;
}
.Novedades h2{
	display:block;
	font-size:26px;
	color:#527B28;
	margin:0 0 0 65px;
	padding:30px 0 5px 0;
	border-bottom:#CCCCCC solid 1px;
	width:86%;
}
.Novedades span{
	display:block;
	font-size:14px;
	color:#527B28;
	font-weight: bold;
}
a.Novedades img{
	background:none;
	padding:0;
	width: 70%;
	height:70%;
}
.Novedades a{
	font-weight: bold;
	padding-left:10px;
}
.Laterales{
	width:190px;
	min-height:300px;
	float:left;
}
.MediosPago, .MediosEnvio{
	width:220px;
	min-height:100px;
	float:left;
	background:url(../../../images/tienda/icos/ico_h2_metodospago.gif) top left no-repeat;
	margin-left:5px;
}
.MediosEnvio{
	background:url(../../../images/tienda/icos/ico_h2_envios.gif) top left no-repeat;
	margin-top:20px;
}
.MediosPago h2, .MediosEnvio h2{
	font-weight:bold;
	font-size:16px;
	border-bottom:#CCCCCC solid 1px;
	color:#527B28;
	padding:22px 0 5px 0;
	margin:0 0 0 45px;
}
.MediosPago img, .MediosEnvio img{
	border:0;
	margin:0;
}
.MediosPago ul, .MediosEnvio ul{
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
}
.MediosPago ul li, .MediosEnvio ul li{
	display:block;
	width:193px;
	margin-top:10px;
}
.MediosPago ul li a, .MediosEnvio ul li a{
	display:block;
	margin-top:5px;
	font-family: "Trebuchet MS";
	font-size:12px;
	background:url(../../../images/tienda/icos/ico_verde1.gif) no-repeat left;
	padding-left: 8px;
}
/* --- Login Portada --- */
p.LogPortada{
	display:block;
	margin:0.5em 0 0 0;
	padding:0;
}
form#login label{
color:#666666;
font-size:10px;
color: #666600;
}
form#login input.button{
border-top: #666600 solid 1px;
border-left: #666600 solid 1px;
border-right:  #003C00 solid 1px;
border-bottom: #003C00 solid 1px;
background: #669900;
color: #FFFFFF;
width: 50%;
display:block;
height:20px;
padding:0;

}
/* Título de los productos */
.htmtableborders h1{
  color:#669900;
  background:url(../../../images/tienda/icos/ico_h2_general.gif) no-repeat left;
  height:32px;
  display:block;
  padding:16px 0 0 52px;
}
.htmtableborders a{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	background:url(../../../images/tienda/icos/ico_verde1.gif) no-repeat left;
	padding-left:10px;
}
.htmtableborders span{
	font-family: Arial, Helvetica, sans-serif; 
	
}

/* --- Estilos fichas de producto --- */
.ContenedorFicha {
	width: 100%;
	display:block;
	margin-top:1em;
}
.ImagProductos, .ImagProductosList {
	display:block;
	margin:1.5em 0 0 0;
	float:left;
	width:30%;
	text-align:center;
}
.ImagProductos img, .ImagProductosList img {
	border: #e4e4e4 solid 1px;
	padding:0.2em;
}

.ImagProductosList {
	width:20%;
	margin-left:1%;
}
.TextosProductos, .TextosProductosList {
	float:right;
	width: 67%;
}
.TextosProductosList {
	width: 74%;
}

h2.Productos, h4.ProductosLista {
 	color:#666600;
 	margin:0 0 1em 0;
 	font-size:22px;
}
h4.ProductosLista a{
 	color:#666600;
 	margin:0 0 0.5em 0;
 	font-size:18px;
	display:block;
}
p.MasInformacion {
	font-weight:bold;
	background:url(../../../images/tienda/icos/ico_verde1.gif) no-repeat left;
	padding-left: 0.8em;
}
p.Precio {
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	display:block;
	margin:0.5em 0 0.5em 0;
}
p.Fabricante {
	font-size:11px;
	color:#666666;
}
div.Descripcion {
	border:#CCCCCC solid 1px;
	padding:0.5em 1em 1em 1em;
	background:url(../../../images/tienda/fondos/FONDO_FICHASPRODUCTO.gif) no-repeat right bottom;
}

/* --- Estilos proceso de compra --- */
.TablaClara {
	background:#e4e4e4
}
/* --- Formulario prinicipal --- */
.ContenedorForm {
	width:100%;
}
.NoVisible {
	display:none;
}
div.IzquierdaForm {
	width:65%;
	float:left;
	}
div.IzquierdaForm fieldset, div.DerechaForm fieldset, .Fieldset1{
	padding:22px 22px 22px 22px;
	/*background: url(../../../images/tienda/fondos/fondo_manchas.gif) repeat-x left bottom;*/
	border: #CCCCCC solid 1px;
	margin:0;
	}
div.IzquierdaForm .button, div.DerechaForm .button, .button{
	background:#669900;
	border:#666600 solid 1px;
	border-right: #424200 solid 1px;
	border-bottom: #424200 solid 1px;
	padding-bottom:0.3em;
	}
div.IzquierdaForm legend, div.DerechaForm legend, .Legend1{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	margin:0;
	padding:0;
	}
div.IzquierdaForm fieldset .inputbox, div.DerechaForm fieldset .inputbox{
	width:90%;
	border: #666666 solid 1px;
	padding:2px;
	font-family:"Courier New", Courier, monospace;
	color: #333300;
	}
div.DerechaForm {
	width: 30%;
	float:right;
}
div.DerechaForm label{
	font-weight:bold;
}
div.Aviso1, div.Aviso3 {
	border:#CCCCCC solid 1px;
	padding:0.5em 0.5em 0.5em 3em;
	font-size:11px;
	background:url(../../../images/tienda/icos/ico_aviso.gif) no-repeat left;
}
div.Aviso1 strong, div.Aviso3 strong{
	color:#FF6600;
}
div.Aviso3 {
}
div.Aviso2 {
	border:#CCCCCC solid 1px;
	padding:0.5em 0.5em 0.5em 3em;
	font-size:11px;
	background: url(../../../images/tienda/icos/ico_aviso2.gif) no-repeat left;
}
div.Aviso2 strong{
	color:#0066FF;
}
h4.YaCliente {
	color:#0066FF;
	font-size:16px;
	display:block;
	margin:0 0 0.3em 0;
}
h4.NoCliente, h4.Naranja {
	color: #FF6600;
	font-size:16px;
	display:block;
	margin:0 0 0.3em 0;
}
.Comentarios {
	font-weight:bold;
	color: #669900;
	display:block;
	margin:0 0 0.1em 0;
	padding:0;
	font-size:14px;
}
.BordeGris {
	border: #CCCCCC solid 1px;
	padding:0.5em;
	margin: 0.5em 0 0.5em 0;
}
input#first_name_field {
}

/* --- Destacados de Portada --- */
table.moduletableDestaca {
	margin: 0.5em 0px 0px 0px;
	width: 97%;
	}

table.moduletableDestaca th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	text-align: left;
	height: 25px;
	vertical-align: bottom;
	}

table.moduletableDestaca td span{
	color: #FF6600;
	}
table.moduletableDestaca img{
	border: #e4e4e4 solid 1px;
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	padding:0.2em;
	}
	
/* --- Corrección de flechas de flujo de compra --- */
div#Contenido div#ColumnaCont span.componentheading {
	width:50%;
	float:left;
}
/* --- Campos de selección de atributos de los listados de productos --- */
#addtocart{
	background:#e4e4e4;
	border:#CCCCCC solid 1px;
	padding:0.5em;
	margin-top:10x;
}
#addtocart div{
	/*background: #FF0000;*/
}
#addtocart label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#addtocart select#Talla_field{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	padding:1px;
}

/* --- Listado de productos --- */
#product_list .ContenedorFicha{
	border:#CCCCCC solid 1px;
	margin:1em;
	padding:0.5em;
	height:200px;
}
