@import url('reset.css');
body{
	font-family:arial;
}
#contenedor{
	border:0px dotted grey;
	width:900px;
	margin:auto;
	padding:20px;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;padding:0px;
}
h1,h2{
	margin:0px;padding:0px;
	margin-top:10px;
	padding-top:10px;
}
h1{
	font-family: 'Merienda', cursive;
	color:white;
	text-shadow:0px 4px 8px rgba(0,0,0,0.4);
}
h2{
	font-family:arial;
	font-weight:normal;
	font-size:20px;
	position:relative;
    text-decoration:none;
    text-align:justify;
    padding-left:30px;
    padding-right:30px;
    padding-top:10px;
    color: rgb(72, 72, 72);
}
h3{
	font-family:arial;
	font-weight:bold;
	font-size:18px;
	position:relative;
	top:0px;
	left:0px;
	margin-bottom:12px;
}
h6{
	font-size:12px;
}
hr {
    border: 0.5px solid rgb(198, 198, 198);
    margin-top:30px;
}
a{
    color:#000;
}
#contenedor{
	border:0px dotted grey;
	width:900px;
	margin:auto;
	padding:20px;
}

#logo{
	height:70px;
	width:286px;
	background:url(../img/logo-menu.png);
	background-size: 100% 100%;
	float:left;
	margin-right:8px;
}

.tab-menu  div{ 
    display: inline; 
}
.tab-menu  div  a{  
	position: relative !important; /* Keeps the tabs in line with each other */
	text-decoration: none; 
	color: #FF8800; 
	display: inline-block;
    padding:4px; 
	padding-top:25px;
	padding-bottom:25px;
	font-size:14px;
	margin:0px; 
	background: #FFFFFF; 
	text-align:center;
	width:85px;
	transition:all 1s; 
}
.tab-menu  div:target  a{ 
	background:#FF8800;
	color:#FFFFFF;
	/* border-bottom: 2px solid #FFFFFF; */
    /* border-top: 2px solid #FFFFFF; */
}
.tab-menu  div:hover  a{ 
	color:#FF8800;
	background:rgba(255,153,102,0.2)
}

#top_menu { 
	height: 49px;
	font-size: 18px !important;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/* width: 900px; */
}
footer{
	margin-top:30px;
	height:30px;
	text-align:center;
}
aside{
	padding:10px;
	border:px solid black;
	width:30%;
	float:right;
	height:100%;
	background:rgba(66,180,255,1);
	/*background:rgba(62,158,255,1);*/
}
.asidederecha a{
	font-family:arial;
	font-weight:bold;
	font-size:18px;
	position:relative;
    text-decoration:none;
    color:#FFFFFF;
}
.contienelink{    
    margin-top:20px;
    margin-bottom:20px; 
}
.imagenlink{
	height:30px;
	width:30px;
	background:white;
	float:left;
	margin-right:15px; 
    padding:0;
}
.contienelink a{
    font-size:14px;
}/*
#imgasidesoporte1{
    background:url(../img/circulo.png);
    background-size:100% 100%;
}*/
#contieneprincipal{
	background:white;
	width:860px;
	padding:20px;
	/*padding-top:40px;*/
	box-shadow:0px 20px 20px rgba(0,0,0,0.4);
}
#ladoizquierdo{
	width:63%;
	float:left;
}
article{
	width:50%;
	text-align:justify;
	float:left;
}
