th, td 

{
    
border-bottom: 2px solid #65944a;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}


#contenedor {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	
	}

#menu {
	color:#CC9900;
	font-size:16px;
	text-align:left;
	font-family: arial, sans-serif;
	font-size: 76%;
	color: #333333;
	line-height: 1,2em;
	}




.menutext {
    line-height: 18px;
	border-style: solid;
	border-color:#c7b87f;
	background-color: #f1f1e2;
	padding:4px 4px;
	
	
	
		
}





a:hover, a:focus {
  text-decoration: underline; border:2px; 
}


.menutext a:hover {background: #F9E79F; padding:5px 5px;}







img {
	max-width:100%;
	height:auto;
	}

html,body{margin:0;padding:0}
body{
	text-align:center;
	font-family: arial, sans-serif;
	font-size: 100%;
	color: #333333;
	line-height: 1,2em;
}
p{margin:0 10px 10px}
a{padding:5px; text-decoration:none; color:#008099; font-size:1.1em;}
div#header{background-color:#F3F2ED;}
div#header h1{height:80px;line-height:80px;margin:0;padding-left:10px;}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{background:#F6F0E0;}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#extra{background:#CCC8B3;}
div#footer{background:#BFBD93;}
div#footer p{margin:0;padding:5px 10px}
div#container{width:80%;margin:0 auto}
div#content{float:right;width:60%}
div#navigation{float:left;width:22%}
div#extra{float:left;clear:left;width:22%}
div#footer{clear:both;width:100%}




@media screen and (max-width: 660px) {
    body {
        font-size: 16px;
		line-height: 1,2em;
    }
	
#contenedor {
	width:80%;
	margin:0 auto;
	overflow:hidden;
	
	}

}






.justificado {
	text-align:justify;
	-webkit-columns: 3 150px;
    -moz-columns: 3 150px;
     columns: 3 150px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
     column-gap: 2em;
}



@media screen and (max-width: 550px) {


td  {display: inline-block;

    width: 95%;
   
    margin: 4px 4px 4px 4px;
    border: 1px solid #73AD21; 
	text-align:center;
			
	}
	
	
	
	td.menutext {
	width:95%;
	height:120px;
	display:inline-block;
	overflow:auto;
	background-color:#FFFFCC;
	margin-right:48px;
	
	
	
}

}