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

/* CUERPO */

body{
	background: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
}

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

header{
	width: 900px;
	height: 80px;
	border-bottom: 1px dotted #666;
	
}

header h1{
	font-family: 'Ubuntu', sans-serif;
	font-size: 50px;
	color: #000;
    text-align: center;
}

nav{
	width: 900px;
	border-bottom: 1px dotted #666;
}

nav ul{
	list-style: none;
}

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

nav ul li a{
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
    text-align: center;
    font-family: 'Droid Sans', sans-serif;
}

.lateraliz{
	width: 200px;
	height: 550px;
	float: left;
	position: relative;
}

.lateralder{
	width: 250px;
	height: 550px;
	float: right;
    right: 0px;
}

.lateraliz img{
	margin-top: 20px;
    padding: 10px;
    border: 1px dotted #666;
    margin-left: 60px;
}


h2{
    font-size: 14px;
    color:#3c3b3b;
    text-align: right;
    margin: 25px 0px 0px 10px;
    line-height: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
    text-decoration: none;
}

h3{
    font-size: 15px;
    color: #000;
    text-align: right;
    margin: 10px 0px 0px 10px;
    line-height: 20px;
}

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

.lateralder h5{
    font-size: 14px;
    color: #000;
    align-content: left;
    margin: 40px 0px 0px 140px;
    line-height: 20px;
}

.lateralder h5 a{
    font-size: 14px;
    color: #666;
    
}

footer{
    width: 900px;
	background: #fff; 
	clear: both;
	font-family: 'Ubuntu', sans-serif;
	color: #333;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	padding-top: 15px;
	border-top: 1px dotted #666;
}