/* caja de login */
.login {
	width: 100%;
	background-image: url(../images/f_user.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 5px;
}

/* mensages informativos */
.msgInfo {
	display:block;
	padding: 10px;
}
.msgError {
	display:block;
	padding: 10px;
	color: #FFFFFF;
	background-color: #A01F1F;
}
.info {
	display:block;
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
	margin-top: 5px;
}

/* generalidades formularios */
select, input, textarea, select {
	border: 1px solid #CCC;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.boton {
	background-image: url(../images/form1.png);
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	color:#009538;
	cursor:pointer;
	text-align: center;
	width:125px;
	height:40px;
	background-color: transparent;
	display: block;
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 5px;




	*padding-bottom: 0px; /* IE */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

td {

}


/* Apartados (separadores) */
.titApartado {
	font-size:18px;
	border-bottom:1px solid #FFFFFF;
	color:#009538;
	margin-top:10px;
	display:block;
	margin-bottom:5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* titulo de las páginas */
.titPagina {
	font-size:24px;
	color:#009538;
	text-align:left;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009538;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.titPagina a, .titPagina a:visited {
	font-size:16px;
	color:#009538;
	padding:5px;
	text-align:left;
}

/* listado de articulos inicio (destacados) más estrecho */
.inicio{
	padding-top: 10px;
}
.inicio h1 {
	font-size: 22px;
	color: #009538;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006C28;
	padding-top: 10px;
}
.inicio .listadoarticulos {
	margin-top:5px;
	width:448px;
	float:left;
}


/* Listado de familias */
.listadofamilias { margin-top:10px; width:670px; float:left;}
.listadofamilias .familia {
	color:#009538;
	width:200px;
	padding:3px;
	float:left;
	margin:5px;
}
.listadofamilias .familia img {display:block;}
.listadofamilias .familia .titulo a {
	display:block;
	font-weight:normal;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	background:#009538;
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
    }
.listadofamilias .familia .titulo  a:hover {
    color: #cfc;
}



/* listado de articulos en general */
.listadoarticulos { margin-top:10px; width:670px; float:left;}
.listadoarticulos .articulo {
	border:1px solid #CCCCCC;
	background: white;
	color:#009538;
	width:200px;
	padding:3px;
	float:left;
	margin:5px;
	height: 90px;
}
.listadoarticulos .articulo img {display:block; float:left;}
.listadoarticulos .articulo .titulo a {
	display:block;
	font-size:10px;
	margin-top:5px;
	color:#666;
	text-decoration:none;
    }
.listadoarticulos .articulo .titulo  a:hover {
	color: #009538;
}
.listadoarticulos .articulo .precio {
	font-size:20px;
	color:red;
	text-align: right;
}

/* SUBFAMILIAS */
.subfamilias {font-size:12px; }
.subfamilias a, .subfamilias a:visited {
    color:white;
    background:#009538; 
    margin:2px;
    padding:2px; 
    text-decoration:none;
}


/* ficha completa del articulo */

.ficha {
	background:#fff;
	border:1px solid #CCCCCC;
}
td.tdizq {border-right:1px solid #ccc;}
td.tdder {}

.txt_ficha {
	font-size:11px;
	color:#666;
}

.precio_gr {
	color:red;
	font-size:11px;
	margin-top:20px;
	text-align: right;
}
.precio_gr strong {
	color:red;
	font-size:25px;
	font-weight: normal;
}

a.botComprar {
	background-image: url(images/form1.png);
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	color:#009538;
	cursor:pointer;
	text-align: center;
	width:125px;
	height:24px;
	background-color: transparent;
	display: block;
	text-decoration: none;
	font-size: 11px;
	padding-top: 9px;
	padding-left: 10px;
}


/* otros botones del sistema */
a.botLink, a.botlink  {
	background-image: url(../images/form1.png);
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	color:#009538;
	cursor:pointer;
	text-align: center;
	width:125px;
	height:24px;
	background-color: transparent;
	display: block;
	text-decoration: none;
	font-size: 11px;
	padding-top: 9px;
}

/* Apartado Mi cuenta */

.seccionesCuenta, .seccionesCuenta a, .seccionesCuenta a:visited {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #8DC53E;
	display: inline-block;
	padding: 5px;
	list-style: none;
	background-image: none;
	text-align: left;
}
.seccionesCuenta a:hover {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #006C28;
	display: inline-block;
	padding: 5px;
	list-style: none;
}
.titSeccionCuenta {}
.titSeccionCuenta a, .titSeccionCuenta a:visited {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #8DC53E;
	display: inline-block;
	padding: 5px;
	list-style: none;
	}
.titSeccionCuenta a:hover {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #006C28;
	display: inline-block;
	padding: 5px;
	list-style: none;
	}

.micuenta {
	font-size:15px;
	color: #666666;
}
.micuenta p {
	font-size:12px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.micuenta ul {
	list-style: none;
}
.micuenta ul li a, ul li a:visited {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #8DC53E;
	display: block;
	padding: 5px;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.micuenta ul li a:hover {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #006C28;
	display: block;
	padding: 5px;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


/* CESTA */

.cesta {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #F0F0F0;
}
.cesta td {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #666666;
	margin: 0px;
	height: auto;
}
.cesta th {
	font-size:12px;
	padding:2px;
	background-color: #006C28;
	text-indent: 5px;
}
td.articulo {
	width:500px;
	height: 50px;
	text-align: left;
	vertical-align: text-top;
}
td.articulo a, .articulo a:visited {
	text-decoration:underline;
	color: #666666;
	background-image: none;
	display: compact;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	height: auto;
}

/* pedido */

.fasesPedido {
	border-style: solid;
	border-color: #FFFFFF;
	font-size:10px;
	color:#999999;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: -5px;
	margin-right: -5px;
}
.titApartadoText { /*border:1px solid #009538; padding:2px; background:#FFF;*/
	font-weight:normal;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #8DC53E;
	display: inline-block;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}


.formasPago {
}



/* buscador */

.buscador {
	background: url(../../images/fons_bot1.gif) repeat-x;
	text-align:left;
	padding: 5px;
}
.buscador a {
	background-image: url(images/form_curt.png);
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	color:#009538;
	cursor:pointer;
	text-align: center;
	width:92px;
	height:23px;
	background-color: transparent;
	text-decoration: none;
	font-size: 11px;
	padding-top: 5px;
	display: block;
}
.txt_ficha h2 {
	font-size: 9px;
	text-align: center;
	font-weight: normal;
	color: #666666;
}
.blanc {
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 12px;
}
.cajaTexto {
	background-image: url(../images/canto.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.cajaTexto p {
	font-size: 12px;
	color: #FFFFFF;
}

.cajaTexto .info a {
	background-image: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	color: #8DC53E;
	text-decoration: underline;
	height: auto;
	width: auto;
	font-size: 12px;
	text-align: left;
}

