charset "utf-8";
/* CSS Document */
* 
{
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face 
{
font-family: "Augusta1";
src: url(letras/Augusta1.ttf);
}
@font-face 
{
font-family: "Augusta2";
src: url(letras/Augusta2.ttf);
}
@font-face 
{
font-family: "Augusta3";
src: url(letras/Augusta3.ttf);
}
.main a
{
	display: block;
	text-decoration: none;
	padding: 20px;
	color: #000;
}
.main a span
{
	font-size: 20px;
	display: block;
	text-decoration: none;
	padding: 20px;
	color: #caa25c;
	font-weight: bolder;
}
body
{
	background: #000;
}
.menu_bar
{
	display: none;
}
.contenedor
{
	width: 80%;
	max-width: 1000px;
	margin:0 auto;
	overflow: hidden;
	background: #caa25c;
}
header
{
	margin:5px;
	width: 98%;
	height: auto;
	background: #caa25c;
}
header img
{
	width: 100%;
	height: auto;
}
.main
{
	width: 100%;
	height: 50%;
	background: #fff;
	padding: 10px;
	float: right;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	overflow-y: auto;
}
.titulo
{
	color: #000;
	text-shadow: v-shadow;
	font-weight: bolder;
	font-size: 28px;
	font-family: Augusta2;
}
.subtitulo
{
	color: #caa25c;
	font-size: 24px;
	font-family: Augusta2;
	font-weight: bolder;
}
.subtitulo2
{
	color: #caa25c;
	font-style: italic;
	font-size: 22px;
	font-family: Augusta2;
	font-weight: bolder;
}
.texto
{
	-webkit-column-count:2;
   -moz-column-count:2;
   column-count:2;
   -moz-column-gap: 3em;
   -webkit-column-gap: 3em;
    column-gap: 3em;
    -moz-column-rule: 1px solid #bbb;
    -webkit-column-rule: 1px solid #bbb;
    column-rule: 1px solid #bbb;
    -moz-column-width: 140px;	        
    -webkit-column-width: 140px;
    column-width: 140px;
}
.p1
{
}
.ima_membrete
{
	width: 100%;
	height: auto;
}
.ima_media
{
	width: 50%;
	height: auto;
	
}
.ima_tercio
{
	width: 30%;
	height: auto;
	
}
aside
{
	width: 100%;
	float:left;
	margin: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
}

aside nav
{
	background: #000;
	z-index: 100;
	max-width: 1000px;
	width: 97%;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
}
aside nav ul
{
	list-style:none;
}
aside nav ul li
{
	display: inline-block;
	position: relative;
	font-family: Augusta2;
	font-size: 22px;
}
aside nav ul li:hover
{
	background: #8a9597;
}
aside nav ul li a
{
	font-size: 24px;
	display: block;
	text-decoration: none;
	padding: 20px;
	color: #fff;
	font-weight: bolder;
}
aside nav ul li a span
{
	margin: 10px;
	color: #caa25c;
}

aside nav ul li a span:hover
{
	color: #ffbf00;
}
footer
{
	float: left;
	margin: 5px;
	box-sizing:border-box;
	width: 98%;
	max-height: 100px;
	padding: 0;
	color:#fff;
	background: #000;
	text-align: center;
	font-family: arial;
	font-size: 16px;
}
footer ul
{
	list-style:none;
	width: 100%;
}
footer ul li
{
	display: inline-block;
	position: relative;
	width: 33%;
	top: 0px;
}
footer ul li a
{
	text-decoration: none;
	color:#fff;
}
footer ul li a span
{
	color: #caa25c;
	font-size: 25px;
}
footer ul li a:hover
{
	text-decoration: none;
	color:#ffbf00;
}

@media screen and (max-width: 800px) {

	.menu_bar {
		display:block;
		left: 90%;
		width: 20px;
		position: relative;
		background:#000;
		
	}
 
	.menu_bar .bt-menu {
		display: block;
	background: #caa25c;
		color: #000;
		overflow: hidden;
		width: 20px;
		height: 20px;
	}
 
	aside nav {
		display: block;
		width: 70%;
		position: fixed;
		right:-100%;
		margin: 0;
		overflow: auto;
		z-index: 1000;
		height: 60%;
		
	}
 
	aside nav ul li {
		display: block;
	}
 
	aside nav ul li a {
		display: block;
	}
 	footer
 	{
		display:none; 	
 	}
 	.main
 	{
		height:80%; 	
 	}

}
@media screen and (max-width:400px)
{
	.contenedor
	{
		width: 100%;	
	}
}