@charset "utf-8";
body {
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
}
.carro {
	clear: both;
}
#container {/* Este deberia ser container_centro, pero ya lo har cuando se pueda definir. Aparte de eso, le he dado una altura, podra causar problemas si ponemos ms elementos y la altura aumenta, porque el pie se quedara detras. Lo mismo eso se arreglara metiendo el pie dentro de "cuerpo" */
	margin: 0 auto;
	padding: 0px;
	width: 910px;
	height:100%;
	background-color: #ffffff;
	position: relative;
}
#contenidos {
	position: absolute;
	top: 0;
	left:0;
	margin: 0;
	background-color: #ffffff;
}
#cuerpo {
	position: relative;
	left: 0;
	top: 0px;
	margin: 0;
	padding:0;
	width: 910px;
	height:100%;
	background-color: #ffffff;
}
#cuerpo div#iframe {
	text-align: center;
}
#pie {
	width: 910px;
	height: 20px;
	background-color: #000000;
	position: relative;
}
#pie p {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	line-height: 12px;
	padding:4px 10px 0 0;
	vertical-align: center;
}
#pie p a#terminosLegales {
	position: absolute;
	left: 10px;
	color: #cccccc;
}
#pie p a#terminosLegales:hover {
	text-decoration: none;
}
img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

/*xxxxxxxxxxxxxxxxxxxxx CABECERA xxxxxxxxxxxxxxxxxxxxx*/
#cabecera {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 110px;
}
#cabecera #logo {
	height: 80px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cabecera #logo_kyocera {
	height: 80px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*xxxxxxxxxxxxxxxxxxxxx MENU xxxxxxxxxxxxxxxxxxxxx*/
#menu {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 910px;
	height: 30px;
	clear: both;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 30px;
	background-color: #000000;
	background-image: url(imagenes/boton_back_des2.jpg);
	background-repeat: repeat-x;
	background-position: 30px 0;
	display: block;
}
#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 130px;
	background-image: url(imagenes/boton_back_des2.jpg);
	background-repeat: no-repeat;
}
#menu li .current {
	background-image: url(imagenes/boton_back_act.gif);
	background-repeat: no-repeat;
}
#menu li a {
	font-weight: bold;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #66CC33;
	text-decoration: none;
	background-position: center;
	width: 130px;
	padding: 7px 0px;
	margin: 0px auto;
	text-align: center;
	vertical-align: middle;
	display: block;
}
#menu .current {
	background-image: url(imagenes/boton_back_act-castilla.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #000000;
}
#menu li.current a {
	color: #000000;
}
/*xxxxxxxxxxxxxxxxxxxxx BANNERS xxxxxxxxxxxxxxxxxxxxx*/
#banner_vertical {
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 600px;
}
#banner_vertical img {
	width: 150px;
	height:600px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#banner_vertical a {
	width: 150px;
	height:600px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#banner_horizontal {
	margin: 0px;
	padding: 0px;
	width: 750px;
	height:90px;
	position: absolute;
	top: 0;
	left: 160px;
}
#banner_horizontal img {
	width: 750px;
	height: 90px;
	margin: 0px;
	padding: 0px;
}
#banner_horizontal a {
	width: 750px;
	height: 90px;
	margin: 0px;
	padding: 0px;
}
a img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

/*xxxxxxxxxxxxxxxxxxxxx POSICION xxxxxxxxxxxxxxxxxxxxx*/
.izq {
	float: left;
	margin: 0px;
	padding: 0px;
}
.dch {
	float: right;
	margin: 0px;
	padding: 0px;
}
.posicion1a {
	position:absolute;
	top: 95px;
	left: 160px;
}
.posicion2a {
	position:absolute;
	top: 95px;
	left: 310px;
}
.posicion3a {
	position:absolute;
	top: 95px;
	left: 460px;
}
.posicion4a {
	position:absolute;
	top: 95px;
	left: 610px;
}
.posicion5a {
	position:absolute;
	top: 95px;
	left: 760px;
}
.posicion1b {
	position:absolute;
	top: 350px;
	left: 160px;
}
.posicion2b {
	position:absolute;
	top: 350px;
	left: 310px;
}
.posicion3b {
	position:absolute;
	top: 350px;
	left: 460px;
}
.posicion4b {
	position:absolute;
	top: 350px;
	left: 610px;
}
.posicion5b {
	position:absolute;
	top: 350px;
	left: 760px;
}
.posicion1c {
	position:absolute;
	top: 605px;
	left: 160px;
}
.posicion2c {
	position:absolute;
	top: 605px;
	left: 310px;
}
.posicion3c {
	position:absolute;
	top: 605px;
	left: 460px;
}
.posicion4c {
	position:absolute;
	top: 605px;
	left: 610px;
}
.posicion5c {
	position:absolute;
	top: 605px;
	left: 760px;
}

/*xxxxxxxxxxxxxxxxxxxxx ANCHO xxxxxxxxxxxxxxxxxxxxx*/
.ancho1 {
	width: 140px;
}
.ancho2 {
	width: 290px;
}
.ancho3 {
	width: 440px;
}
.ancho4 {
	width: 590px;
}
.ancho5 {
	width: 740px;
}

/*xxxxxxxxxxxxxxxxxxxxx ALTO xxxxxxxxxxxxxxxxxxxxx*/
.alto1 {
	height: 245px;
}
.alto2 {
	height: 500px;
}
.alto3 {
	height: 750px;
}

/*xxxxxxxxxxxxxxxxxxxxx CLASE IMAGEN xxxxxxxxxxxxxxxxxxxxx*/
.imagen img {
	margin: 0 auto;/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxesto no funciona, hay que hacer que tenga margenes iguales a los dos lados*/
	padding: 0;

}
/*xxxxxxxxxxxxxxxxxxxxx CAJA MES xxxxxxxxxxxxxxxxxxxxx*/
.mes-caja {
	background: url(imagenes/producto_mes.gif) no-repeat right top;
}
.ancho1 .mes-titulo  {
	position: absolute;
	top: 200px;
	left: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	width: 130px;
	height: 34px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	letter-spacing: 0.5 px;
	padding: 0px;
	line-height: 34px;
	margin: 0px;
	z-index: 15;
	background: url(imagenes/mes_titulo.gif) no-repeat center top;
}
.ancho1 .mes-img {
	width: 140px;
	height: 100px;
	text-align: center;
	position: absolute;
	top: 45px;
	right: 0px;
	z-index: 0;
}
/*xxxxxxxxxxxxxxxxxxxxx CAJA OFERTA xxxxxxxxxxxxxxxxxxxxx*/
.oferta-caja {
	background: url(imagenes/destacoferta.gif) no-repeat right top;
	border: 1px solid #999999;
}
	/*xxxxxxxxxxx OFERTA ANCHO 1 xxxxxxxxxxx*/
.ancho1 .oferta-antetitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	line-height: 12px;
	margin:0px;
	position: absolute;
	left: 20px;
	top: 0px;
	width: 100px;
}

.ancho1 .oferta-titulo {
	width: 130px;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff6622;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.5 px;
	padding: 0px;
	line-height: 24px;
	margin: 0px;
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 15;
}
.ancho1 .oferta-content {
	width: 140px;
	height: 160px;
	padding: 0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	position:absolute;
	top: 60px;
	left: 0px;
}
.ancho1 .oferta-img {
	width: 140px;
	height: 100px;
	text-align: center;
	position: absolute;
	bottom: 70px;
	right: 0px;
	z-index: -1;
}
.ancho1 .oferta-galleta-precio {
	background: url(imagenes/boton_precio-orange.gif) no-repeat;
	width: 110px;
	height: 30px;
	margin: 4px 0;
	padding: 0;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 15px;
	z-index: 2;
}
.ancho1 .oferta-mas {
	background: url(imagenes/etiqueta-mas1.gif) no-repeat;
	width: 145px;
	height: 28px;
	margin:0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}
.ancho1 .oferta-mas-link {
	background: url(imagenes/flecha_orange.gif) no-repeat 0.3em 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #FF6633;
	text-align: left;
	padding-left: 15px;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.ancho1 .oferta-mas-link:hover {
	background: url(imagenes/flecha_orange.gif) no-repeat 0.3em 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	padding-left: 15px;
	position: absolute;
	bottom: 10px;
	left: 0;
}

	
	/*xxxxxxxxxxx OFERTA ANCHO 2 xxxxxxxxxxx*/
.ancho2 .oferta-antetitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	line-height: 12px;
	margin:0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ancho2 .oferta-titulo {
	width: 270px;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff6622;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.5 px;
	padding: 0px;
	line-height: 24px;
	margin: 0px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 15;
}
.ancho2 .oferta-content {
	width: 150px;
	height: 160px;
	padding: 0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	position:absolute;
	top: 60px;
	left: 10px;
}
.ancho2 .oferta-img {
	width: 140px;
	height: 155px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 0px;
	z-index: 10;
}
.ancho2 .oferta-galleta-precio {
	background: url(imagenes/boton_precio-orange.gif) no-repeat;
	width: 110px;
	height: 30px;
	margin: 4px 0;
	padding: 0;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.ancho2 .oferta-mas {
	background: url(imagenes/etiqueta-mas.gif) no-repeat;
	width: 270px;
	height: 28px;
	margin:0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}
.ancho2 .oferta-mas-link {
	background: url(imagenes/flecha_orange.gif) no-repeat 0.3em 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #FF6633;
	text-align: left;
	padding-left: 15px;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.ancho2 .oferta-mas-link:hover {
	background: url(imagenes/flecha_orange.gif) no-repeat 0.3em 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	padding-left: 15px;
	position: absolute;
	bottom: 10px;
	left: 0;
}

	
	/*xxxxxxxxxxx OFERTA ANCHO 3 xxxxxxxxxxx*/
.ancho3 .oferta-antetitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	line-height: 12px;
	margin:0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ancho3 .oferta-titulo {
	width: 400px;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff6622;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.5 px;
	padding: 0px;
	line-height: 24px;
	margin: 0px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 15;
}
.ancho3 .oferta-content {
	width: 270px;
	height: 160px;
	padding: 0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	position:absolute;
	top: 60px;
	left: 10px;
}
.ancho3 .oferta-img {
	width: 175px;
	height: 155px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 0px;
	z-index: 10;
}
.ancho3 .oferta-galleta-precio {
	background: url(imagenes/boton_precio-orange.gif) no-repeat;
	width: 110px;
	height: 30px;
	margin: 4px 0;
	padding: 0;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.ancho3 .oferta-mas {
	background: url(imagenes/etiqueta-mas.gif) no-repeat;
	width: 270px;
	height: 28px;
	margin:0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}
.ancho3 .oferta-mas-link {
	background: url(imagenes/flecha_orange.gif) no-repeat 0.3em 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #FF6633;
	text-align: left;
	padding-left: 15px;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.ancho3 .oferta-mas-link:hover {
	background: url(imagenes/flecha_orange.gif) no-repeat 0.3em 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	padding-left: 15px;
	position: absolute;
	bottom: 10px;
	left: 0;
}
/*xxxxxxxxxxxxxxxxxxxxx CAJA NOVEDADES xxxxxxxxxxxxxxxxxxxxx*/
.novedad-caja {
	background: url(/imagenes/destacanew.gif) no-repeat right top;
	border: 1px solid #999999;
}
	/*xxxxxxxxxxx NOVEDAD ANCHO 1 xxxxxxxxxxx*/
	
.ancho1 .novedad-antetitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	line-height: 12px;
	margin:0px;
	position:absolute;
	left: 20px;
	top: 0;
	width: 100px;
}
.ancho1 .novedad-titulo {
	width: 130px;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6633;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.5 px;
	padding: 0px;
	line-height: 24px;
	margin: 0px;
	position: absolute;
	top:10px;
	left: 5px;
	z-index: 15;
}
.ancho1 .novedad-content {
	width: 140px;
	height: 160px;
	padding: 0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	position: absolute;
	top: 60px;
	left: 0px;
}
.ancho1 .novedad-img {
	width: 140px;
	height: 100px;
	text-align: center;
	position: absolute;
	bottom: 70px;
	right: 0px;
	z-index: 10;
}
.novedad-img img {
	width: 100%;
}
.ancho1 .novedad-galleta-precio {
	background: url(/imagenes/boton_precio-blue.gif) no-repeat;
	width: 110px;
	height: 30px;
	margin: 4px 0;
	padding: 0;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 15px;
	z-index: 2;
}
.ancho1 .novedad-mas {
	background: url(/imagenes/etiqueta-mas222.gif) no-repeat bottom right;
	width: 145px;
	height: 28px;
	margin:0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 5;
}
.ancho1 .novedad-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #0000CC;
}	
.ancho1 .novedad-link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #999999;
}
.ancho1 .novedad-mas-link {
	background: url(/imagenes/flecha_white_trans1.gif) no-repeat 0.3em 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.ancho1 .novedad-mas-link:hover {
	background: url(/imagenes/flecha_white_trans1.gif) no-repeat 0.3em 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	right: 0;
	bottom: 10px;
}

	/*xxxxxxxxxxx NOVEDAD ANCHO 2 xxxxxxxxxxx*/
	
.ancho2 .novedad-antetitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	line-height: 12px;
	margin:0px;
	position:absolute;
	right: 0;
	top: 0;
}
.ancho2 .novedad-titulo {
	width: 270px;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6633;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.5 px;
	padding: 0px;
	line-height: 24px;
	margin: 0px;
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 15;
}
.ancho2 .novedad-content {
	width: 150px;
	height: 160px;
	padding: 0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	position: absolute;
	top: 60px;
	right: 10px;
}
.ancho2 .novedad-img {
	width: 140px;
	height: 155px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0px;
	z-index: 10;
}
.ancho2 .novedad-galleta-precio {
	background: url(/imagenes/boton_precio-blue.gif) no-repeat;
	width: 110px;
	height: 30px;
	margin: 4px 0;
	padding: 0;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.ancho2 .novedad-mas {
	background: url(/imagenes/etiqueta-mas22.gif) no-repeat bottom right;
	width: 270px;
	height: 28px;
	margin:0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 5;
}
.ancho2 .novedad-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #0000CC;
}	
.ancho2 .novedad-link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #999999;
}
.ancho2 .novedad-mas-link {
	background: url(/imagenes/flecha_white_trans1.gif) no-repeat 0.3em 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.ancho2 .novedad-mas-link:hover {
	background: url(/imagenes/flecha_white_trans1.gif) no-repeat 0.3em 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	right: 0;
	bottom: 10px;
}

	/*xxxxxxxxxxx NOVEDAD ANCHO 3 xxxxxxxxxxx*/
	
.ancho3 .novedad-antetitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	line-height: 12px;
	margin:0px;
	position:absolute;
	left: 0;
	top: 0;
}
.ancho3 .novedad-titulo {
	width: 400px;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff6633;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.5 px;
	padding: 0px;
	line-height: 24px;
	margin: 0px;
	position: absolute;
	top:10px;
	left: 10px;
	z-index: 15;
}
.ancho3 .novedad-content {
	width: 270px;
	height: 160px;
	padding: 0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	position: absolute;
	top: 60px;
	left: 10px;
}
.ancho3 .novedad-img {
	width: 175px;
	height: 155px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 0px;
	z-index: 10;
}
.ancho3 .novedad-galleta-precio {
	background: url(/imagenes/boton_precio-castilla-green.gif) no-repeat;
	width: 110px;
	height: 30px;
	margin: 4px 0;
	padding: 0;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.ancho3 .novedad-mas {
	background: url(/imagenes/etiqueta-mas2.gif) no-repeat bottom left;
	width: 270px;
	height: 28px;
	margin:0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}
.ancho3 .novedad-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #0000CC;
}	
.ancho3 .novedad-link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #999999;
}
.ancho3 .novedad-mas-link {
	background: url(/imagenes/flecha_white_trans1.gif) no-repeat 0.3em 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	left: 0;
	bottom: 10px;
}
.ancho3 .novedad-mas-link:hover {
	background: url(/imagenes/flecha_white_trans1.gif) no-repeat 0.3em 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	font-weight: normal; 
	letter-spacing: -1px;
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	left: 0;
	bottom: 10px;
}


/*xxxxxxxxxxxxxxxxxxxxx NOTICIAS xxxxxxxxxxxxxxxxxxxxx*/

.noticia-caja {
	margin: 0;
	padding: 0;
	background-color: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 0 none;
}
.noticia th {
	background-color: #d2d2d2;
	font-weight: bold;
	padding: 5px;
	color: #666666;
}
.noticia td {
	padding: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.noticia_esq_dch a {
	padding: 5px;
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
}
.noticia_esq_dch a:hover {
	text-decoration: underline;
}
.noticia .titulo_noticia {
	font-weight: bold;
	font-size: 0.8em;
	text-align: left;
}
.texto_noticia {
	font-size: 0.7em;
}
.noticia .link_noticia a {
	font-weight: bold;
	font-size: 0.8em;
	color: #66cc00;
	text-decoration: none;
	text-align: center;
}
.noticia .link_noticia:hover a {
	font-weight: bold;
	font-size: 0.8em;
	color: #66cc00;
	text-decoration: underline;
}

/*xxxxxxxxxxxxxxxxxxxxx NOTICIAS xxxxxxxxxxxxxxxxxxxxx*/

#caja_maestra #noticiario {
	background-color: #eeeeee;
	padding: 0 0 20px 0;
	position: relative;
}
#caja_maestra #noticiario input {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 12px;
	font-size: 0.7em;
	font-weight: bold;
	color: #ff0000;
}
#caja_maestra #noticiario input:hover {
	color: #990000;
}
#caja_maestra #noticiario div.noticia {
	background-color: #ffffff;
	padding: 10px 20px 30px 20px;
	margin: 20px 20px 0 20px;
	border: 1px solid #cccccc;
	background-image: url(imagenes/esqu_inf.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#caja_maestra #noticiario div.noticia div {
	background-color: transparent;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid #999999;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
	background-image: none;
}
#caja_maestra #noticiario h4 {
	color: #ffffff;
	background-color: #ff0000;
	display: block;
	font-size: 10px;
	padding: 5px;
}
#caja_maestra #noticiario p.titulo_noticia {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
#caja_maestra #noticiario p.fecha_noticia {
	color: #999999;
	font-size: 9px;
	font-weight: bold;
	padding: 5px 0;
}
#caja_maestra #noticiario p.resumen_noticia {
	color: #999999;
	font-size: 9px;
	font-weight: bold;
	padding: 5px 0;
}
#caja_maestra #noticiario a {
	color: #ff0000;
	font-size: 10px;
	font-weight: normal;
	padding: 5px 0;
	position: absolute;
	bottom: 10px;
	left: 20px;
}
#caja_maestra #noticiario a:hover {
	color: #ff0000;
	font-size: 10px;
	font-weight: normal;
	padding: 5px 0;
	text-decoration: none;
}
#caja_maestra #noticiario .noticia {
	position: relative;
	background-color: #ffffff;
}
.popupcontainer{
        width: 100%;
        height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
      }
      .popupdiv{
        position: absolute;
        width: 400px;
        padding: 5px 10px;
        background: #ffc;
        border: 1px solid #ccc;
        font: normal 12px Arial, Helvetica, sans-serif;
        color: #000;
      }


/*xxxxxxxxxxxxxxxxxxxxx QUIENES SOMOS xxxxxxxxxxxxxxxxxxxxx*/

#caja_maestra form#consulta {
	float: right;
	background-color: #282828;
	color: #282828;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
}

#menu_vertical {
	width: 130px;
	height: 100%;
	background-color: #999999;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0 10px;
}
#menu_vertical ul {
	list-style-type: none;
	background-color: #4c4c4c;
	color: #4c4c4c;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#menu_vertical ul.ppl span {
	display: block;
	height: 10px;
	line-height: 10px;
	font-size: 1px;
	background-color: #999999;
	color: #999999;
}
#menu_vertical a {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.6em;
	margin: 0;
	padding: 10px 5px;
}
#menu_vertical a:hover {
	color: #999999;
	text-decoration: underline;
}
#menu_vertical li.ghost {
	display: none;
}
#menu_vertical .current {
	
}
#menu_vertical ul li li {
	display: none;
}
#menu_vertical .current li.ghost, #menu_vertical .current li.current {
	display: block;
	background-color: #ffffff;
}
#menu_vertical .current li.ghost a {
	padding-left: 5px;
	color: #666666;
}
#menu_vertical .current li.current {
	background-color: #cccccc;
}
#menu_vertical .current li.current a {
	padding-left: 5px;
	text-decoration: underline;
}


#caja_maestra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	position: relative;
	top: 0;
	left: 150px;
	width: 740px;
	margin: 0;
	padding: 25px 10px;
}
#caja_maestra h1 {
	color: #cc0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: normal;
	letter-spacing: -3px;
	text-align: leftff;
	margin: 0;
	padding:25px 0 40px 0;
	border-bottom: 1px solid #999999;
}
#caja_maestra h2 {
	font-size: 1.2em;
	color: #666666;
	margin: 0 0 20px 0;
	padding: 0;
	letter-spacing: -1px;
	line-height: 1.4em;
	font-weight: normal;
}
#caja_maestra p {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-align: justify;
	margin: 0;
	padding: 0;
}
#caja_maestra ul {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 30px;;
}
#caja_maestra li {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-align: justify;
	margin: 0;
	padding: 0;
}
.localizacion {
	background-color: #ff0000;
	position: absolute;
	top: 25px;
	left: 10px;
}
.localizacion a {
	float: left;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0 5px;
}
.localizacion a:hover {
	text-decoration: underline;
	color: #666666;
}


/*xxxxxxxxxxxxxxxxxxxxx CONTACTO xxxxxxxxxxxxxxxxxxxxx*/

#caja_maestra form#contacto {
	background-color: #e5e5e5;
}
#caja_maestra form#contacto h4 {
	color: #ffffff;
	background-color: #ff0000;
	display: block;
	font-size: 10px;
	padding: 5px;
}
#caja_maestra form#contacto label {
	color: #698c8c;
	font-size: 10px;
	height: 15px;
	width: 165px;
	vertical-align: center;
	text-align: left;
	display: block;
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
}
#caja_maestra form#contacto input {
	color: #000000;
	font-size: 10px;
	height: 15px;
	width: 180px;
	vertical-align: center;
	text-align: left;
	display: block;
	float: left;
	margin-bottom: 10px;
}
#caja_maestra form#contacto input#windows, #caja_maestra form#contacto input#linux {
	width: 20px;
	float: left;
	margin-bottom: 10px;
}
#caja_maestra form#contacto label#windows, #caja_maestra form#contacto label#linux {
	width: 65px;
	float: left;
	margin-bottom: 10px;
	padding: 5px 0;
}
#caja_maestra form#contacto input#enviar {
	width: 65px;
	height: 20px;
	vertical-align: center;
	text-align: center;
	float: right;
	margin: 10px;
	padding: 0;
}
#caja_maestra form#contacto b {
	color: #ff0000;
	background-color: #cccccc;
	font-size: 10px;
	vertical-align: center;
	text-align: left;
	display: block;
	padding: 10px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	margin-top: 10px;
	margin-bottom: 10px;
}
#caja_maestra form#contacto input.hidden {
	display: none;
}

/*xxxxxxxxxxxxxxxxxxxxx PRODUCTOS KYOCERA xxxxxxxxxxxxxxxxxxxxx*/
#caja_maestra form#consulta {
	float: right;
	background-color: #000000;
	color: #0359cf;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
}
#caja_maestra #prod_kyocera {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}
#caja_maestra #prod_kyocera .productos_kyocera {
	background-color: #ffffff;
	width: 160px;
	height: 220px;
	float: left;
	margin: 10px 0 10px 20px;
	border-right: 1px dashed #0359cf;
}
#caja_maestra #prod_kyocera .productos_kyocera img {
	background-color: #ffffff;
	width: 136px;
	height: 135px;
	margin: 10px auto;
	text-align: center;
}
#caja_maestra #prod_kyocera .productos_kyocera p.titulo_prod_kyo {
	margin: 5px auto;
	text-align: left;
	color: #ff0000;
	font-weight: bold;
}
#caja_maestra #prod_kyocera .productos_kyocera p.texto_prod_kyo {
	margin: 5px auto;
	text-align: left;
	color: #666666;
	font-weight: normal;
}
#caja_maestra #prod_kyocera .productos_kyocera p a{
	margin: 5px auto;
	text-align: left;
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}


/*xxxxxxxxxxxxxxxxxxxxx E-MAIL xxxxxxxxxxxxxxxxxxxxx*/
#container_mail #cabecera {
	width: 740px;
	margin: auto;
	padding: 0;
	height: 90px;
}
#contenidos_mail {
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	width: 700px;
	height: 480px;
	padding: 20px 25px;
}
#contenidos_mail h1 {
	color: #cc0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -3px;
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #999999;
}
#contenidos_mail h2 {
	font-size: 1.2em;
	color: #666666;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing: -1px;
	line-height: 1.4em;
	font-weight: normal;
	text-align: center;
}
#contenidos_mail p {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-align: justify;
	margin: 0;
	padding: 0;
}
#contenidos_mail #footer p.legal {
	text-align: center;
}
#contenidos_mail #footer p.legal a {
	margin: 5px 5px 15px 5px;
}
#contenidos_mail #footer p.copyright {
	text-align: center;
}
#contenidos_mail #footer p.tel {
	text-align: center;
}