@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,900');

@charset "utf-8";

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

Body {
	font-family: 'Titillium Web', Verdana, Arial, Helvetica, sans-serif;
	color: #ddd;
	font-size: 18px;
	scrollbar-base-color: #CCC;
	margin:0;
	border: 0px;
	/*background-image: url(../foto/fondoraya.gif);*/
	background-color:#000;
}

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

main {
	width:98%;
	max-width: 1360px;
	padding:4px;
	background-color:#333;
	border-left:#555 solid 2px;
	border-right:#555 solid 2px;
}

container {
	width:100%;
	margin: 6px auto;
	background-color:#fff;
}

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

article {
	background-color:#fff;
	padding:14px;
}

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

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

h1, h2, h3 {
	color:#ddd;
	text-align:center;
	letter-spacing:1px;
}

h1 {
	font-size: 1.8rem;
	font-weight:600;
	line-height:1;
	padding: 12px;
	padding-top:18px;
}

h2 {
	font-size: 2.2rem;
	font-weight:900;
	color:#fff;
	line-height:1;
	letter-spacing:4px;
	margin-bottom:12px;
}

h3 {
	font-size: 1.3rem;
}

h4 {
	font-size: 1.2rem;
	text-align:left;
	margin-bottom:0;
	margin-top:12px;
}

ul {
	list-style: circle;
	margin: 12px 0 12px 40px;
}

hr {
	width: 100%;
	margin:auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #222;
}

a {
	font-family: 'Titillium Web', Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: 600;
	color: #bdf;
	line-height: 1.5;
	display: block;
	margin:3px;
	text-decoration: none;
	letter-spacing:1px;
}

a:hover {
	color: #FFDDBB;
}

.foto {
	box-shadow: 3px 3px 16px #999;
}

/*------------------------------------------------------TEMA ------------------------------------*/

#temas {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	width:100%;
	border:# thin dashed;
	margin:8px auto 16px;
}

.temas a {
	font-size:16px;
	font-weight: 600;
	color: #bdf;
	text-align:center;
	line-height:1.2;
	width:130px;
	padding:4px 0 8px;
	margin: 4px 2px;
	letter-spacing:1px;
	border-radius:4px;
	border:#666 thin solid;
	background-color:#444;
	transition: background .3s, color .4s;
	float:left;
	display:block;
}

.temas a:hover  {
	color: #444;
	background-color:#bdf;
}

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


/*------------------------------------------------------------------- GALERIA aviso online ------------------*/

.profe {
	border:#92C235 3px solid;
	border-bottom-width:8px;
	border-radius: 18px 12px 18px 24px;
	padding-bottom: 12px;
	padding-top: 8px;
	margin: 12px auto;
	transform: skew(-2deg);
	width:100%;
	max-width:500px;
	display:block;
}

.profe h3 {
	font-size:24px;
	font-weight:600;
	letter-spacing:2px;
	text-align: center;
	line-height:1.6;
}

.profe p {
	font-size:17px;
	text-align: center;
	line-height:1.6;
}

.profe a {
	font-family: 'Titillium Web', Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: 300;
	line-height:1;
	letter-spacing:1px;
	text-decoration:none;
	display:inline-block;
	border-radius:8px;
}

.profe a:hover {
	color: #FFDDBB;
}

/*-------------------------------------COMUNICACION FONO--------------------------------*/

#comupc {
	display:block;
}

#comucel {
	display:none;
}

#audio {
	margin: 12px auto;
	width:90%;
	max-width:920px;
}

.audio {
	margin: 6px auto;
	padding: 12px 12px 8px;
	border-radius:6px;
	border:#555 thin solid;
}

.audio p {
	font-size:14px;
	font-weight:500;
	color:#ddd;
	text-align:center;
	line-height:1;
}

audio {
	padding:3px;
	border-radius:50px;
	background-color: #0066FF;
	width:170px;
	height:30px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

audio:hover, audio:focus, audio:active {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}


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

h1 {
	font-size: 1.6rem;
	line-height:1;
}

h2 { font-size: 1.8rem;}

h3 {
	font-size: 1.2rem;
}

main {
	width:100%;
	max-width:660px;
	border:none;
	padding:3px;
}

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

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

}

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

#comupc {
	display:none;
}

#comucel {
	font-family: 'Titillium Web', Verdana, Arial, Helvetica, sans-serif;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	width:98%;
	padding:4px 2px 4px;
	margin:auto;
	border-radius:8px;
	border:#bbb thin solid;
}

#comucel h3 {
	font-weight:400;
	letter-spacing:0;
	padding-left:8px;
	width:100%;
}

.fono, .correo {
	display: block;
	font-size:16px;
	font-weight:600;
	color: #bdf;
	text-align:center;
	letter-spacing:0;
	line-height:2;
	margin: 4px auto;
	border-radius:23px;
	border:#666 2px solid;
	background-color:#444;
	width:46%;
}

.correo {
	width:80%;
}

.fono:hover, .celu:hover, .what:hover {
	color:#444;
	background-color: #fde;
}

}

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

Body {
	font-size: 15px;
}

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


h1 {
	font-size: 18px;
}

h2 {
	font-size: 22px;
	font-weight:600;
}

h3 {
	font-size: 17px;
	letter-spacing:0;
}

h4 {
	font-size: 16px;
	letter-spacing:0;
}

section {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
	width:100%;

}

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

.sacar {
	display: none;
}
/*------------------------------------------------------TEMA ------------------------------------*/

#temas {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	width:100%;
	margin:4px auto 8px;
}

.temas a {
	font-size:14px;
	font-weight: 400;
	width:110px;
	padding:4px 0 6px;
	margin: 4px 2px;
	letter-spacing:0;
	float: none;
	display: table;
}

}