/*font-family: 'Shadows Into Light', cursive;
 font-family: 'Indie Flower', cursive;
*/

#contenidos{
	width: 1000px;
	height: auto;
	margin: auto;
	position: relative;
	

}


/*ETIQUETAS*/
body{
background-image: url(../img/log.jpeg);
background-color: white;
background-repeat: no-repeat;
background-size: cover;

}
header figure img{
	height: 100px;
	width: 400px;
}
h1{
font-family: 'Shadows Into Light', cursive;
color: black;
background-color:purple;
margin-left: 10px;
font-size: 60px;
text-align: center; 
}

h2{
font-family: 'Indie Flower', cursive;
color: red;
margin-left: 10px;
font-size: 40px;
text-align: left;
text-align: center; 
}

h3{
font-family: 'Shadows Into Light', cursive;;
color: purple;
font-size: 30px;
text-align: center; 
}


header{
	width: 1000px;
	height: 120 px;
	background: rgba(255, 255, 255, 10,70);
	border:solid black;
}

nav{
width: 1000px;
height: 50px;
background: blue;
border-radius: 10px;
border:solid black;

}
ul{
margin: auto;
padding-top: 4px;
}

li{
	float: left;
	list-style-type: none;
	padding: 10px;
	background: black;
	margin: 3px;
	border-radius: 10px;
	box-shadow: 0 0 10px white inset; 

}

section{
	width: 680px;
	background: gray;
	height: 600px;
	float: left;
	margin-top: 20px;
	border-radius: 10px;
	border:solid black;
}
section article figure img{
	height: 200px;
	width: 400px;
}
aside{

	width: 280px;
	background: maroon;
	height: 600px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	border-radius: 10px;
	border:solid black;
}

aside figure img{
	height:60px;
	width: 240px;
}
header figure img{
	height:80px;
	width:400px;
}

footer{
width: 1000px;
height: 70px;
background: maroon;
float: left;
margin-top: 20px;
border-radius: 10px;
margin-bottom: 20px;
text-align: center;
border:solid black;
}

p{

	font-size: 15px;
	font-weight: bolder;
	line-height: 24px;
	padding: 10px;
	text-align: justify;
}




/*CLASES*/

.ancho_menu_home{width: 900px;}
.ancho_menu_paginas{width: 970px;}

.menu:link{color: red; text-decoration: none;}
.menu:visited{color: white; text-decoration: none;}
.menu:hover{color: white; text-decoration: none; text-shadow: 0 0 13px white;}
.menu:active{color: white; text-decoration: none;}

/*SEUDO CLASES*/

















