body
{
	background-color:#FFF;
}

#contenedor
{
	width:780px;
	height:100%;
	margin:auto;
}
#cabecera
{
		height:159px;
		width:779px;
}
	#cab1
	{
		height:32px;
		width:779px;
	}
	
	#superior
	{
		width:403px;
		height:32px;
		float:left;
	}
	#superior1
	{
		width:376px;
		height:32px;
		float:right;
		
	}
	
	#cab2
	{
		height:39px;
		width:779px;
		
	}
	#medio
	{
		width:187px;
		height:39px;
		float:left;
	}
	#medio1
	{
		width:592px;
		height:39px;
		float:right;
	}
	
	#cab3
	{
		height:88px;
		width:779px;
	}
	#inf
	{
		width:187px;
		height:88px;
		float:left;
	}
	#inf1
	{
		width:592px;
		height:22px;
		float:right;
		background-color:#4DBDEB;
	}
		#inf1 a
			{
				text-decoration:none;
				text-transform:uppercase;
				color:#00477C;
				font-weight:bold;
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
				
			}
	#inf1 a:hover
			{
				color:#FFF;
				
				text-decoration:none;			
			}
	
	#contenido
	{
		height:100%;
		width:779px;
	}
		#imagen
		{
			width:187px;
			float:left;
		}
		#form
		{
			width:592px;
			float:right;
		}
	
	#form
		{
			width:320px;
			height:210px;
			color:#000000;
			font-family:Arial, Helvetica, sans-serif;
			text-align:left;
			padding-left:30px;
			padding-top:10px;
			font-size:14px;
			margin:auto;
			margin-right:80px;
		}
	#pie
	{
		width:779px;
		margin:auto;
		color:#09F;
		clear:both;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		font-size: 11px;
	}