*{
	margin: 0;
	padding: 0;
    
	
}

section#banner{
	background-image: url(../f6bd09d4b36632c0cc07215b14e209c9.jpg);
	background-attachment: contain;
	background-position: center;
	background-repeat: no-repeat;
}

header{
	position: fixed;
	width: 100%;
	height: 70px;
	background-color: transparent;
	-webkit-transition: background-color .5s;
    font-family:italic;
    font-size: 23px;
}

nav{
	display: table;
	margin: auto;
	margin-top: 15px;
	height: 40px;
	-webkit-transition: margin-left .5s;
    
}

ul{
	display: block;
	float: left;
	list-style: none;
}

ul li{
	float: left;
	margin: 10px;
	padding: 2px;
}

ul a{
	color: #F3F3F3;
	text-decoration: none;
}

img#logo{
   
	float:left;
	display: block;
    border-radius: 15px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 150px;
	-webkit-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
}

#body{
	width: 96%;
	height: 500px;
    margin-left: 20px;
        

}

h1{
    font-family:italic;
    font-size: 30px;
    color: dodgerblue
}
p{
    font-family:italic;
    font-size: 20px;
    color: ;
    text-align: justify
}

.referencias{
 text-align: right;
 font-size: 12px;
 margin-top: -20px;
 color: blue;   
}

ul.a {
    list-style-type: disc;
    color: red;
}

.text-align{
    text-align: right;
    margin-top: -20px;
}

@font-face{
    font-family:italic;    
}