@charset "utf-8";
/* CSS Document */

/*

*{
	margin: 0px;
	padding: 0px;
}

html,body
{
width:100%;
height:100%;
}

*/

.contenedor{
	background:white;
	
/*	background: -webkit-linear-gradient(top, #f56f3a , #3F3F40);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-style: oblique;
	/*overflow: hidden;*/
	/*overflow: auto;*/
	
	width:99.6%;
	/*height: 92%;*/
	padding-bottom:30%; 

	/*height: 0;
    */ 
   /* border:2px solid #f56f3a;*/

	
	
}
/*
.contenedor:hover{
	overflow: auto;
}

*/


#cabecera{
        background-color:#E5BC7A;
        height:20%;
}
#menu{
        height:10%;
        background-color:#C8CACC;
}
#izquierda{
        height:50%;
        background-color:#BDD2EF;
        float:left;
        width:30%;
}
#derecha{
        height:50%;
        background-color:#DAF7E2;
        float:right;
        width:50%;
}
#pie{
	
	width:100%;
	height:10%;
	background: url(../imagenes/bg.jpg) repeat-x top;	
	color: #ffffff;
	text-align:center;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 1em;
	align-self: flex-end;
	clear:both;
	/*border:2px solid #f56f3a;*/
}
