/* Reseteo universal*/
* {
	border: 0;
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

a{
	color: #57ABBB;
	font-weight:bold;
	text-decoration: none;
}

a:hover{
	color:#F60;
}

audio, iframe, img, video{
	max-width:100%;
}

body{
	color:#000;
	font-family: Arial;
	font-size: 1em; /*16px = 14pts = 100% */
	padding: 0.3em;
}

header {
	height: 5em;
	/*border:1px solid red;*/
	background: url('../img/encabezado.png');
	background-repeat:no-repeat;
	background-position:left;
}

header, footer, section#content{
	margin: 0px auto;
	padding: 10px 20px;
	max-width: 90%;
	text-align:center;
}

footer{
	color: #000;
	font-size: 0.85em;
	/*border:1px solid blue;*/
	height: 60px;
	background: url('../img/pie.png');
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
}

footer span{	
	font-weight:bold;
	color:#888;
}

section#content{
	font-size: 0.85em;
	text-align:left;
	/*border:1px solid grey;*/
	min-height:40em;
}

ul {
	list-style: none;
}

.titulo{
	font-size:2em;
	font-weight: bold;
	color: #aaa;
	float:right;
	/* border: 1px solid grey; */
	/* text-shadow: 1px 1px 0px #FFF, -1px -1px #FFF, 1px -1px #FFF, -1px 1px #FFF, 0px 1px #FFF, 1px 0px #FFF, -1px 0px #FFF, 0px -1px #FFF, 5px 5px 6px #bbb; */
}

#logueado{
	clear:both;
	/* border: 1px solid red; */
	font-size:0.7em;
	float:right;
}

#logueado2{
		display:none;
}


.clear{
	clear:both;
}

#contenedor-izq, #contenedor-der{
    /*border: 1px solid red;*/
    display: inline-block; 
    vertical-align: top;
    
}

#contenedor-izq{
    width: 25%;
    padding-top: 0.5em;
}

#contenedor-der{
    text-align: center;
    width: 74%;
}

@media screen and (max-width: 1080px){
	header{
		height: 4.5em;
		/*border:1px solid red;*/
		background-size: 50%;
	}
	footer{
		/*border:1px solid blue;*/
		height: 4.5em;
		background-size:120%;
	}
	.titulo{
		font-size:1.8em;
	}
}

@media screen and (max-width: 800px){
	header{
		height: 4em;
		/*border:1px solid yellow;*/
		background-size: 70%;
	}
	footer{
		/*border:1px solid blue;*/
		height: 4em;
		background-size:160%;
	}
	.titulo{
		font-size:1.6em;
	}
	#logueado{
		display:none;
	}
	#logueado2{
		display:block;
		font-size:0.7em;
		text-align:right;
		padding: 0px 20px 0px 0px;
	}
}

@media screen and (max-width: 600px){
	header{
		height: 3em;
		/*border:1px solid blue;*/
		background-size: 80%;
	}
	footer{
		/*border:1px solid blue;*/
		height: 3em;
		background-size:180%;
	}
	
	.titulo{
		font-size:1.3em;
	}
}

@media screen and (max-width: 400px){
	header{
		height: 2.5em;
		/*border:1px solid grey;*/
		background-size: 90%;
	}
	footer{
		/*border:1px solid blue;*/
		height: 2.5em;
		background-size:200%;
	}
	.titulo{
		font-size:0.9em;
	}
}