html, body {
        width: 100%;
        min-height: 100%;
        /*height: auto !important;*/
        /*height: 100%;*/
		/*background: linear-gradient(gray,whitesmoke); /* Standard syntax */
		background: #e0dbdb1f;
		padding: 0px;
		margin: 0px;
}

#encabezado 
{
    font-family: Arial, Helvetica, sanz-serif;
    background-color: #7ac0e1;
    position: fixed;
    width: 100%;
	z-index: 55;  /*Para posicionar la capa Header arriba de todo */
	font-family: cursive,segoe ui,arial;
	font-size: 15pt;
}

#logo		
{	
	width: 100%;
	height: 100px;		
	background-color:#7ac0e1;
	color: whitesmoke;
	/*background-image: url(../img/encabezado2bis.jpg);*/
}

#logo h3
{
	color: whitesmoke;
	text-align:center;
	font-size: 30pt;
}

#contenedor
{	
	z-index: 5;
	width: 1040px;
	height: 100%;
	margin: auto;
	font-family: segoe ui,arial;
	font-size: 10pt;
	padding-top: 5px;
}

/* Sin uso momentaneamente */
.contenido
{	
	width: auto;
	height: auto;
	padding: 20px;
	clear:left;	
	border: 2px solid black;
	border-radius: 25px 25px 25px 25px;
	margin-top: 220px;
	margin-bottom: 30px
	}	


.pie
{
	width: 100%;
	height: 50px;
	text-align: center;
	background-color:#7ac0e1;
	color: whitesmoke; /*black;*/
	font-family: cursive,segoe ui,arial;
	font-size: 15pt;
	/*position: fixed; bottom: 0;*/
}


/*		MENU		*/
ul, ol 
{
	list-style:none;
	margin: 0px;
	padding: 0px;
}

.nav
{
	
	height: 0px;
    width: 802px;
	margin: 0 auto;
}
			
.nav > li 
{
	float: left;
	display: block;
}
		

.nav li a 
{
	background-color: #7ac0e1; /*whitesmoke;*/
	border-radius: 15px;
	border: 10px;
	color: whitesmoke; /*black;*/
	text-decortion: none;
	padding: 10px 35px;
	display: block;
}


.nav li a:hover 
{
	background-color: gray /*#7AE1BF; /*#0071c5;*/
}


.nav li ul 
{
	display: none;
	position: absolute;
	min-width: 140px;
}


.nav li:hover > ul 
{
	display: block;
}


.nav li ul li 
{
	position: relative;
}


.nav li ul li ul 
{
	right: -140px;
	top: 0px;
}

/*		Fin MENU		*/

.center
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:18%;
	border: black 1px solid;
}




