@charset "utf-8";
/* CSS Document */
*
{
	margin:0;
	padding:0;
	
	border:0 none;
}
.clear
{
	clear:both;
}
.oculto
{
	display:none;
}
html,body
{
  height:100%;
}

#content
{	
	padding:30px 0 0 0;
	
	width:100%;

	/*min-height:100%;
	height: auto!important;
	height:100%;*/
	
	background-image:url(../img/body_top_fondo.jpg);
	background-repeat:repeat-x;
	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
	#contenedor
	{
		position:relative;
		margin:0 auto;
		
		width:960px;
		min-height:100%;
		height: auto!important;
		height:100%;
	}
	#cabecera
	{
		margin:0 0 11px 0;
		width:960px;
		height:128px;
		
		background-image:url(../img/cabecera.jpg);
		background-repeat:no-repeat;		
	}
		#cabecera ul
		{
			position:absolute;
			top:-15px;
			right:0;
			
			
			list-style:none;
			
			text-align:right;
		}
		#cabecera ul li
		{
			display:inline;
			padding:0 3px;	
			
			font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size:11px;
			color:#F99300;
		}
		
		#cabecera ul li a
		{
			color:#999;
			text-decoration:none;
		}
		#cabecera ul li a:hover
		{
			text-decoration:underline;
		}
		#cabecera ul #li_idiomaActivo a
		{
			color:#F99300;
			text-decoration:underline;
		}
		#cabecera h1
		{
			margin:0 auto;
			
			width:184px;
			height:57px;
		}
		#cabecera a
		{
			text-decoration:none;
		}
		#cabecera a img
		{
			border:0 none;
		}		
		
	#menu
	{
		float:left;
		margin:0 1px 11px 0;
		padding:3px 0 3px 25px;
		
		width:854px;
		height:24px;
		
		background-image:url(../img/menu_fondo.jpg);
		background-repeat:no-repeat;
	}
	#divInfocket
	{
		float:right;
		
		padding:3px 0 0 0;
		
		width:80px;
		height:30px;
		
		background-image:url(../img/menu_infocket_fnd.jpg);
		background-repeat:no-repeat;
	}
		#divInfocket a
		{
			display:block;
			
			margin:0 auto;
			
			width:60px;
			height:24px;
			
			text-decoration:none;
			background-image:url(../img/menu_infocket.jpg);
			background-repeat:no-repeat;
		}
		
	.divCab
	{
		width:960px;
		height:330px;
		
		background-repeat:no-repeat;
	}
		/* diferentes imagenes de la "segunda cabecera o imagen decorativa debajo del menu", pedendiendo de la sección */
		#cabSycntur
		{
			background-image:url(../img/cabecera2_imagen1.jpg);
		}
		#cabLocalidades
		{
		}
		#cabDispositivos
		{
		}
		#cabDemo
		{
		}
		#cabPresskit
		{
		}
		#cabContacto
		{
		}
		
	#contenido
	{
		margin:22px 0 0 0;
		padding:0 0 60px 0;
		
		width:960px;
	}
		#contenido #divLeft
		{
			float:left;
			
			margin:0 0 0 0;
			padding:0 10px 0 10px;
			
			width:550px;
		}
		#contenido #divRight
		{
			display:inline;
			float:right;
			
			margin:0;
			padding:0;
			
			width:360px;
			
			/*background-color:#FF8C00;*/
		}

#contentPie
{
	/*position:relative;
	top:auto;
	bottom:0;*/
	
	/*position:relative;
	margin-top:-109px;*/
	
	width:100%;
	height:109px;
	
	background-image:url(../img/body_bottom_fondo.jpg);
	background-repeat:repeat-x;
}
	#pie
	{
		margin:0 auto;
		
		width:960px;
		height:109px;
		
		background-image:url(../img/pie.jpg);
		background-repeat:no-repeat;
	}