@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,600,800');
@import url('../../archivos/pagina/assets/jkresponsivegallery.css');

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

Body {
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight:400;
	color: #333;
	background-color:#EFEAE0;
}

h1, h2, h3 {
	font-family: 'Open Sans Condensed', Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2rem;
	text-indent:40px;
	line-height:2.5;
}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.4rem;
}

hr {
	margin:18px auto;
	border:none;
	border-bottom:#C7B99E thin solid;
	border-top:#C7B99E thin solid;
	width:90%;
	display:block;
}

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

a {
	font-size: 0.9rem;
	font-weight:600;
	color:#1085E7;
	text-decoration:none;
}

a:hover {
	color:#B84B20;
}

ul {
	margin-left:18px;
}

li {
	line-height:1.8;
}

section {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
	width:99%;
	max-width:1280px;
	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;
	margin: 0 auto;
}

.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%}

salto {
	height:30px;
	display:block;
}

div.rthumbnail img { /* style for thumbsnail DIVs that appear initially on the page */
	box-shadow: 5px 5px 20px #999;
	margin: 16px 8px;
}

#comucel {/*--boton celu--*/
	display:none;
}

#credito {
	text-align:center;
	letter-spacing:1px;
	line-height:2;
	border-top:#666666 thin solid;
	margin-top:18px;
}

#credito a {
	font-size:0.9rem;
	color: #0066CC;
}

#credito a:hover {
	color: #3399FF;
}
@media only screen and (max-width: 660px) {

Body {
	font-size:0.9rem;
	margin:0;
}


h1 {
	font-size: 1.6rem;
}

h2 {
	font-size: 1.2rem;
	font-weight:700;
}

h3 {
	font-size: 1rem;
	font-weight:700;
}

main {
	padding:12px;
	border-radius:8px;
	box-shadow: 2px 2px 10px 2px #bbb inset;
	width:100%;
}

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

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

}

@media only screen and (max-width: 600px) {/*--BOTON FONO--*/

#comucel {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	width:100%;
}

.fono, .celu, .what {
	display: block;
	font-family: 'Biryani', Verdana, sans-serif;
	font-size:1.1rem;
	font-weight:400;
	color:#fff;
	line-height:2.8;
	background-color: #999;
	border-radius:8px;
	margin: 3px;
	width:220px;
	text-align:center;
	text-decoration:none;
}

.fono:hover, .celu:hover, .what:hover {
	color:#FFFFFF;
	background-color: #0087BF;
}

.what {
	background-color:#189D0E;
}

}

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

Body {
	font-size: 0.8rem;
	line-height:1.4;
	margin: 0;
}

h1 {
	font-size: 1.2rem;
}

h2 {
	font-size: 1.1rem;
	font-weight:700;
}

h3 {
	font-size: 1rem;
	font-weight:700;
}

ul {
	font-size:0.8rem;
	margin:12px auto;
	margin-left:12px;
}

li {
	line-height:1.3;
}

main {
	padding:8px;
	border-radius: 0;
	box-shadow: none;
	width:100%;
}

section {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
	width:100%;
	padding:4px;
}

.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:100%;
}

container img {
	margin:6px;
}

.sacar {
	display:none;
}

}
