/* Body */

body {
	background-color:#FFFFFF; 
	margin:0px;
} 

/* Links */

a:link {
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
}
a:active {
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
}

/* Texto */

span.standard {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
}

/* Aplicar formato estandard a celdas */

td {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
}

span.small {
	font-family:Arial,Helvetica,sans-serif;
	font-size:7pt;
}

span.bold {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
}

span.boldsmall {
	font-family:Arial,Helvetica,sans-serif;
	font-size:7pt;
	font-weight:bold;
}

span.boldGrey {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#666666;	
}

span.color {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#336666;
}

span.bright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;	
	color:#FFFFFF;
}

span.italic {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-style:italic;
}

span.highlight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;	
	color:#CC3300;
}

/* Formatos para nombre de empresa y slogan (index) */

span.headline {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12pt;
	font-weight:bold;
}

span.slogan {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-style:italic;
}

span.sloganSmall {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-style:italic;
}

/* Celda para cabezas */

td.tdHead {
	background-color:#CCCCCC;
}

td.tdOferta {
	background-color:#FFCC00;
}

td.tdNovedad {
	background-color:#99CCCC;
}

td.tdError {
	background-color:#CC3300;
}

td.tdOk {
	background-color:#00CC00;
}

/*Celdas de ventanas con imagenes*/

td.tdOfertaImg {
	background-color:#000000;
}
td.tdNovedadImg {
	background-color:#000000;
}

td.tdNewsImg {
	background-color:#FFFFFF;
}

/* Celda obscura con imagen para tablas con fondo */

td.tdDarkImg {
	background-image:url(../../../GENERAL/1p_black.gif);
; background-color: #999999
}

/* Celdas con colores indicando columnas o filas alternando */

td.tdAlter1 {
	background-color:#99CC99;
}

td.tdAlter2 {
	background-color:#FFFFFF;
}

/* Celdas que sirven como lineas */

td.tdHighlight {
	background-color:#CC3300;
}

td.tdDarkline {
	background-color:#000000;
}

/* Celdas obscuras */

td.tdDark {
	background-color:#000000;
}

td.tdGrey {
	background-color:#CCCCCC;
}

/* Celdas para barra de enlaces */

td.tdLinkbar {
	background-color:#CCCCCC;
}

td.tdMenu {
	background-image: url(../CAT/MENU/fondomenu.gif)
}


/* Botones */

input.button {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
}

/* Campos de texto */

input.ipText {
	height:16px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
}