*{
	margin:0px;
	padding:0px;
}
#area_ajax{ float:left; width:360;}


/*Menú inferior*/
	@font-face{font-family: GeosansLight-Oblique; src: url('fonts/GeosansLight-Oblique.ttf');} 
	@font-face{font-family: GeosansLight-Oblique; font-weight: bold; src: url('fonts/GeosansLight-Oblique.ttf');}
	#kbm-menu{position:fixed;bottom:0px;left:0px;height:70px;background:url("imagenes/estilos/fondo_menu.jpg") repeat scroll 0 0 transparent;width:100%;z-index:300;}
	#kbm-menu #secciones{list-style:none;margin:0px; padding:15px;margin-left:40px;float:left;}
	#kbm-menu #redes{float:right;list-style:none;margin:0px; padding:20px 10px;}
	#kbm-menu #redes li{float:right;margin:0px 5px;}
	#kbm-menu #redes .b{display:block;}
	#kbm-menu #secciones li{float:left;}
	#kbm-menu #secciones .b{display:block;margin:0px 25px;}
	#kbm-menu #secciones .sucursales a{background:url(imagenes/estilos/sprites.png) no-repeat -41px -49px;width:37px;height:44px;}
	#kbm-menu #secciones .horno a{background:url(imagenes/estilos/sprites.png) no-repeat 0px -47px;width:41px;height:47px;}
	#kbm-menu #secciones .comunidad a{background:url(imagenes/estilos/sprites.png) no-repeat 0px 0px;width:38px;height:41px;}
	#kbm-menu #secciones .blog a{background:url(imagenes/estilos/sprites.png) no-repeat -38px 0px;width:61px;height:49px;}
	#kbm-menu #redes .twit{background:url(imagenes/estilos/sprites.png) no-repeat -32px -94px;width:31px;height:32px;}
	#kbm-menu #redes .face{background:url(imagenes/estilos/sprites.png) no-repeat 0px -94px;width:31px;height:32px;}
	#kbm-menu #redes .mail{background:url(imagenes/estilos/sprites.png) no-repeat -62px -94px;width:31px;height:32px;}	
	#kuki-bites{float:right;padding:8px;margin-right:30px;}
	#kuki-bites .logo,.bite{float:left;}
	#kuki-bites .bite{max-width:400px; padding-right:10px;color:#000; text-align:right; font-size:14px; font-family:'Muli';}
	#kuki-bites .bite .by{color:#F33;font-weight:bold;display:inline;text-align:right;font-size:14px;}
	#kuki-bites .logo{border-left:2px solid #900;}
	#kuki-bites .logo img{margin-left:20px;}
	#kbm-menu #secciones .tag{
		position:absolute;background:url(imagenes/estilos/sprites_tags.png);font-size:10px; color:#FFF; font-weight:bold;
		width:95px;height:24px;text-align:center;padding-top:5px;display:none; margin:-15px;
	}
	#kbm-menu #secciones .horno:hover .tag{background-position:0px 0px; display:block;top:-40px;left:100px;}
	#kbm-menu #secciones .sucursales:hover .tag{background-position:0px -29px;display:block;top:-40px;left:155px;}
	#kbm-menu #secciones .comunidad:hover .tag{background-position:0px -58px;display:block;top:-40px;left:250px;}
	#kbm-menu #secciones .blog:hover .tag{background-position:0px -87px;display:block;top:-40px;left:345px;}
	
.entrada{
	font-size:10pt;
}
.entrada .titulo{color:#C30; font-size:14pt;}
#fondoblog{ overflow:auto;}
#fondoblog .fecha{font-size:8pt; margin-bottom:5px;}
#indexblog  ul{
	list-style:none;
	margin:0px;
}
#indexblog .anio{color:#FFF; font-size:10pt; margin-left:8px;}
#indexblog .mes{margin-left:10px; list-style:square;}
#indexblog .mes a{color:#000; font-size:8pt; text-decoration:none;}

/*fin Menu inferior*/

.difuminado{
	-webkit-box-shadow: 2px 2px 5px #999;
  	-moz-box-shadow: 2px 2px 5px #999;
	filter: shadow(color=#999999, direction=135, strength=2);
}

.cortar{
	clip: rect(5px, 40px, 45px, 5px);
}

@font-face {
    font-family: 'HoneyScript-SemiBold';
    src: url('fonts/HoneyScript-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GeosansLight';
    src: url('fonts/GeosansLight.ttf');
    font-weight: bold;
    font-style: normal; 
}
@font-face {
    font-family: 'tcm';
    src: url('fonts/TCM_____.TTF');
    font-weight: bold;
    font-style: normal; 
}
@font-face {
    font-family: 'Channel';
    src: url('fonts/Channel.ttf');
    font-weight: bold;
    font-style: normal; 
}

body{
/*	background:url(imagenes/escritoriofondopiedecontenedor.jpg) center;*/
	font-family:'Muli', sans-serif;
	overflow: hidden;
}

.menus{
	display:block;
}

#fondoloading{
	 display: block;
     position: fixed;
     top: 0px;
     left: 0px;
     width: 100%; 
     height: 1000px;
     background: #FFF;
     z-index:45;
     opacity:.90;
     -moz-opacity: 0.90;
     filter: alpha(opacity=90);
}

#loading{
	display:block;    
    width:150px;
	height:93px;
    position:fixed;
    left:50%;
    top:50%;
	margin-left:-150px;
	margin-top:-93px;
    z-index:60;
    text-align:center;   
    padding:15px;
	background:url(imagenes/loading.gif) no-repeat center;
}

.marcaAgua{
	height:554px;
	width:48px;
	cursor:pointer;
	/*border:#000 1px solid;*/
	position:absolute;
	z-index:5;
	font-size:27px;
	color:#FFF;
}

.repetir{
	width:100%;	
	height:73px;	
	position:absolute;
}

.contenidoMenu{
	position:absolute;
	z-index:1;
	/*left:50%;*/
	width:100%;
}

.contenedor{
	position:absolute;
	z-index:2;
}

.contenedor div{
	display:inline-table;
	
}

.textoPagina{
	margin-left:48px;
	margin-right:15px;
}

/*.textoPagina{
	margin-left:100px;
	margin-right:25px;
	margin-top:400px;
}*/

.fondoImagen{
	height: auto;
    position: absolute;
    width: 100%;
    z-index: 1;
	/*clip: rect(0px, 0px, 0px, 90px);*/
}

.sombra{
	background:url(imagenes/sombra.png) repeat-x center;
	height:27px;
	width:100%;
	position:absolute;
	z-index:100;
}



.tituloMenu{
	font-family:"HoneyScript-SemiBold", Verdana;
	color:#FFFFFF;
	font-size:46px;
	font-weight:bold;
	margin-top:3px;
	margin-left:190px;
	display:inline;
}
.titulo{
	font-family:'honeyscript', Verdana, Arial;
}

.rotar90
{
	display: block;
	position: absolute;
    right: -125px;
    top: 212px;
    width: 300px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}

#titulo_1_1{height:72px;}
#titulo_1_1 .ico{background:url(imagenes/estilos/sprites.png) no-repeat 0px -47px;width:41px;height:47px;margin-left:140px; margin-top:5px;position:absolute;}

#submenu_1_1{
	/*background:url(imagenes/enelhorno.jpg) top no-repeat;*/
	width:100%;
	height:502px;
	display:inline-table;
	position:absolute;
	z-index:1;
}

#submenu_1_2{position:absolute;z-index:2;right:45px;background:#E7E6E1;}
#submenu_1_2 .flechaIzq{background:url(imagenes/estilos/sprites_flechas.png) no-repeat -76px;width:19px;height:44px;margin-top:20px;margin-left:10px;}
#submenu_1_2 .flechaDer{background:url(imagenes/estilos/sprites_flechas.png) no-repeat -190px 5px;width:19px;height:44px;margin-top:20px;margin-left:13px;}

#submenu_1_3{position:absolute; z-index:3; right:0px;background:#E7E6E1;}
#submenu_1_3 .flechaIzq{background:url(imagenes/estilos/sprites_flechas.png) no-repeat -95px;width:19px;height:44px;margin-top:20px;margin-left:13px;}
#submenu_1_3 .flechaDer{background:url(imagenes/estilos/sprites_flechas.png) no-repeat -209px 5px;width:19px;height:44px;margin-top:20px;margin-left:16px;}


/* Para Regalar
#submenu_1_4 {
	position:absolute; 
	z-index:2;
	right:90px;
	background:#E7E6E1;
}*/

#submenu_2_1{
	/*background:url(imagenes/granplaza.jpg) center no-repeat;*/
	width:100%;
	height:554px;
	display:inline-table;
	position:absolute;
	z-index:1;
}
#submenu_2_2{position:absolute; z-index:3; right:0px;background:#E7E6E1;}
#submenu_2_2 .flechaIzq{background:url(imagenes/estilos/sprites_flechas.png) no-repeat;width:19px;height:44px;margin-top:20px;margin-left:13px;}
#submenu_2_2 .flechaDer{background:url(imagenes/estilos/sprites_flechas.png) no-repeat -114px 5px;width:19px;height:44px;margin-top:20px;margin-left:16px;}


#submenu_3_1{
	background:url(imagenes/comunidadfondocontenedor.jpg) top repeat;
	background-size: contain;
	width:100%;
	height:100%;
	display:inline-table;
	position:fixed;
	z-index:1;
}

#submenu_3_2{
	position:absolute; 
	z-index:2;
	right:0px;
}
#submenu_3_2 .flechaIzq{background:url(imagenes/estilos/sprites_flechas.png) no-repeat -57px;width:19px;height:44px;margin-top:20px;margin-left:12px;}
#submenu_3_2 .flechaDer{background:url(imagenes/estilos/sprites_flechas.png) no-repeat -171px 5px;width:19px;height:44px;margin-top:20px;margin-left:15px;}

#submenu_3_3{
	position:absolute; 
	z-index:3;
	right:47px;
}
#submenu_3_3 .flechaIzq{background:url(imagenes/estilos/sprites_flechas.png) no-repeat -38px;width:19px;height:44px;margin-top:20px;margin-left:12px;}
#submenu_3_3 .flechaDer{background:url(imagenes/estilos/sprites_flechas.png) no-repeat -152px 5px;width:19px;height:44px;margin-top:20px;margin-left:15px;}

#submenu_3_4{
	position:absolute; 
	z-index:4;
	right:0px;
}
#submenu_3_4 .flechaIzq{background:url(imagenes/estilos/sprites_flechas.png) no-repeat -57px;width:19px;height:44px;margin-top:20px;margin-left:12px;}
#submenu_3_4 .flechaDer{background:url(imagenes/estilos/sprites_flechas.png) no-repeat -171px 5px;width:19px;height:44px;margin-top:20px;margin-left:15px;}

#submenu_1_2, #submenu_1_3, /*#submenu_1_4, Para Regalar*/ #submenu_2_2, #submenu_3_2, #submenu_3_3, #submenu_3_4{
	width:100%;
/*	margin-top:-33px;*/
	display:inline-table;
	float:right;
	height:554px;
}

#submenu_1_1 div, #submenu_1_2 div, #submenu_1_3 div, /*#submenu_1_4 div, Para Regalar*/  #submenu_2_1 div, #submenu_2_2 div, #submenu_3_1 div, #submenu_3_2 div, #submenu_3_3 div, #submenu_3_4 div{
	/*display:inline-table;*/
	float:left;
}

.tituloSubDiv{
	width:48px;
	height:554px;
	position:absolute;
}

#tituloSub_1_2{
	background-image: url(imagenes/estilos/sprites_menus.jpg);
	background-repeat: repeat-y;
	z-index:2;
	width:46px;
	height:100%;
	overflow:hidden;
	position:fixed;
}

#tituloSub_1_3{
	z-index:3;
	background-image: url(imagenes/estilos/sprites_menus.jpg);
	background-repeat: repeat-y;
	background-position: -46px;
	height:100%;
	overflow:hidden;
	position:fixed;
}

/* Para Regalar
#tituloSub_1_4{
	background:url(imagenes/pararegalar.png) left no-repeat;	
	z-index:3;
}*/

.contenidoDiv{
	width:100%;
	height:554px;	
}

#contenido_1_1{
	margin-top:20px;
	height:502px;
}
#entrepreneur_contenedor{
	width:2000px;
	height:400px;
	float:left;
	margin: 210px 0 0 1069px;
	float:left;
	position:fixed;
	z-index:1;

}
#tituloentrepreneur{
	color:#BCA06E;
	font-size: 24px;
    font-weight: bold;
	width:300px;
	height:0px;
	float:right;
	-moz-transform: rotate(-8deg);  /* FF3.5/3.6 */
	-o-transform: rotate(-8deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-8deg);  /* Saf3.1+ */
	transform: rotate(-8deg);  /* Newer browsers (incl IE9) */
}
#entrepreneur{
    background:url(imagenes/entrepreneur.png) no-repeat;
	width:300px;
	height:400px;
	float:right;
	
}

#contenido_1_2{
	/*background:url(imagenes/chocochip.jpg) center no-repeat;*/
	height:554px;
}

#contenido_1_3{
	/*background:url(imagenes/fantasia.jpg) top no-repeat;*/
	height:554px;
}

/*#contenido_1_4{
	background:url(imagenes/fantasia.jpg) top no-repeat;
	height:554px;
	margin-top:400px;
}*/

/* Por default esta comentado el Background, Para Regalar
#contenido_1_4{
	background:url(imagenes/fantasia.jpg) top no-repeat;
	height:554px;
}
*/


#titulo_2_1{
/*	background:url(imagenes/sucursalescenefa.png) center no-repeat;*/
	width:1000px;
	height:72px;	
}
#titulo_2_1 .ico{background:url(imagenes/estilos/sprites.png) no-repeat -41px -49px;width:41px;height:45px;margin-left:140px; margin-top:5px;position:absolute;}

#contenidoMenu_2{
/*	top:600px; */
}

#tituloSub_2_2{
	z-index:2;
	background-image: url(imagenes/estilos/sprites_menus.jpg);
	background-repeat: repeat-y;
	background-position: -95px;
	height:100%;
	overflow:hidden;
	position:fixed;
/*	background:url(imagenes/licenciatarios.png) left no-repeat;	*/
}

#contenido_2_1{
	height:502px;
/*	margin-top:20px;*/
}

#contenido_2_2{
	/*background:url(imagenes/licenciatarios.jpg) center no-repeat;*/
	height:554px;
}


/******************Comunidad***********************************/

#contenidoMenu_3{
/*	top:1200px; */
}

#titulo_3_1{
	width:1000px;
	height:72px;	
}
#titulo_3_1 .ico{background:url(imagenes/estilos/sprites.png) no-repeat;width:38px;height:41px;margin-left:140px; margin-top:5px;position:absolute;}

#tituloSub_3_2{
	background-image: url(imagenes/estilos/fondo_papelrojo.jpg);
	background-repeat: repeat-y;
	/*background-position: -142px;
	overflow:hidden;
	z-index:3;*/
	background-position: -185px;
	overflow:hidden;
	z-index:4;
    height:100%;
	position:fixed;
}

#tituloSub_3_3{
	background-image: url(imagenes/estilos/sprites_menus.jpg);
	background-repeat: repeat-y;
	background-position: -190px;
	overflow:hidden;
	z-index:4;
}

#tituloSub_3_4{
	background-image: url(imagenes/estilos/sprites_menus.jpg);
	background-repeat: repeat-y;
	background-position: -239px;
	overflow:hidden;
	z-index:5;
}

#contenido_3_1{
	height:502px;
	margin-top:20px;
}

#contenido_3_2{
	/*background:url(imagenes/kukids.jpg) top no-repeat;*/
	height:554px;
}

#contenido_3_3{
	/*background:url(imagenes/kukibakers.jpg) top left no-repeat;*/
	height:554px;
}

#contenido_3_4{
	/*background:url(imagenes/kukimanagement.jpg) top left no-repeat;*/
	height:554px;
}

/************************************/


/******************Blog***********************************/

#contenidoMenu_4{
/*	top:1800px;	*/
}

#titulo_4_1{
	width:1000px;
	height:72px;	
}
#titulo_4_1 .ico{background:url(imagenes/estilos/sprites.png) no-repeat -38px 0px;width:61px;height:49px;margin-left:140px; margin-top:5px;position:absolute;}

#contenido_4_1{
	/*height:502px;*/
	height:100%;
}

/************************************/


/*********Galleta Logo****************/

#galletaLogo{
	position:fixed;
	width:100%;
	height:100%;
	top:400px;	
	left: 100%;
    margin-left: -304px;
	z-index:40;
}

#galleta{
	background:url(imagenes/kukibite.png) no-repeat center;
	width:204px;
	height:198px;
	cursor:pointer;
	position:absolute;
	z-index:40;
	display:inline-table;
	margin-left:-155px;
}

#textoGalleta{	
	color: #000000;
    font-size: 12px;
    font-weight: normal;
    height: 100px;
    line-height: 16px;
    margin-left: 30px;
    margin-top: 25px;
    overflow: hidden;
    text-align: center;
    width: 135px;
}

#logo{
	background:url(imagenes/logo.png) no-repeat center;
	width:204px;
	height:198px;
	cursor:pointer;
	position:absolute;
	z-index:41;
	display:inline-table;
}

/************************************/


.enlaceRojo{
	text-decoration:none;
	color:#F00;
}

.enlaceRojo:hover{
	text-decoration:underline;
}

.enlaceNegro{
	text-decoration:none;
	color:#000;
	cursor:pointer;
}

.enlaceNegro:hover{
	text-decoration:underline;
}
#nosvisteaqui{
	width:460px;
	float:left;
	position:relative;
}
	#titulo_nosviste{
		color:#B40941; 
		font-size:20px;
		margin:0px 0px 0px 10px;
		width:250px;
		float:left;
	}
	#subti_nosviste{
		color: #B40941;
		float: left;
		font-size: 18px;
		margin: 30px 0 0 -252px;
		width: 444px;
	}
	#subtivideo{
		color: #B40941;
		float: left;
		font-size: 18px;
		margin: 0px 0 0 0px;
		width: 444px;
	}
	#video{
		border: 1px solid #570202;
		float: left;
		height: 170px;
		margin: 22px 0 0 10px;
		width: 432px;
	}
	#portada {
		background:url(imagenes/entrepreneur.png) no-repeat;
		/*border: 1px solid #570202;*/
		float: left;
		height: 380px;
		margin: -26px 0 0 -12px;
		width: 280px;
	}
	#link_leer1{
		width: 155px;
		margin: 30px 0 0 16px;
		float:left;
	}
	#link_leer1 a{color:#000;}
	#titulo_revista{
		color:#B40941; 
		font-size:18px;
		/*border: 1px solid #570202;*/
		float: left;
		/*margin: -36px 0 0 -12px;*/
		width: 444px;
		margin:35px 0 0 0px;
	}
	#expertise{
		border: 1px solid #570202;
		float: left;
		height: 320px;
		width: 280px;
		/*margin:10px 0px 0px 0px;*/
		margin:15px 0px 0px 0px;
	}
	#link_leer2{
		width: 155px;
		margin: 15px 0 0 16px;
		float:left;
	}
	#link_leer2 a{color:#000;}
	#secciondiario{
		height: 100px;
		width: 444px;
		float:left;
		margin:12px 0px 0px 0px;
	}
	#titulodiario1{
		color: #B40941;
		float: left;
		font-size: 18px;
		margin: 35px 0 0 0px;
		width: 444px;
	}
	#link_leer3{
		width: 155px;
		margin: 30px 0 0 16px;
		float:left;
	}
	#link_leer3 a{color:#000;}
	#diario1img{
		border: 1px solid #570202;
		float: left;
		height: 320px;
		width: 280px;
		/*margin:10px 0px 0px 0px;*/
		margin:15px 0px 0px 0px;
	}
	#titulodiario2{
		color: #B40941;
		float: left;
		font-size: 18px;
		margin: 35px 0 0 0px;
		width: 444px;
	}
	#link_leer4{
		width: 155px;
		margin: 30px 0 0 16px;
		float:left;
	}
	#link_leer4 a{color:#000;}
	#diario2img{
		border: 1px solid #570202;
		float: left;
		height: 320px;
		width: 280px;
		/*margin:10px 0px 0px 0px;*/
		margin:15px 0px 0px 0px;
	}
	#titulodiario3{
		color: #B40941;
		float: left;
		font-size: 18px;
		margin: 35px 0 0 0px;
		width: 444px;
	}
	#link_leer5{
		width: 155px;
		margin: 30px 0 0 16px;
		float:left;
	}
	#link_leer5 a{color:#000;}
	#diario3img{
		border: 1px solid #570202;
		float: left;
		height: 320px;
		width: 280px;
		/*margin:10px 0px 0px 0px;*/
		margin:15px 0px 0px 0px;
	}
	#titulodiario4{
		color: #B40941;
		float: left;
		font-size: 18px;
		margin: 35px 0 0 0px;
		width: 444px;
	}
#link_leer6{
		width: 155px;
		margin: 30px 0 0 16px;
		float:left;
	}
	#link_leer6 a{color:#000;}
	#diario4img{

		float: left;
		height: 357px;
		width: 280px;
		/*margin:10px 0px 0px 0px;*/
		margin:15px 0px 0px 0px;
	}
	#secciondiario a{
		text-decoration:none;
		color:#000;
	}
	#espacio{
	float:left;
	height:50px;
	}
#mostrarHistoria:hover{
	text-decoration:underline;
}

#mostrarIniciadores:hover{
	text-decoration:underline;
}

#mostrarLeer:hover{
	text-decoration:underline;
}

#nube_1_1 {
	margin-left:143px;
	margin-top:397px;
}

/* CUADROS CON BORDE DOBLE */
.rounded{-moz-border-radius: 10px;-webkit-border-radius: 10px;}
.kbm-panel{
	font-family:GeosansLight;
	font-size:19px;
}
.kbm-panel .bg{
	padding:1px;
	background:#F09;
	width:450px;
}
.kbm-panel .contenido{
	width:400px;
	border:1px solid #000;
	margin:-10px -10px 10px 10px;
	position:relative;
	padding:20px 30px 20px 30px;
	color:#FFF;
}
.kbm-panel .contenido p{
	padding:0px 30px;
}

#fondorojo{
	background:url(imagenes/estilos/fondo_papelrojo.jpg) repeat;
    height: 484px;
    padding: 35px;
    width: 180px;
	font-family:"tcm", Verdana;
	color:#FFF;
	font-size:24px;
}
#fondorojo li{    background: url("imagenes/estilos/subrayados.png") no-repeat scroll 0 37px transparent;
    height: 43px;
    list-style: none outside none;
    margin: 20px 0;
    width: 152px;}
#fondorojo li a{ text-decoration:none;color:#FFF;}
#fondorojo li a:hover{text-decoration:none; color:#990000;}
/*#fondorojo .b{display:block;margin:0px 25px;}*/

#fondokraft{
	background:url(imagenes/estilos/fondo_papelkraft.jpg) repeat-y;
    height: 484px;
    padding: 35px;
    width: 180px;
	position: absolute;
    right: -59px;    
	width: 284px;
}

.tarjeta{
	background:url(imagenes/estilos/tarjeta.png) no-repeat;
	width:357px;
	height:207px;
    position: absolute;
    right: 85px;
    top: 150px;
}
.tarjeta .titulo{
    background: url("imagenes/estilos/subrayados.png") no-repeat scroll -175px 33px transparent;
    font-family: "Channel",Verdana;
    font-size: 18px;
    height: 50px;
    margin-left: 41px;
    margin-top: 7px;
    width: 200px;
}
.tarjeta .texto{
    font-family: "tcm",Verdana;
    font-size: 15px;
    margin-left: 32px;
    margin-top: 6px;
}

#tarjeta1 .galleta{
    background: url("imagenes/estilos/enelhorno_galletas.png") no-repeat scroll transparent;
    height: 193px;
    margin-left: 185px;
	margin-top:123px;
	position:fixed;
    width: 225px;
}
#tarjeta2 .galleta{
    background: url("imagenes/estilos/artecomestible.png") no-repeat scroll 0 0 transparent;
    height: 154px;
    margin-left: 185px;
    margin-top: 133px;
	position:fixed;
    width: 178px;
}

#fondoverde{
	background: url("imagenes/estilos/fondo_verde.png") repeat-y scroll 0 0 transparent;
    height: 484px;
    left: 280px;
    padding: 47px 77px;
    position: absolute;
    width: 230px;
}
#fondoverde .titulo{    
	color: #990000;
	font-family: "HoneyScript-SemiBold",Verdana;
    font-size: 32px;
    width: 130px;
}
#fondoverde ul{
	list-style:disc;
	margin-bottom:25px;
	font-size: 13px;
}
#fondoverde li{
	display:inline-block;
	list-style:disc;
    width: 177px;
}
#fondoverde li a{ text-decoration:none;color:#000;}
#fondoverde li a:hover{text-decoration:none; color:#990000;}

.tarjetaroja{
    background: url("imagenes/estilos/tarjetaroja.png") no-repeat scroll 0 0 transparent;
    font-size: 13px;
    height: 189px;
    left: 530px;
    padding: 30px 39px;
    position: absolute;
    top: 226px;
    width: 120px;
	z-index:-1;a
}
.tarjetaroja .texto{
	color:#FFF;
}

#fondoblanco{
	background-color:#FFF;
    height: 484px;
    left: 48px;
    position: absolute;
    width: 240px;
}

.dobleborde3{
	color: #FFFFFF;
    float: left;
    margin-left: 30px;
    margin-top: 58px;
    width: 359px;
	position:absolute;
}
.dobleborde3 .top{
	background: url("imagenes/estilos/dobleborde_3_top.png") repeat scroll 0 0 transparent;
    display: block;
    height: 28px;
    width: 328px;
}
.dobleborde3 .cerrar{
	font-weight:bold;
	display: block;
    height: 28px;
    width: 60px;
	margin-left:260px;
	top:10px;
	position:absolute;
}
.dobleborde3 .cerrar a{
	text-decoration:none;
	color:#FFF;
}
.dobleborde3 .center{
	background: url("imagenes/estilos/dobleborde_3_mid.png") repeat scroll 0 0 transparent;
    display: block;
    padding: 15px 40px;
    width: 248px;
}
.dobleborde3 .center .adorno{
	background: url("imagenes/estilos/adornos.png") repeat scroll 0 0 transparent;
    bottom: 31px;
    height: 72px;
    left: 27px;
    position: absolute;
    width: 73px;
}
.dobleborde3 .bottom{
	background: url("imagenes/estilos/dobleborde_3_bot.png") repeat scroll 0 0 transparent;
    display: block;
    height: 28px;
    width: 328px;
}
.dobleborde4{
	background: url("imagenes/estilos/dobleborde_4.png") repeat scroll 0 0 transparent;
	padding: 22px; width: 339px; height: 104px;
	font-size:13px;
	position:absolute;
	bottom:78px;
	right:100px;
	text-align:center;
}
.dobleborde5{
	background: url("imagenes/estilos/dobleborde_5.png") repeat scroll 0 0 transparent;
	padding: 22px; width: 339px; height: 104px;
	font-size:13px;
	position:absolute;
	bottom:44px;
	right:100px;
	text-align:center;
}
.dobleborde6{
	background: url("imagenes/estilos/dobleborde_6.png") repeat scroll 0 0 transparent;
	padding: 22px; width: 339px; height: 104px;
	font-size:12px;
	position:absolute;
	bottom:78px;
	right:100px;
	text-align:center;
}

#blog{
	/*background:url(imagenes/maru_blog.jpg) no-repeat scroll 0 0 transparent;
	background-size:100%;
	height: 676px;
    width: 1400px; */
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("imagenes/maru_blog.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    position: fixed;
    width: 100%;
}
#blog #fondoblog{
	background: url("imagenes/estilos/fondo_blog.png") repeat-y scroll 0 0 transparent;
    height: inherit;
    right: 274px;
    padding: 20px;
    position: absolute;
    width: 460px;
}

#blog #indexblog{
	background-color: #CF4F3F;
    height: 470px;
    right: 771px;
    padding: 5px;
    position: absolute;
    top: 30px;
    width: 116px;
	overflow-y: scroll;
	color:#FFF;
}
/*#blog #botonesblog{
	font-size:14px;
	text-align:center;
	font-family:Muli;	
	background: url("imagenes/estilos/pestanas_blog.png") no-repeat scroll 0 0 transparent;
    height: 484px;
    right: 130px;
    padding: 7px;
    position: absolute;
    top: 30px;
    width: 130px;
}*/
#blog #botonesblog{
	font-size:14px;
	text-align:center;
	font-family:Muli;	
	background: url("imagenes/estilos/botones_blog.png") no-repeat scroll 0 0 transparent;
    height: 484px;
    right: 130px;
    padding: 7px;
    position: absolute;
    top: 30px;
    width: 130px;
}

.nuestra_historia{
    font-size:24px;
	text-align:center;
	font-family:Muli;
	height: 10px;
    left: 1091px;
    top: 116px;
    width: 100px; 	
}
#espacio_historia{ height:18px;}

#prensa{
    font-size:24px;	
	text-align:left;
	font-family:Muli;	  
    padding: 1px;
    top: 116px;    
    width: 50px; 		
}
#feisbukero{
    font-size:19px;	
	text-align:center;
	font-family:Muli;   
    top: 116px;    
    width: 100px; 		
}

#link_imagen{ width:107px; height:50px; }
#espacio_botonesbloghistoria{ width:107px; height:10px;}
#espacio_botonesblog{ width:107px; height:73px;}
#espacio_botonesblogfeisbukero{ width:107px; height:16px;}
#espacio_botonesblogempowerment{ width:107px; height:55px;}

#botonesblog a {color:#FFFFFF; text-decoration:none; }
#botonesblog2 a {color:#FFFFFF; text-decoration:none; }
/*#botonesblog A:link {text-decoration:none;color:#FFF000;}*/ 
/*#botonesblog A:visited {text-decoration:none;color:#ffcc33;} 
#botonesblog A:active {text-decoration:none;color:#ff0000;} */ 
/*#botonesblog A:hover {text-decoration:none;color:#FFF; font-weight:bold;}*/

#area_mensaje {
    background: none repeat scroll 0 0 transparent;
    bottom: 70px;
    float: left;
    height: 332px;
    position: absolute;
    right: 56px;
    width: 383px;
    z-index: 4;
}