@charset "utf-8";
/* Documento CSS  */

/* CUERPO */
body{
	background: #fff;
	font-size: 14px;
}

#holder{
	width: 400px;
	height: auto;
	margin-right: 280px;
	margin-left:  280px;
    
}

header{
    width: 900px;
	height: 80px;
	color: #D2691E;
	
}

header h1{
    font-size: 50px;
    width: 900px;
	color: #D2691E;
    text-align: justify;
    margin-left: 0px;
    margin-right: 0px;
}

nav{
	background-color: beige;width: 900px;
	border-bottom: 1px #D2691E;
}

nav ul{
	list-style: inside;
    text-decoration: none;
}

nav ul li{
	width: 13%;
	display: inline-block;
    text-decoration: none;
}

nav ul li a{
	color: #D2691E;
	text-decoration: none;
	display: block;
	float: right;
    text-align: left;
}

.lateraliz{
	width: 80px;
	height: 350px;
	float: right;
	margin-right: 5px;
    margin-left: 50px;
    
}


.lateraliz img{
	margin-top: 0px;
    padding: 20px;  
    margin-right: 0px;
    position: right;
}


.lateralder{
	width: 300px;
	height: 550px;
	float: center;
    text-align: right;
    margin-left: 0,5px;
    margin-right: 0,5px;
    margin-bottom: 3px;
    margin-top: 10px;
    padding-left: 0,3px;
    padding-top: 3px;
    text-decoration: none;
    background-color: beige; 
}


.lateralder h3{
    font-size: 14px;
    color: #D2691E;
    text-align: right;
    margin: 20px 0px 0px 10px;
    line-height: 20px;
}

.lateralder h4{
    font-size: 14 px;
    color: #D2691E;
    text-align: right;
    margin: 20px 0px 0px 10px;
    line-height: 20px;
}


footer{
    width: 900px;
	background: #fff; 
	clear: both;
	color: #333;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	padding-top: 15px;
	border-top: 1px #D2691E;
}