@charset "UTF-8";
/* CSS Document */
body{background-image:url(../img/inter/main-bkg.png);}
header{
	background-image: url(../img/inter/header-bkg.png);
	height: 110px;
	border-bottom: 3px solid #004576;
}
footer{background-image:url(../img/inter/footer-bkg.png); height:25px; -webkit-box-shadow:inset 0px -3px 10px 0px rgba(0, 0, 0, .5); box-shadow:inset 0px 3px 10px 0px rgba(0, 0, 0, .5);}
#contenido-principal{border-bottom:3px solid #7ec8e9;}
#header-centrado{width:900px;}
.redes{
	display:block;
	background-position:bottom;
	width:49px;
	height:49px;
	float:right;
}
.redes:hover{
	background-position:top;
}
#face{
	background-image:url(../img/inter/face-icon.png);
}
#twitter{
	background-image:url(../img/inter/twitter-icon.png);
}
.input{
	width:420px;
	height:15px;
	margin-bottom:10px;
	padding:5px;
	float:right;
}
::-webkit-input-placeholder {
   color: #7ec8e9;
}

:-moz-placeholder { /* Firefox 18- */
   color: #7ec8e9; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #7ec8e9;
}

:-ms-input-placeholder {  
   color: #7ec8e9;
}



/* TIPOGRAFIAS */
h1{
	font-family: 'Kaushan Script', cursive;
	color:#d51d34;
}
h2{
	font-family: 'Kaushan Script', cursive;
	color:#7ec8e9;
}
h3{
	font-family: 'Kaushan Script', cursive;
	color:#004576;
	font-size:22px;
}
.txt{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:lighter;
	color:#858585;
	font-size:12px;
}
p{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#858585;
}
em{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	color:#7ec8e9;
}
.menu{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#fff;
}
.description{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#858585;
}
.footer-txt{
	font-family: 'Source Sans Pro', sans-serif;
	color:#fff;
	font-size:10px;
}
.footer-link{
	font-family: 'Source Sans Pro', sans-serif;
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
.footer-link:hover{
	color:#fff;
	text-decoration:none;
} 
.ac-container label{
	font-family: 'Kaushan Script', cursive;
	text-align:left;
	font-size:17px;
	color:#FFF;
}

/* PANEL PRINCIPAL */
#main-panel{
	width:900px;
	margin-top:20px;
}


/* PANELES */
#panel-home{
	width:900px;
	margin-top:20px;
	margin-bottom:40px;
}
.panel-home,.panel-programa{
	width:270px;
	float:left;
	padding:0 15px;
}
.panel-home img,.panel-programa img {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.panel-contacto{
	width:440px;
	float:left;
	margin-bottom:30px;
}
.imagen-contenido {
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.mas-info{
	display:block;
	margin-top:10px;
	float:right;
	background-image:url(../img/inter/plusinfo-btn.png);
	background-position:bottom;
	width:80px;
	height:34px;
}
.mas-info:hover{
	background-position:top;
}
.ac-container label{
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* GALERIA */
.album-details{
	background-color:#FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-right:5px;
	margin-bottom:10px;
	float:left;
}
.album-details p{
	padding:10px;
}
.album-cover{
	width:145px;
	height:145px;
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.album-cover:hover{
	filter: none;
    -webkit-filter: grayscale(0);
}

.lang-switch {
  float:right;
  margin-top:9px;
}

.flag {
  background:url("../img/flags.png") no-repeat;
  color:#FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
  height: 16px;
  padding-left:20px;
  text-decoration:none;
  width: 16px;
}

.flag:hover {
  text-decoration:underline;
}

.flag-mx {background-position: -16px 1px }
.flag-us {background-position: 0 -16px }
