@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700,800');
@import url("../../../archivos/pagina/paginas.css");
@import url("../../../archivos/pagina/assets/jkresponsivegallery.css");


@charset "utf-8";

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

a { text-decoration:none;}

Body {
	font-family: 'EB Garamond', sans-serif;
	font-size: 1.1rem;
	font-weight:500;
	color: #603004;
	background-image:url(fondodiagonal2.jpg);
	background-color:#F6F3EC;
	margin:24px;
}

main {
	width:98%;
	margin:auto;
}

h1 {
	font-size: 1.8rem;
	font-weight:600;
	letter-spacing:3px;
	line-height:3;
	text-shadow: 2px 2px 6px #666;
}

h2 {
	font-size: 1.5rem;
	font-weight:800;
	text-indent:30px;
	letter-spacing:1px;
	text-shadow: 2px 2px 3px #999;
	margin-bottom:6px;
}

h3 {
	font-size: 1.2rem;
	letter-spacing:1px;
	text-shadow: 1px 1px 2px #999;
	margin-top:16px;
}

hr {
	width: 96%;
	margin: 15px auto;
	border-top: 1px solid #F8EFE8;
	border-bottom: 1px solid #C4A486;
}

a {
	font-family: 'EB Garamond', sans-serif;
	font-weight:400;
	color: #12A4FF;
}
			   
a:hover { color: #009393;
}

.datos {
	line-height:1.5;
	width:100%;
	max-width:320px;
	padding:18px;
	margin: 6px auto;
	border:#E5D8CD thin solid;
	background-color: rgba(255,255,255,.9);
	border-radius:12px;
	
}

.vinc      {
	color: #12A4FF;
	font-size: 0.9rem;
	font-weight:700;
	text-align:right;
	width:100%;
	display:block;
	padding: 0 0 8px 0;
}
			   
.vinc:hover { color: #009393;
}


div.rthumbnail img { 
	margin:12px;
	box-shadow: 0 0 0 2px #C4A486;
}

/*-------------------------------------------RESPONSIVE--------------------------*/

main, container, header, section, article, footer, salto, h1 {
	margin:auto;
	display: block;
}

main {
	width:100%;
	max-width: 1280px;
	padding:12px;
	background-image: url(fondodiagonal.jpg);
	border-radius:24px;
}

container p {
	margin: 6px auto;
	display: inline-table;
}

section {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
	width:99%;
	margin:auto;
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	max-width:700px;
}

.col-1 {width: 8.333%;}
.col-2 {width: 16.666%;}
.col-3 {width: 25%;}
.col-4 {width: 33.333%;}
.col-5 {width: 41.666%;}
.col-6 {width: 50%;}
.col-7 {width: 58.333%;}
.col-8 {width: 66.666%;}
.col-9 {width: 75%;}
.col-10 {width: 83.333%;}
.col-11 {width: 91.666%;}
.col-12 {width: 100%;}

img {
	max-width:100%;
	height:auto;
}

.centrado {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#f3f3f3;
}

salto {
	height:30px;
}

.fotos {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: none;
	width:100%;
	max-width: 980px;
	padding:12px;
	margin:auto;
	background-color:#;

}

.fotos1{
	width:100%;
	max-width:234px;
	height:100%;
	max-height:182px;
	border:#C4A486 thin solid;
	padding:6px;
	margin: 8px 16px;
}

.fotos2{
	width:100%;
	max-width:182px;
	height:100%;
	max-height:234px;
	border:#C4A486 thin solid;
	padding:6px;
	margin: 8px 16px;
}


.fotos3{
	width:100%;
	max-width:314px;
	height:100%;
	border:#C4A486 thin solid;
	padding:2px;
	margin: 8px 16px;
}

.actividad {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
	width:100%;
	max-width: 275px;
	height:100%;
	max-height:290px;
	display:block;
	text-align:center;
	padding:4px;
	margin: 12px auto;
	background-color:#;
	border:#C4A486 thin solid;

}

.ausente {
	font-size: 1.2rem;
	font-weight:300;
	color: #fff;
	line-height:1.4;
	text-align: center;
	border-radius:12px;
	background-color:#543A2D;
	background-image: url(fondodiagonal2.jpg);
	width:96%;
	max-width:780px;
	margin:8px auto;
	padding:16px;
	display:block;
}

.ausente a {
	color:#FFE6B7 ;
}

.ausente a:hover {
	color: #9EBFFF;
}

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

Body {
	font-size: 1.1rem;
	font-weight:400;
}


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

Body {
	font-size: 1rem;
	font-weight:400;
	line-height:1.1;
	margin:0;
}

h1 { font-size: 1.6rem;}

h2 { font-size: 1.4rem;}

h3 { font-size: 1.25rem;}


main {
	width:100%;
	padding:6px;
	border-radius: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
	width:90%;
}

.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	width:100%;
}

}

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


Body {
	font-size: 1rem;
	font-weight:400;
	margin:0;
}

h1, h2, h3 {
	text-indent:2px;
	letter-spacing:0;
	font-weight:600;
}

h1 {
	font-size: 1.5rem;
	line-height:2;
	text-shadow: 2px 2px 4px #999;
}

h2 {
	font-size: 1.3rem;
	text-shadow: 2px 2px 3px #ccc;
	margin-bottom:3px;
}

h3 {
	font-size: 1.1rem;
	text-shadow: 1px 1px 2px #ccc;
	margin-top:6px;
}

.datos {
	font-size:1.1rem;
	font-weight:500;
	line-height:1.4;
	width:96%;
	margin: 12px auto;
	padding:8px;
	background-color: rgba(255,255,255,0.6);
	border-radius:12px;
}

.datos a {
	font-size:1.1rem;
}

main {
	width:100%;
	padding:6px;
	border-radius: none;
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	width:98%;
	margin:0 auto;
	padding:0;
}

.ausente {
	font-size: 1rem;
	line-height:1.4;
	text-align: center;
	border-radius:12px;
	width:98%;
	margin:4px auto;
	padding:8px;
}

.sacar {
	display:none;
}


salto {
	height:15px;
}

}