﻿Body.enlaces #contenedorPrincipal 
{
    background: url(Images/fondocontacto.jpg) no-repeat;
    height:930px;
    margin-top: -400px;
    }
	
Body.enlaces #logo
{
    position:absolute;
    top:37px;
    right:11px;
    }

Body.enlaces #menuInferior
{
    top:185px;
    }

Body.enlaces #pie
{
    position: absolute;
	top: 895px;
	    }

Body.enlaces #titulo
{
    position: absolute;
	top: 225px;
	left: 250px;
	    }
		
Body.enlaces #contenido
{
    position: absolute;
	top: 245px;
	.top: 255px;
	left: 235px;
	width: 415px;
	padding: 0 50px 0 50px;
	color: #333333;
	line-height: 100%;
	height: 600px;
	overflow: auto;
	display: block;
	}
	
	Body.enlaces #contenido .encabezado
	{
		color: #999;
		font-weight: bold;
		}
		
	Body.enlaces #contenido A
	{
		color: #369EF1;
		}
		
	Body.enlaces #contenido A:hover
	{
		text-decoration: underline;
		}
	

