/*----------------------------------------------------------*/
/*PAGINA DE ESTILOS ISLAWIN® ESHOPPING. ISLA SOFT S.L. 2005 */
/*TEMA: ESPACIAL estandar                                       */
/*FECHA: 01/09/2005                                         */
/*AUTOR: ISLA SOFT. S.L.                                    */
/*NOTAS: VA ACOMPAÑADO DEL ARCHIV DEFAULT.SKIN              */
/*----------------------------------------------------------*/

/*CONTENIDOS------------------------------------------------*/
/*1.-BODY*/
/*2.-CABECERA MASTER PAGE                                   */
    /*2.1 DIVISIONES GENERALES                              */
    /*2.2 DIVISIONES DE CONTROLES (TOOLBAR, SITEMAP, ETC)   */  
/*3.-PAGINA DE CONTENIDOS                                   */
    /*3.1 DIVISIONES GENERALES                              */
    /*3.2 ESTILOS DE LETRA MENU IZQUIERDO                   */  
    /*3.2 ESTILOS DE LETRA MENU DERECHO                     */
/*----------------------------------------------------------*/

	/*background-image: url(Images/bg.gif);
	background-repeat: repeat;*/

body
{
	margin: 0;
	color: White;
	font-size: 10pt;
	font-family: Verdana;
	min-width: 600px;
	text-align: center;	
}

a
{
	font-size: 11px;
	font-weight: normal;
	color: #ff9966;
}

.Normal
{
	font-size: 11px;
	font-weight: normal;
	color: #696969;
}
.NormalNegrita
{
	font-size: 11px;
	font-weight: bold;
	color: #696969;
}
.Pequena
{
    font-size: x-small;
    font-weight: normal;
    color: #696969;
	 
}
.PequenaNegrita
{
    font-size: x-small;
    font-weight: bold;
    color: #696969;
}


.Titulo1
{
    font-size: large;
    font-weight: normal;
    color: #696969;
}

.Titulo2
{
    font-size: medium;
    font-weight: normal;
    color: #696969;
}

.Titulo2Negrita
{
    font-size: medium;
    font-weight: bold;
    color: #696969;
}

.Titulo3
{
	font-size: small;
	font-weight: normal;
	color: #e28900;
}
.Titulo3Negrita
{
	font-size: small;
	font-weight: bold;
	color: #e28900;
}

.Titulo4
{
    font-size: 12px;
    font-weight: normal;
    color: #e28900;
}
.Titulo4Negrita
{
	font-size: 12px;
	font-weight: bold;
	color:  #e28900;
}

.Titulo4SinColor
{
    font-size: 8pt;
    font-weight: normal;
    color: Gray;
}
.Titulo4NegritaSinColor
{
	font-size: 8pt;
	font-weight: bolder;
	color: Gray;
	font-family: Tahoma;
	letter-spacing: 1px;
}
.Pestana
{
	font-size: small;
	font-weight: bold;
	color: white;
	background-color: gray;
	margin-right: 5px;
	padding-left:5px;
}

/*
A:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #339966;
}
*/
.Link
{
    font-size: 11px;
    font-weight: normal;    
}

A.Link:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #ff9966;
}

/*--------------------------------------------------------------------------------*/
/* ------------- ESTILOS QUE DEFINEN LA MASTER PAGE (CABECERA Y FOOTER)-----------*/
/*--------------------------------------------------------------------------------*/
/* La página está divida en tres columnas, dos laterales fijos y el central adaptable*/
.CABECERA
{
			min-width: 700px;
			margin-left: 0px;
			margin-right: 0px;
			padding: 0px 0px 0px 0px;			
		   background-image: url(Images/HEAD_BGND_REPEAT_X.jpg);
			background-repeat: repeat-x;
}

.IHEAD /*COLUMNA IZQUIERDA*/
{
	position: absolute;
	margin: 0px;
	left:0px;
	top:0px;
	width:183;
	height: 100px;
   /*background-image: url(Images/HEAD_IZQUIERDO.jpg);*/
   background-repeat: no-repeat;
   z-index:80;
}

.CHEAD /*COLUMNA IZQUIERDA*/
{
	
padding-right: 20px;
text-align: right;
margin-left: 150px;
margin-right:150px;
voice-family: "\"}\"";
voice-family: inherit;
height: 100px;
width: auto;
/*background-image: url(Images/HEAD_CENTRAL.jpg); /*FONDO QUE SE REPITE HORIZONTALMENTE*/
background-position: left;
background-repeat: no-repeat;
}


.RHEAD
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 800px;
	background: url(Images/HEAD_DERECHO.jpg) #fff no-repeat right 0%;
	height: 100px;
	border-right: 1px solid dimgray;
}

.HEADLOGOTIPO
{
	
margin-top: 0px;
margin-left:2px;
text-align: left;
/*background-image: url(Images/Logotipo.jpg);*/
background-repeat: no-repeat;

}

.HEADUSERNAME
{
	width: 150px;
	color: black;
	font-size: x-small;
	font-family: verdana;
	text-decoration: none; /*background-image: url(Images/MENUIZQ_TOP.jpg);
    background-repeat: no-repeat;*/
	height: 25px;
	padding-top: 0px;
	
}

.HEADHORIZONTAL1
{
	width: 100%;
	height: 18PX;
	background-image: url(Images/HEAD_HORIZONTAL1.jpg);
	background-repeat: no-repeat;
	background-color: white;
	text-align: right;
	
}	
.HEADHORIZONTAL2
{
	width: 100%;
	height: 20PX;
	background-image: url(Images/HEAD_HORIZONTAL2.jpg);
	background-repeat: repeat-x;
	background-color: white;
}	
.HEADTOOLBAR
{
	position: relative;
	top: 0px;
	width: auto;
	text-align: right;
	margin-right: 15px;
	padding-right: 1px;
	padding-left: 1px;
	height:18px;
}
.HEADITEMTOOLBAR
{
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	width: 76px;
	text-align: center;
	padding-top: 1px;
	height:18px;
}
.HEADITEMTOOLBARHOVER
{
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	width: 76px;
	height:17px;
	text-align: center;
	background-color: #b0c4de;
	
}
.HEADITEMTOOLBARSELECTED
{
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	width: 76px;
	text-align: center;
	background-color: transparent;
	background-image: url(Images/Selected.png);
	
}
.HEADSITEMAP
{
	position: absolute;
	top: 118px;
	left: 13px;
	
}
.HEADFECHA
{
	position: absolute;
	top: 3px;
	right: 3px;
	FONT-SIZE: x-small;
	font-weight:bold; 
	COLOR:#3D3C40;
	FONT-FAMILY: verdana;
	border:solid 1px #FFB54D;
	padding:3px;
	}
.BANNER
{
	position: relative;	
	width:100px;
	height:100px;
	left: 100px;
	background-color:Aqua;	
	width:auto;		
}

.HEADTABLAC /* LA TABLA QUE CONTIENE LA IMAGEN CENTRAL */
{
    border: "0";
    width: 100%;
    height: 74px;
    background-image: url(Images/HEAD_CENTRAL.jpg);
    border-right: 0px solid;
    border-top: 0px solid;
    border-left: 0px solid;
    border-bottom: 0px solid;
    background-repeat: no-repeat;
}

.HEADLOGIN
{
	text-align: right;
	height: 18px;
	font-size: x-small;
	color: black;	
}
.ICONLOGIN
{

}
.ICONUSER
{

}



/* --------------------- FIN ESTILOS QUE DEFINEN LA MASTER PAGE (CABECERA)--------*/
/*--------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------*/
/* ------------------------- DIVISION DE LA PAGINA DE CONTENIDOS -----------------*/
/*--------------------------------------------------------------------------------*/
.CONTENEDOR
{
		margin-left: 0px;
		margin-right: 0px;
		padding: 0px;
		vertical-align: top;				
		height: 600px;
}
.ICOL
{
	position: absolute;
	left: 0px;
	top: 138px;
	width: 140px;
	height: 100%;
	background-color: White;
}


.CCOL
{
	min-height: 500px;
	margin-left: 141px;
	margin-right: 142px;
	text-align: left;
	background-color: White;
	height: 100%;
	border-left: whitesmoke 1px solid;
	border-right: whitesmoke 1px solid;
	padding-right: 4px;
	padding-left: 4px;
}

A.CCOL:hover
{
	color: #ff9966;
}	
.RCOL /*COLUMNA DERECHA*/
{  
position: absolute;
right:1px;
top:138px;
width:140px;
HEIGHT: 300px;
background-color: White;
padding-left:1px;
}

/*--------------------------------------------------------------------------------*/
/* ------------------------FIN DIVISION DE LA PAGINA DEONTENIDOS -----------------*/
/*--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------*/
/* ------------------------ESTILOS FUENTES MENU IZQUIERDO------- -----------------*/
/*--------------------------------------------------------------------------------*/
.ICOL_CUADRO
{
	border-right: #DCDCDC 1px solid;
	border-top: #DCDCDC 1px solid;
	border-left: #DCDCDC 1px solid;
	border-bottom: #DCDCDC 1px solid;
	background-color: #f5f5f5;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 135px;
}


.ICOL_H1
{
	font-size: 11px;
	color: #696969;
	float: left;
	margin-top: 10px;
	margin-left: 2px;
	font-weight: bold;
	text-align: left;
	letter-spacing: -0.3pt;
	font-family: Tahoma;
}


.ICOL_NORMAL
{
	word-spacing:2px;	
	font-size: 11px;
	color: gray;
	float: left;
	text-align:left;
	margin-left: 2px;
	font-family: Tahoma;
	letter-spacing: -0.2pt;
}

.ICOL_NORMAL_BULLETS
{
	font-size: x-small;
	color: gray;
	float: left;
	text-align: left;
	margin-left: 2px;
	list-style-position: outside;
	list-style-image: url(Images/Bullets.png);
}

A.MENU_VERTICAL_LINKS:hover
{
    background-color: #e6e6fa;
}


.HEADLOGIN_LINKS
{
    color: white;
    display: block;
    padding: 2px 0px 2px 6px;
    font-size: x-small;    
    text-decoration: none;
}

A.HEADLOGIN_LINKS:hover
{  
    color: orange;    
}


/* ------------------------FIN ESTILOS FUENTES MENU IZQUIERDO---------------------*/
/*--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------*/
/* ------------------------ESTILOS FUENTES MENU DERECHO---------------------------*/
/*--------------------------------------------------------------------------------*/


.RCOL_H1 
{
    font-size: medium;
    color: blue;
    float: left;
    margin-top: 10px;
    margin-left: 2px;

}

.RCOL_NORMAL
{
	font-size: x-small;
	color: gray;
	float: left;
	text-align: left;
	margin-left: 2px;
}


/* ------------------------FIN ESTILOS FUENTES MENU DERECHO-----------------------*/
/*--------------------------------------------------------------------------------*/





 
 
 
 
/* ------------------- MASTER PAGE - FOOTER(3 CONTENEDORES) -------------------*/

/* La página está divida en tres columnas, dos laterales fijos y el central adaptable.
   1.- IFOOT (COLUMNA IZQUIERDA)
   2.- CFOOT (COLUMNA CENTRAL)
   3.- RFOOT (COLUMNA DERECHA) 
*/
.CONTENEDORFOOTER
{
	/*	background-image: url(Images/FOOT_BGND_REPEAT_X.jpg);*/

	margin-left: 0px;
	margin-right: 0px;
	vertical-align: top;	
	background-color:Aqua;
}
.IFOOTER
{
	left: 0px;
	position: absolute;
	width: 150px;	
	height: 59px;
	text-align: left;
	background-position: right top;
	background-image: url(Images/FOOT_IZQUIERDO.jpg);
	background-repeat: no-repeat;
}

.CFOOTER
{
	height: 59px;
	background-image: url(Images/FOOT_BGND_REPEAT_X.jpg);
	text-align: center;
	margin-left: 150px;
	margin-right: 150px;
	background-repeat: repeat-x;
	background-position: 50% top;
	
}
.FOOTERTABLAC
{
	width: 100%;
	height: 59px;
	z-index: 10;
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: center;
}

.RFOOTER /*COLUMNA DERECHA*/
{
position: absolute;
right:0px;
height: 59px;
width:150px;
background-image  : url(Images/FOOT_DERECHO.jpg);
background-repeat: no-repeat;
background-position: left top;


}

.CARROCOMPRA
{
    left: 18px;
    top:6px;
    width: 130px;
    position: absolute;     
    z-index: 15;
    font-weight: bold;
    font-size: xx-small;
    color: white;
    font-family: verdana; 
}

.USERICON
{
    background-image: url(Images/ICON_LOGIN.gif);
    background-repeat: no-repeat;    
}

/* ------------------- FIN DE LA MASTER PAGE -------------------*/

/* 1 CABECERA****************************************************************************************/

.headerbg 
{
    /*clase creada para la extension sobrante de los 800+ 600 (igual que footer)*/
    width:auto;
    height:74px;          
}

.conectar
{
	color: #414141;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	font-size: x-small;	
}

.menu
{
    position: relative;
    float: right;
    top: 15px;
    left: -5px;
    text-transform: uppercase;
    clear: left;
}

.sitemappath
{
    position: relative;
    float: right;
    left: 600px;
    top: 58px;
    clear: left;
    color: #ff8c00;
    font-family: Verdana;
    font-size: 7pt;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    direction: ltr;
    text-align: justify;
}

.MENU_VERTICAL_LINKS
{
	color: #6495ed;
	display: block;
	padding: 2px 0px 2px 6px;
	font-size: x-small;
	text-align: left;
	text-decoration: none;
}


.COMBOBOX
{
 font-size: x-small;
 height: 22px;
 border: silver 1px solid; 
 vertical-align: middle; 
 font-family: tahoma;
 text-align: center;
 Width:200px;
}
.CATALOGOTOOLBAR
{
	width:100%;
	text-align: left; /*border-right: #d3d3d3 1px solid;*/ /*border-top: #d3d3d3 1px solid;*/ /*border-left: #d3d3d3 1px solid;*/ /*border-bottom: #d3d3d3 1px solid;*/ /*background-image: url(Images/CatToolBar-repeat.gif);*/
	background-color: #f5f5f5;
	font-size: xx-small;
	font-weight: bold;
	color: Gray;
	margin-top:3px;
	border: gainsboro 1px solid;	
	}
.copyright
{
	 margin-top: 20px;
    font-size: x-small;
    color: graytext;
    font-family: verdana;
}

.TextboxBuscar
{	
	width: 150px;
    height: 17px;    
    border: SteelBlue 1px solid;   
    font-size: small;
    padding:2px;
    color: black;
}

.Textbox
{
    width: 150px;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    font-weight: bold;
    font-size: x-small;
    color: black;
}
.btnBuscar
{
    height: 10px;
    font-weight: bold;
    font-size: x-small;
}
.btnEstandar
{
	height: 20px;
	width: 80px;
	font-weight: bold;
	font-size: xx-small;
	border-right: cornflowerblue 1px solid;
	border-top: cornflowerblue 1px solid;
	border-left: cornflowerblue 1px solid;
	border-bottom: cornflowerblue 1px solid;
	background-color: #F7F7F7;
}
.btnGrande
{
    height: 20px;
    width: 125px;
    font-weight: bold;
    font-size:x-small;
}

.btnPeque
{
    height: 20px;
    width: 70px;
    color: cornflowerblue;
    font-weight: bold;
    font-size: small;
    background-color:White;
    border-style:solid;
    border-width:1px;
    border-color: Silver;
    
    
}


/* PAGINA CATALOGO ********************************************************************/

.Disponible
{
}
.CabeceraGrid
{
	background-color: #dcdcdc;
	color: #696969; /*font-weight: bold;*/
	font-size: small;
}
.pagergrid
{
	background-color: transparent;
	font-size:large; 
	font-weight:bold;
	color: #990033;
	font-family: Tahoma;
	text-align:left;
}
A.pagergrid:visited
{
	color: white;
}
A.pagergrid:hover
{
	color: #ff9966;
}


.footergrid
{
	background-color: black;
	color: white;
}
.rowgrid
{
	background-color: green;
	color: white;
}

.NAVEGACION_FAMILIAS{
/*BORDER-RIGHT:  #DCDCDC 1px solid; 
BORDER-TOP: #DCDCDC 1px solid; 
BORDER-LEFT: #DCDCDC 1px solid; 
BORDER-BOTTOM: #DCDCDC 1px solid; */
BACKGROUND-COLOR: White;
margin-bottom: 5px;
width: 135px;

}
/* FIN pagina catalogo *******************************************************************/

/* FICHA PRODUCTO**************************************************************************/

.FichaProducto
{
	
}

/* Fin ficha producto****************************************************************************/


/* OFERTAS****************************************************************************************/


/* Fin pagina ofertas***************************************************************************/

/* FICHA OFERTAS********************************************************************************/
.FichaOferta
{
 border-right: maroon 7px double; 
 border-top: maroon 7px double; 
 border-left: maroon 7px double; 
 border-bottom: maroon 7px double; 
 width: 550px;
}
.FichaOfertaTitulo{
    font-size: medium;
    color: white;
    font-family: Arial;
    font-weight: bold;
    text-transform: none;
}
.FichaOfertaFondoTitulo{
    background-color: #8b0000;
    width: 550px;
    height:22px;
}
/* Fin ficha ofertas**************************************************************************/

/* PAGINA LOGIN*********************************************************************************/
.Login
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    font-weight: bold;
    font-size: x-small;
    color: gray;
    font-family: verdana;
    background-color: #f5f5f5;
    text-align: center;
}

.LoginImage
{    
    background: transparent url(Images/security.jpg); 
    background-repeat: no-repeat;   
    width: 100px;
    height: 100px;    
}
.LoginButton
{
	background-color: #f5f5f5;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	font-weight: bold;
	font-size: x-small;
	font-family: verdana;
	width: 100px;
	color: #696969;
	clear: none;
	text-align: center;
}

.LoginTitulo
{
	color: #cc6666;
	font-family: verdana;
	background-color: #f5f5f5;
	font-weight: bold;
	font-size: small;
	text-align: left;
}

.LoginTextbox
{
	width: 120px;
	height: 14px;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-weight: bold;
	font-size: x-small;
	color: black;
	background-color: #F7F7F7;
}

.LoginCrear
{
	/*visibility:true;*/
	font-weight: bold;
	font-size: x-small;
	color: #cc6666;
	font-family: verdana;
}
/* FIN pagina login*****************************************************************************/

/* PAGINA CONTACTO *****************************************************************************/
.Contacto
{      
   Width: 80%;
   padding-right: 1px; padding-left: 1px; padding-bottom: 1px; padding-top: 1px;
   color: #333333;
   border-right: silver 1px solid; border-top: silver 1px solid; border-left: silver 1px solid; border-bottom: silver 1px solid; 
   vertical-align: top;
   text-align: center;}
.ContactoHeader
{
    background-color: #8b0000;
    font-weight: bold;    
    font-size: small;
    color: white;
}
.ContactoFieldHeader /*Columna Izda:palabras contacto,dirección,.)*/
{    
    font-weight: bold;
    color: #C00000;
    text-align: left;
    width: 150px;   
    font-size: small;}
/* FIN pagina contacto**************************************************************************/

/*PAGINA DE PEDIDOS*******************/
.PEDIDOTOOLBAR
{
	position: relative;
	left: 0px;
/*	width: 100%;*/
	top: 1px;
	height: 21px;
	/*background-color: #f5f5f5;*/
	text-align: right;
	/*border-right: #d3d3d3 1px solid;*/
	/*border-top: #d3d3d3 1px solid;*/
	/*border-left: #d3d3d3 1px solid;*/
	/*border-bottom: #d3d3d3 1px solid;*/
	vertical-align: top;
	padding-top: 4px;
	padding: 4px 4px 4px 4px;
	background-image: url(Images/CatToolBar-repeat.gif);
	background-repeat: repeat-x;
	font-size: xx-small;
	font-weight: bold;
	color: White;
}




.ConfirmarBorrado
{
	top:400px;
	left:400px;
	background-color:Blue;
		
}