/* >>>>>>>>>>Cefatoys 2005<<<<<<<<<<<  [CSS ~ Silvia Arcos] I IZANET */

/* Estilos importados
----------------------------------------------- */
@import url("interiores.css");

/************************************************************************************************
		Estilos para home
*************************************************************************************************/
/* Estilos cuerpo
_______________________*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	color : #667275;
	font: 0.626em Arial, Helvetica, sans-serif;
	background-color : #52A5F2;
	text-align : center;
}
img{border:0}

form{
	margin: 10px;
	padding: 20px;
	width:95%;
	text-align : center;
}

a
{
	font-weight: normal;
	color : #4299EF;
	text-decoration: none;
	font: 1.1em Arial, Helvetica, sans-serif;
}

a:link, a:visited
{
	color : #4299EF;
}

a:hover,a:active
 {
	color: #333;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}

p.center {
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	padding-left : 50px;
}

h1{
	text-indent : -4000px;
}
h2.titular{
	font:1.2em Arial, Helvetica, sans-serif;
	color : #0277C7;
	letter-spacing : 1px;
	font-weight : bold;
	width: 130px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 22px;
	text-align : center;
}
h2.titular a{
	font:1.2em Arial, Helvetica, sans-serif;
	color : #0277C7;
	letter-spacing : 1px;
	font-weight : bold;
	text-decoration : none;
}

h2.titular a:link,h2.titular a:visited
{
	color : #0277C7;
}

h2.titular a:hover,h2.titular a:active
 {
	color: #78C3F6;
}

h3.subtitular{
	font:1.1em Arial, Helvetica, sans-serif;
	color : #8c8c8c;
	letter-spacing : 1px;
	font-weight : bold;
	width: 130px;
	margin-top: 0px;
	padding-top: 0px;
	text-align : center;
}

input {
	border: 1px solid #C9CED2;
	background-color: #F3F3F3;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #7F898C;
	font-weight: normal;
	display : inline;
}

select {
	border: 1px solid #C9CED2;
	background-color: #F3F3F3;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #7F898C;
	font-weight: normal;}

hr {
	height: 1px;
	width : 100%;
	border-bottom : 1px solid #91A9C1;
	margin: 0px
}
	
textarea {
	border: 1px solid #C9CED2;
	background-color: #F3F3F3;
	font-size: 1.0em;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding: 4px;
	color: #7F898C;
	height : 70px;
	width : 300px;
}
	
br {
	clear : left;
}


	/* Estilos para navegacion y maketacion 
__________________________________*/
#cabecera{
	background-image : url(../images/cabecera_g.gif);
	background-repeat : no-repeat;
	float: left;
	width:850px;
	height:154px;
	margin : 0px;
	position : relative;
}

.botone {
	position: relative;
	top: -10px;
	left: 148px;
	float: left;
}
.navidad {
	position: absolute;
	top: 50px;
	left: 405px;
	font: bold 11px Verdana;
	float: left;
}

#contenedor {
	width:850px;
	height: 420px;
	text-align : center;
	background-color : #FFF;
	margin: 0px auto;
	background-image : url(../images/fondobody_g.gif);
	background-repeat :no-repeat;
	background-position : bottom;
	border : 5px solid #78C3F6;
}

html>body #contenedor{
	width:850px;
	height: auto;
	min-height:420px;

}

#banner{
	height: 94px;
	width : 850px;
	float: left;
	margin : 0px;
}

#banner embed{
	border : 1px solid #FFF;
	margin: 0px auto
}

#columna1{
	width:277px;
	margin: 0px;
	padding: 5px;
	float: left;
	border-right: 1px solid #ccc;
	text-align : center;
}
html>body #columna1{
	width:267px;
}
#columna2{
	width:277px;
	margin: 0px;
	padding: 5px;
	float: left;
	border-right: 1px solid #ccc;
	text-align : center;
}
html>body #columna2{
	width:267px;
}
#columna1c{
	width:277px;
	margin: 0px;
	padding: 5px;
	float: left;
	text-align : center;
}
html>body #columna1c{
	width:267px;
}
#columna1 img,#columna2 img,#columna1c img{
	/*float: right;*/
}

#pie{
	width:850px;
	margin: 0px;
	text-align : left;
	background-image : url(../images/icocolores.jpg);
	background-position : top left;
	background-repeat : no-repeat;
	clear : both;
}
#pie p{margin:2px;}

.atencion{
	padding: 12px 0px 0px 16px
}

	/* Estilos para menu
-----------------------------------------------------------------*/
ul#menu{
	list-style-type:none;
	text-align : right;
	padding-right: 9px;
	position : relative;
	top: 40px!important;
	right: 0px;
	
}
ul#menu li{
	background-image: url(../images/botonmenu.gif);
	background-repeat: no-repeat;
	background-position : left bottom;
	padding: 2px 0px 2px 20px;
	display : inline;
	color: #4299EF;
	margin-right: 3px;
}
li.sinpunto{
background-image: none!important;
padding: 0.2em 0em 0em 1em!important;
position: absolute;
top: -2.5em;
left: -12em}

html>body li.sinpunto{
background-image: none!important;
padding: 0.2em 0em 0em 1em!important;
position: absolute;
top: -2em;
left: -7.5em}
/* Estilos para textos
-------------------------------------------------------------------*/
.textoazul{
	font:1.0em Arial, Helvetica, sans-serif;
	color : #4299EF;
	margin-top: 0px;
}

/************************************************************************************************
		Estilos para interiores
*************************************************************************************************/
/* Estilos cuerpo
_______________________*/
h2.titularb{
	font: 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #E87C13;
	font-weight : bold;
	width: 130px;
	margin: 0px 0px 4px 0px;
	padding: 8px 5px 0 9px;
	text-align : left;
}
h2.titularproducto{
	font: 1.0em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #0277C7;
	font-weight : bold;
	margin: 0px;
	padding-top: 2px;
	text-align : left;
}
h3.subtitularb{
	font:0.8em Arial, Helvetica, sans-serif;
	color : #878888;
	letter-spacing : 1px;
	font-weight : normal;
	width: 130px;
	margin-top: 0px;
	padding: 12px  0 0 6px ;
	text-align : center;
}

	/* Estilos para navegacion y maketacion 
__________________________________*/
#cabecerab{
	background-image : url(../images/cabecera.gif);
	background-repeat : no-repeat;
	float: left;
	width:710px;
	height:154px;
	margin : 0px;
	position : relative;
	border-bottom: 1px solid #52A5F2
}
#columna1b{
	width:155px;
	margin-top: 5px;
	padding: 0px 5px 5px 0px;
	float: left;
	text-align : left;
	background-image: url(../images/cabeceracolumna1b.jpg);
	background-repeat: no-repeat;
	background-position : top left;
}
html>body #columna1b{
	width:145px;
}
#columna2b{
	/*width:675px;*/
	margin: 0px;
	padding: 4px;
	float: left;
	text-align : left;
	background-image : url(../images/separador.gif);
	background-repeat : repeat-y;
	background-position : center;
}

html>body #columna2b{
	width:668px;
}

#columna3b{
	/*width:675px;*/
	margin: 0px;
	padding: 4px;
	float: left;
	text-align : left;
}

#videos{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	width:675px;
	float: left;
}

#videos p.titulo{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	width:655px;
	float: left;
}

#videos p.cajones{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 15px;
	width:655px;
	height:121px;
	float: left;
}


html>body #columna3b{
	width:668px;
	background:red;
}

.columnaproducto{
	width:330px;
	margin: 0px;
	padding: 5px;
	float: left;
	text-align : left;
}

html>body .columnaproducto{
	width:320px;
}

.columnaformulario{
	width:120px;
	margin: 0px;
	padding: 5px;
	float: left;
	text-align : left;
}
#columnaleapfrog{
	width:675px;
	margin: 0px;
	padding: 4px;
	text-align : left;
	float : left;
}

html>body #columnaleapfrog{
	width:673px;
}

.blokecategorias{
	width:660px;
	margin: 0px;
	float: left;
}


#columnaproducto img{
	float: left;
	margin: 5px;
	display : inline;
}
#columna2ficha{
	width:650px;
	margin: 8px;
	padding: 4px;
	float: right;
	text-align : left;
	border: 1px solid #ccc
}
html>body #columna2ficha{
	width:650px;
}
#columna2ficha img{
	float: left;
	margin: 5px;
	display : inline;
}
	/* Estilos para menu
-----------------------------------------------------------------*/
ul#menub{
	list-style-type:none;
	text-align : left;
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 0px 0px;
}

ul#menub li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display : block;
	color: #4299EF;
	text-decoration : none;
}
a.submenu:link
{
	color : #828383
}
a.submenu:visited
{	color : #828383
}

a.submenu:hover
 {	 color: #272727
}
	
a.submenu:active
{	color: #272727
}

ul#ficha{
	list-style-type:none;
	text-align : left;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 0px;
}

ul#ficha li{
	background-image: url(../images/puntero02.gif);
	background-repeat: no-repeat;
	background-position : left top;
	padding: 0px 5px 0px 8px;
	display : block;
	color: #4299EF;
}

/************************************************************************************************
		Estilos para ke la imagen sea link
*************************************************************************************************/
DIV.inicio {
	margin: 12px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
	height: 17px;
	width: 59px;
	text-align: left;
	text-decoration : none;
	text-indent : -1000px;
}

.inicio a {display:block; width: 59px; 	height: 17px; background-image : url(../images/botinicio.gif);}
.inicio a:hover { background-image : url(../images/botinicio02.gif) }

/************************************************************************************************
		Estilos para pie izanet
*************************************************************************************************/
#izanet{
	font-size: 1.0em;
	color: #E2F1FF;
	text-align: left;
	padding: 5px;
	width:850px;
	margin: 0px auto;
}
#izanet a{
	color: #E2F1FF;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration : none;
}

#izanet a:link,#izanet a:visited
{
	color : #78C3F6;
}

#izanet a:hover,#izanet a:active
 {
	color: #4789B2;
}

/************************************************************************************************
		Estilos para link de pagina en ingles
*************************************************************************************************/
ul#menu li.enlaceingles{
	margin: 0px;
	padding: 0px 0px 0px 34px;
	height: 15px;
	width: 60px;
	text-align: left;
	text-decoration : none;
	background-image : url(../images/banderaingles.gif);
	background-position : left;
	background-repeat : no-repeat;
	display : inline;
}

ul#menu li.enlaceespanol{
	margin: 0px;
	padding: 0px 0px 0px 34px;
	height: 15px;
	width: 60px;
	text-align: left;
	text-decoration : none;
	background-image : url(../images/banderaspain.gif);
	background-position : left;
	background-repeat : no-repeat;
	display : inline;
}

/* estilo para alinear la imagen dinamica de solo exportacion */

.soloexp{
	background-image : url(../images/iconoexportacion.jpg);
	background-repeat : no-repeat;
	background-position : top left;
	width: 20.8em;
	height: 5em;
	float: left;
	text-align: right;
	padding: 2em 0.em 0em 0em;
	margin: 0.4em 0em 0em 0em
}