* 
{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box; 
}

body 
{
	font-family: arial;
	font-size: 12px;
	color: rgb(94, 94, 94);
}

.entrada
{	
	background-color: rgb(34, 34, 34);
}

#logot
{
	padding: 1em;
	position: absolute;
	float: left;
}

.contenedor 
{
	padding: 1em;	
	position: relative;	
	list-style-type: none;
	margin: 0px;
	text-align: right;
}

.contenedor li 
{
	display: inline-block;	
} 

.contenedor li a 
{
	color: #edeef3;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
}

.contenedor li a:hover 
{
	background: rgb(4, 94, 180);
	color: #ebeff2;
	border-radius: 5%;
}

#contenedor 
{
	margin: 1px auto;
	width: 100%;	
	background-image: url("img/fondo.gif") no-repeat fixed center;	
}

section
{	
	width: 55%;	
	margin: 10px 0px 10px 40px;
	text-align: justify;
	line-height: 200%;
	float: left;
	border: solid rgb(217, 217, 217);
	box-shadow: 0px 0px 50px -3px rgba(237, 237, 237, 0.6);
}

article h3 a
{
	float: right;
	text-decoration: none;
	color: rgb(94, 94, 94);
}

aside
{	
	width: 35%;
	padding: 1em;
	margin: 10px 40px 2px 0px;	
	text-align: justify;
	line-height: 200%;
	float: right;
	border: solid rgb(217, 217, 217);
	box-shadow: 0px 0px 50px -3px rgba(237, 237, 237, 0.6);	
}

aside figure img
{
	width: 55%; 	
	border-radius: 50%;	
	margin: 0 auto;
}

article
{
	border: dotted rgb(234, 234, 234);
	padding: 1em;
	margin: 1em;
}

.iconos a
{
   text-decoration: none;
	list-style-type: none;
	color: rgb(94, 94, 94);
	letter-spacing: 2px;	
}

.icon-facebook2
{
	color: #3b5998;
	font-size: 24px;
}

.icon-twitter
{
	color: #00aced;
	font-size: 24px;	
}

#nombre
{
	text-align: center;	
	font-size: 18px;
}

#catego
{
	text-align: center;
	color: white;
	background-color: rgb(34, 34, 34);	
}

.menufinal
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.menufinal	a 	
{
	display:block;
	padding: 1em;
	background-color: rgb(245, 245, 245) ;
	text-align: left;
	margin-right: 0.2em;
	text-decoration: none;
	color: rgb(94, 94, 94);
	border-bottom: dotted rgb(217, 217, 217);		
}

footer
{
	background-color: rgb(34, 34, 34);
	height: 80px;
	clear: both;
	text-align: center;
	padding-top: 30px;
	color: white;
	line-height: 350%;	
}