body
{
	text-align: center;
}


#pagina
{
	display: inline;
	clear: both;
	width: 240px;
	height: auto;
	overflow-x: hidden;
}

.centro_float_bottom
{
	position: relative;
	margin: 0px auto;
	width: 240px; /* width: 950px; */
	overflow-x: hidden;
}

.centro_float_bottom_sombra
{
	position: relative;
	margin: 0px auto;
	width: 240px; /* width: 950px; */
	overflow-x: hidden;
}


#idiomas
{
	border-bottom: 1px solid #4e96b3;
	background-color: white;
	font-size: 11px;

	height: 16px; /* 26 - padding */
	
	padding-top: 2px;
	color: #a1c7d7; 
}
#idiomas a 
{ 
	color: #a1c7d7;  
	margin: 0px 2px;
	text-decoration: none;
} 
#idiomas a:hover
{ 
	color: #4e96b3;
} 



#menu_p
{
	height: auto;
	min-height: 25px;
	width: 240px;
	margin-bottom: 1px;
	overflow: hidden;
	background-color: #4e96b3;
	text-align: center;
	padding: 2px 0px;
	clear: both;
}
		#menu_p a
		{
			padding: 2px 3px 2px 3px;
			cursor: pointer;
			
			color: white;
			text-transform: lowercase;
			font-size: 12px;
			text-decoration: none;
		}
		
		#menu_p a:hover,
		#menu_p a.select { color: #a1c7d7; }

			
		#logo
		{
			width: 240px;
			height: 50px;
			top: 2px;
			left: 0px; /* 240 - 146 */
			background-image: url('/css/moviles/img/logo.jpg');
			background-position: top right;
			background-repeat: no-repeat;
			margin-bottom: 2px;
		}

#menu_s
{
	height: auto;
	min-height: 25px;
	width: 240px;
	background-color: #a1c7d7;
	margin-bottom: 1px;
	overflow: hidden;
	text-align: center;
}

		#menu_s a
		{
			padding: 2px 3px 2px 3px;
			cursor: pointer;
			
			color: white;
			text-transform: lowercase;
			font-size: 12px;
			text-decoration: none;
		}
		
			
			#menu_s a:hover,
			#menu_s a.select
			{
				color: #4e96b3;
			}



#cuerpo
{
	width: 240px;
	
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

	
	#contenido
	{
		background-image: url('/css/moviles/img/contenido_deco.jpg');
		background-repeat: no-repeat;
		background-position: top center;
		min-height: 50px;
		height: auto !important;
		height: 50px;
		margin-top: 1px;
		padding-top: 5px;
		z-index: 2;
	}
	
	/* CONTENIDOS A MEDIA PÁGINA */
	div.contenido2
	{
		width: 240px;
		margin: 0px auto;
		height: auto;
		clear: both;
	}
	
	.contenido2_titulo
	{
		display: block;
		border-bottom: 1px solid #4e96b3;
		font-weight: bold;
		font-size: 14px;
		color: #4e96b3;
		padding: 1px 1px 2px 5px;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align:left;
	}
	
	div.contenido2_titulo a
	{
		color: #4e96b3;
		text-decoration: none;
	}
	
	div.contenido2_titulo a:hover
	{
		color: #e3901a;
	}



#pie
{
	top: -10px;
	z-index: 1;
	background-image: url('/css/moviles/img/pie_deco.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: auto;
	font-size: 11px;
	
	padding-top: 15px; /* ie6 */
	
	clear:both;
	
	/*margin-bottom: 15px;*/
}
		#pie_menu
		{
			margin-top: 1px;
			height: auto;
			padding: 2px 2px;
			
			background-color: #a1c7d7;
			color: white;
			font-size: 12px;
			text-align: center;
		}
				#pie_menu a
				{
					color: white;
					text-transform: lowercase;
					text-decoration: none;
				}
		
				#pie_menu a:hover
				{
					text-decoration: underline;
				}
		
		#pie_bywos
		{
			margin-top: 1px;
			font-size: 11px;
			height: auto;
			clear: both;
			width: 240px;
			
			padding: 5px 0px 5px 0px;
		}
				#pie_bywos a
				{
					text-transform: lowercase;
				}
		
				#pie_bywos a:hover
				{
				}
		
			#pie_bywos #pie_bywos1
			{
				position: relative; 
				float: left; 
				width: 200px; 
				height:18px;
				margin-left: 5px;
				
				overflow: hidden;
			}
				#bywostambien1
				{
					position:absolute;
					width:100%;
					font-weight:bold; 
					margin-bottom: 3px; 
					height:auto;
					text-align: left;
				}
				
				#bywostambien2
				{
					position:absolute;
					left: 120px;
					width:100%;
					height:auto;
					text-align: left;
				}
			
			#pie_bywos #pie_bywos3
			{
				position: relative; 
				float: left; 
				width: 240px; 
				height:auto;
				margin-top: 2px;
				text-align: center;
				overflow: hidden;
			}
			
#versiones
{
	margin-bottom: 5px;
}


.movil_beta
{
	position: absolute;
	top: 0px;
	left:2px;
	font-size: 11px;
	height: 16px; /* 26 - padding */
	
	padding-top: 2px;
	color: #a1c7d7; 
}