/*
Theme Name: Colegio de Tecnicos de la Provincia de Buenos Aires
Description: Template personalizado de Wordpress
Author: Sujeto Tacito, Diseño desde el concepto.
Version: 1.0
*/

/**
	CONTENTS
	
	1.0 - RESET17
	2.0 - GENERAL
		2.1 Typography
		2.2 Links
	3.0 ELEMENTS
		3.1 List
		3.2 Forms
		3.3 Images & Galleries
		3.4 Tables (Bootstrap)
		3.5 Loader
		3.6 Media
	4.0 MENUS
		4.1 Main Nav
		4.2 Secondary Nav
		4.3 Social Nav
	5.0 STRUCTURE
		5.1 Grids
		5.2 Header
		5.3 Content
		5.4 Post & Pages
		5.5 Post Format
		5.6 Footer
	6.0 PARTICULAR STYLES
	7.0 MEDIA QUERIES
**/

@import 'style-pali.css';

/** 1.0 RESET_Eric Meyer's Reset CSS v2.0 - http://cssreset.com **/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* Clearfix */
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:hover,
a:focus,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/** 2.0 GENERAL **/

@-ms-viewport {
width: device-width;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin:0;
	height: 100%;
	font-size: 62.5%;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 21px;
	line-height: 2.1rem;
	color:#4d4d4d;
	background: #ffffff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

.wrapper {
	margin: 0 auto;
	max-width: 960px;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
	visibility: hidden;
}

.collapse.in {
	display: block;
	visibility: visible;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

section {
	width:100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.back-blanco {
	background: #ffffff;
}

.back-gris {
	background: #f2f2f2;
}

.back-azul {
	background:#1d58a0;
}

.back-celeste {
	background:#42a5f8;
}

.back-degradee {
	background: linear-gradient (#41a3f9, #29abe2); /* standart general */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#29abe2), to(#41a3f9)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #41a3f9, #29abe2); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #41a3f9, #29abe2); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #41a3f9, #29abe2); /* IE 10 */
	background: -o-linear-gradient(top, #41a3f9, #29abe2); /* Opera 11.10+ */
}

.blue {
	color: #1d58a0;
}

.grey {
	color: #4d4d4d;	
}

/* 2.1 Typography */

body,
button,
input,
select,
textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 21px;
	line-height: 2.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
	color:#1d58a0;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 44px;
	line-height: 4.4rem;
	margin-bottom: 2rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 39px;
	line-height: 3.9rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 29px;
	line-height: 2.9rem;
}

h4 {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 26px;
	line-height: 2.6rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 2.4rem;
}

article h1, article h2, article h3, article h4, article h5 {
	margin-bottom: 1rem;
}

p {
	margin-bottom: 1.5rem;
}

b,
strong {
	font-weight: 600;
}

em,
i {
	font-style: italic;
}

blockquote {
	margin-left: -1em;
	padding-left: 1em;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 28px;
	line-height: 2.8rem;
	font-style: italic;
	color: #1D58A0;
	border-left: 2px solid #1D58A0;
}

blockquote p {
	margin-bottom: 1.5em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

pre {
	margin-bottom: 1.6em;
	padding: 0.8em;
	max-width: 100%;
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	border: 1px solid #eaeaea;
	background-color: rgba(0, 0, 0, 0.01);
}

abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #eaeaea;
}

mark,
ins {
	text-decoration: none;
	background-color: #fff9c0;
}

sup,
sub {
	position: relative;
	height: 0;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/* 2.2 Links */

a {
	color: #41a3f9;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

a:hover,
a:focus {
	color: #438fec;
}

/* 2.3 Icons */
.i-autogestion {
	float: left;
	display: block;
	width: 70px;
	height: 70px;
	background: url('img/sprite.png') no-repeat -120px -3px;
}

.i-ultimas-noticias {
	float: left;
	display: block;
	width: 70px;
	height: 70px;
	background: url('img/sprite.png') no-repeat -130px -252px;
}

.i-alerta {
	float: left;
	display: block;
	width: 100px;
	height: 70px;
	background: url('img/sprite.png') no-repeat -365px -5px;
}

.i-newsletter {
	position: absolute;
	top:85px;
	right: 0;
	display: block;
	width: 100px;
	height: 70px;
	background: url('img/sprite.png') no-repeat -365px -83px;
}

.i-noticias-mas-leidas {
	margin: 0 auto;
	display: block;
	width: 80px;
	height: 60px;
	background: url('img/sprite.png') no-repeat -200px -160px;
}

.i-noticias-relacionadas {
	float: left;
	margin: 0 auto;
	display: block;
	width: 80px;
	height: 80px;
	background: url('img/sprite.png') no-repeat -200px -240px;
}

.i-volver {
	float: left;
	display: block;
	width: 30px;
	height: 20px;
	background: url('img/sprite.png') no-repeat -50px -290px;
}

.i-msj-ok {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	background: url('img/sprite.png') no-repeat -80px 0px;
}

.i-msj-error {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	background: url('img/sprite.png') no-repeat -80px -40px;
}

/* 2.4 Pantalla Incio */
#splash {
	background: linear-gradient (#1d58a0, #29abe2); /* standart general */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#29abe2), to(#1d58a0)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #1d58a0, #29abe2); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #1d58a0, #29abe2); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #1d58a0, #29abe2); /* IE 10 */
	background: -o-linear-gradient(top, #1d58a0, #29abe2); /* Opera 11.10+ */
}

#colegio, #instituto {
	float: left;
	display: block;
	margin: 20% 0;
	padding: 5% 5% 1% 5%;
	height: 50%;
	width: 48%;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.4);
}

#colegio:hover, #instituto:hover {
	background-color: rgba(255, 255, 255, 0.7);
}

#colegio {
	margin-right: 2%;
}

#instituto {
	margin-left: 2%;
}

#colegio img, #instituto img {
	width: 100%;
	height: auto;
}

#splash-contactos {
	position: fixed;
	bottom: 0;
	padding: 40px 0 20px 0;
	height: 100px;
	color: #ffffff;
	text-align: center;
}

/* 3.0 ELEMENTS */

/* 3.1 List */

/* 3.2 Forms */
button, input {
	line-height: normal;
	min-height: 40px;
}

input, textarea {
	margin: 10px 5px 10px 0;
	padding: 5px 10px;
	color: #b3b3b3;
	border-radius: 2px;
	border: 1px solid #cccccc;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

textarea {
	width: 100%;
	resize: none;
}

input:hover, textarea:hover {
	border: 1px solid #41a3f9;
	outline: 0;
}

input:focus, textarea:focus {
	border: 1px solid #438fec;
	color: #438fec;
	outline: 0;
}

button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: none;
	font-size: 1.5rem;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	border-radius: 2px;
	background-color: #41a3f9;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	border: none;
	background-color: #438fec;

}

.styled-select select {
	background: transparent;
	margin: 10px 5px 10px 0;
	padding: 5px 10px;
	height: 40px;
	color: #41a3f9;
	cursor: pointer;
	border-radius: 2px;
	outline: 0;
	border: 1px solid #41a3f9;
	-webkit-appearance: none;
	-moz-appearance:none;	
}

.styled-select {
	min-width: 240px;
	overflow: hidden;
	background: url('img/arrow.png') no-repeat right #ffffff;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #41a3f9;
    outline: 0;
}

/*	3.3 Images & Galleries */

/* 3.4 Loader */

a#loader{
	display: flex;
	float:left;
	margin:0 auto;
	padding:10px 15px;
	border-radius:2px;
	color:#ffffff;
	cursor:pointer;
	text-transform: uppercase;
	background-color:rgba(65, 163, 249, 1);
}

a#loader:hover{
	background-color:rgba(67, 143, 236, 1);	
}

a#loader.loading{
	background-color:rgba(67, 143, 236, 1);	
}

a#loader.success{
	background-color:rgba(65, 163, 249, 0.5);
}

a#loader.error, a#loader.nomore{
	background-color:rgba(65, 163, 249, 0.5);
}

/*	3.4 Tables (Bootstrap)
	3.6 Media */
		
/* 4.0 MENUS */

/* 4.1 Main Nav */
#site-navigation {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.25) ;
	-webkit-box-shadow:	0px 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	display: block;
	float: left;
	margin:0;
	padding: 0;
	position: relative;
}

.main-navigation li a {
	float: left;
	position: relative;
	padding: 1em;
	font-size: 1.5rem;
	font-size: 15px;
	text-align: center;
	color: #438fec;
	text-transform: uppercase;
	cursor: pointer;
}

.main-navigation ul ul {
	display: none;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation a:hover {
	color: #ffffff;
	background-color: #438fec;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 600;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	border: 0;
	padding: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	outline: 0;
}

.sub-menu {
	display: none;
	position: absolute;
	top: 99%;
	left: 0;
	text-align: center;
	min-width: 190px;
	z-index: 1000;
	background-color: #ffffff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25) ;
	-webkit-box-shadow:	1px 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.sub-menu li {
	clear: both;
	padding: 0;
	width: 100%;
}

.sub-menu li a {
	clear: both;
	padding: 1em;
	width: 100%;
	text-transform: none;
	border-bottom: 1px dotted #cccccc;
}

.sub-menu li:last-child a {
	border-bottom: none;
}

li#menu-item-23 a {
	color: #f7931e;
}

li#menu-item-23 a:hover {
	color: #ffffff;
	background-color: #f7931e;
}


/* 4.2 Secondary Nav */
.secondary {
	display: block;
}

.secondary-toggle {
	display: none;
}


/* 4.3 Social Nav*/
.social-navigation {
	margin-top: 52px;
}

.social-navigation ul {
	list-style: none;
}

.social-navigation li {
	float: right;
}

.social-navigation a {
	display: block;
	margin-right: 10px; 
	height: 40px;
	width: 40px;
	text-indent: -9999px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.7);
}

.social-navigation a:hover {
	background-color: rgba(255, 255, 255, 1);
}

li.menu-item-40 a {
	background-image: url('img/sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -80px;
}

li.menu-item-41 a {
	background-image: url('img/sprite.png');	
	background-repeat: no-repeat;
}

/* 5.0 STRUCTURE */

/* 5.1 Grids */
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}

		
/* 5.2 Header */
.site-header {
	height: 190px;
	width: 100%;
	background: url('img/bg-nav-desktop.jpg') repeat-x;
}

.logo {
	margin: 40px 0 30px 0;
	width:320px;
	height:70px;
	text-indent: -9999px;
	background:url('img/logo-01.png') no-repeat left top;
}

.logo a {
	display:block;
	height:70px;
}

#search-container {
	float: right;
	margin-top: 42px;
	position: relative;
}

#search-container.collapse {
	display:block;
	visibility:visible;
}

input.text-field {
	border: none;
	background-color: rgba(255, 255, 255, 0.7);
}

input.text-field:hover, .text-field:focus {
	border: none;
	background-color: rgba(255, 255, 255, 1);
}

input.submit-btn {
    position: absolute;
    right: 0;
    top:0;
	height: 40px;
	width: 40px;
	cursor: pointer;
    text-indent: -9999px;
    background: url('img/sprite.png') no-repeat 0px -160px;
}

input.submit-btn:hover {
	background-color: rgba(0,0,0,0);
}

#contacto, #search-toggler, #secondary-toggler {
	display:block;
	margin: 52px 10px 0 0;
	width:40px;
	height:40px;
	text-indent:-9999px;
	border-radius: 2px;
	cursor:pointer;
	background: url('img/sprite.png') no-repeat transparent;
}

#contacto, #secondary-toggler, #search-toggler {
	display:none;
	float:right;
}

#contacto {
	background-position: 0 -200px;
	background-color: rgba(255, 255, 255, 0.7);
}

#contacto:hover {
	background-color: rgba(255, 255, 255, 1);
}

#search-toggler.collapsed {
	background-position: 0 -160px;
	background-color: rgba(255, 255, 255, 0.7);
}

#search-toggler, #search-toggler:hover {
	background-position: 0 -160px;
	background-color: rgba(255, 255, 255, 1);
}

#secondary-toggler.collapsed {
	background-position: -40px -160px;
	background-color: rgba(255, 255, 255, 0.7);
}

#secondary-toggler, #secondary-toggler:hover, #secondary-toggler.toggled-on {
	background-position: -40px -160px;
	background-color: rgba(255, 255, 255, 1);
}

/* 5.3 Content */
#primary {
	float: left;
	margin: 40px 0;
}

#main.contenido-interior{
	float: left;
    padding-bottom: 20px;
	border: 1px solid #dde8ed;
}

.content-category h1 {
	margin: 0;
	padding: 40px 20px 20px 20px;
	background-color: #dde8ed;
}
.content-category img {
    max-width: 100%;
    height: auto;
}
article {
	display: inline-block !important;
	margin:40px 0 0 20px !important;
	width: 80%;
}

.content-category article h1 {
	padding: 0;
	background: none;
}

.content-category article article {
	margin: 0 !important;
}

.content-category article article .info-content {
	width: 85%;
}

.content-category article article .info-content h5, .content-category article article .info-content p {
	margin: 0;
	width: 100%;
}

.content-category article article .info-content a {
	display: inline-block;
	margin-right: 10px;
}

.botonera-secundaria {
	margin-top: 30px;
}
	
.botonera-secundaria li {
	padding-left: 30px;
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 2.8rem;
	line-height: 28px;
	color: #438fec;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.botonera-secundaria li:hover {
	padding-left: 40px;
}

.botonera-secundaria li.active{
	padding-left: 20px;
	font-weight:bold;
	border-left:10px solid #438fec;
}

.info-content {
	margin: 10px 0 10px 0;
}
/* Arreglo icono autoridades backup
.icono-content {
	margin-right: 10px;
	width:50px;
	height:75px;
	background-size:contain;
	background-repeat: no-repeat;
}
*/
.icono-content {
    margin-right: 10px;
    width: 50px;
    height: 75px;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.autoridades .icono-content {
    background-color: #1d58a0;
}

.content-category.descargas h4, .content-category.autoridades h4 {
	float: left;
	margin: 20px 0 10px 0;
}

.content-category.descargas .info-content a {
	float: left;
	margin-top: 30px; 
	text-transform: uppercase;
	font-weight: 600;
}

.content-category.autoridades .info-content p {
	margin-top: 5px; 	
}

.content-category.autoridades .icono-content {
	width:70px;
	height:70px;
}

.lista-noticias article {
	margin: 0 0 30px 0 !important;
	width: 100%;
}

.lista-noticias article a.img-noticia {
	height: 230px;
	width: 45%;
}

.lista-noticias article a.resumen-noticia {
	width: 55%;
}

.sidebar-noticias {
	width: 30%;
}

.sidebar-header-noticias {
	padding: 40px 0;
	background-color: #dde8ed;
	border-bottom: 1px solid #1d58a0;
}

.sidebar-header-noticias h4 {
	text-align: center;
}

.sidebar-noticias a {
	float: left;
	padding: 30px 10px 20px;
	color: #4d4d4d;
	border-bottom: 1px solid #dde8ed;
}

.sidebar-noticias a h4 {
	margin: 10px 0;
	color: #41a3f9;
}

.sidebar-noticias a:hover, .sidebar-noticias a:hover h4 {
	color: #438fec;
}

/* 5.4 Post & Pages */

/* Home */
section#banner {
	padding: 40px 0;
	height: 480px;
	width: 100%;
	background: url('img/bg-banner-desktop.jpg') repeat-x;
}

#slider-home {
	position: relative;
	height: 400px;
}

#info-banner {
	position: absolute;
	bottom: 0;
	padding: 20px;
	width: 100%;
	min-height: 100px;
	background-color: rgba(255, 255, 255, 0.85);
}

#info-banner h4 {
	margin-bottom: 10px;
}

#info-banner p {
	color: #1d58a0;
}

.autogestion {
	background-color: #ffffff;
}

.autogestion div, #botonAutogestion {
	float: left;
	padding: 35px 15%;
	width: 100%;
	height: 134px;
	border: none;
	background-color: #f7931e;
}

.autogestion div h3, #botonAutogestion h3 {
	clear: none;
	float: left;
	margin: 20px 0 0 10px;
	color: #ffffff;
}

.autogestion li {
	height: 133px;
	width: 100%;
}

.autogestion a {
	float: left;
	height: 100%;
	width: 100%;
	border-bottom: 1px dotted #e6e6e6;
}

.autogestion li:last-child a {
	border-bottom: none;
}

.autogestion a#sigma:hover, .autogestion a#caaitba:hover {
	background-color: #f2f2f2;
}

#sigma {
	text-indent: -9999px;
	background: url('img/sigma.png') no-repeat center center;
}

#caaitba {
	text-indent: -9999px;
	background: url('img/caaitba.png') no-repeat center center;
}

section#noticias {
	padding: 40px 0;
	width: 100%;
	background-color: #f1f1f1;
	box-shadow: 0px -2px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:	0px -2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -2px 0px rgba(0,0,0,0.2);
}

section#noticias h3 {
	clear: none;
	margin: 20px 0 35px 1%;
}

section#noticias a#noticias-listado {
	margin-top: 22px;
	padding: 6px 45px;
	height: 35px;
	cursor: pointer;
	background: url('img/noticias-listado.png') no-repeat right top;
}

section#noticias a#noticias-listado:hover {
	background-position: right -35px;
}

li.noticia {
	width: 32.3333%;
	min-height: 400px;
	margin-bottom: 15px;
	margin-right: 1.5%;
}

li.noticia:nth-child(3n+3) {
	margin-right: 0;
}

a.img-noticia {
	display: block;
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

a.resumen-noticia {
	padding: 20px;
	width: 100%;
	height: 230px;
	color: #ffffff;
	background-color: #41a3f9;
}

a.resumen-noticia:hover {
	background-color: #438fec;
}

a.resumen-noticia span.fecha, a.resumen-noticia h4 {
	display: inherit;
	margin-bottom: 1rem;
	margin-bottom: 10px;
	color: #ffffff;
}

a.resumen-noticia p {
	margin-bottom: 0;
}

#distritos {
	padding-top: 40px;
	width: 100%;
}

#distritos h1 {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}

ul#btns-distritos {
	float: left;
	margin: 40px 0 30px 0;
	width: 100%;
}

ul#btns-distritos li {
	float: left;
	margin-right: 2.2857%;
	height: 50px;
    width: 12.2857%;
}

ul#btns-distritos li:last-child {
	margin-right: 0;
}

ul#btns-distritos li a {
	float: left;
	padding-top: 16px;
	height: 50px;
	width: 100%;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #41a3f9;
	border-radius:2px;
	box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:	1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

ul#btns-distritos li a:hover, ul#btns-distritos li a:active {
	color: #41a3f9;
	background-color: #ffffff;
}

#dist-tabs {
	padding: 60px 0 40px 60px;
	height: 540px;
	width: 480px;
}

#dist-tabs .distritos {
	display:none;
}

#dist-tabs .distritos.active {
	display:block;
}

#msj-matriculados {
	padding: 15px 12%;
	height: 90px;
	border: 1px dotted #cccccc;
}

#msj-matriculados p {
	float: left;
	margin: 1rem 0 0 0;
	color: #113560;
}

section#banners {
	padding: 40px 0;
	min-height: 300px;
}

ul.banners li {
	margin-right:2%;
	width:23.5%;
	height: 220px;
}

ul.banners li:last-child {
	margin:0;
}

ul.banners li a {
	display: block;
	width: 100%;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}


/* Contacto */
#form-contacto select, #form-contacto input, #form-contacto textarea {
	width: 100%;
}

#form-contacto textarea {
	min-height: 200px;
}

#form-contacto button {
	margin-top: 15px;
	width: 50%;
}

.mensaje-ok, .mensaje-error {
	float: left;
	margin-left: 10px;
}

.mensaje-ok {
	color: #39b549;
}

.mensaje-error {
	color: #ec1c23;
}

.form .i-msj-ok, .form .mensaje-ok, .form .i-msj-error, .form .mensaje-error {
	margin-top: 120px;
}

.data-form {
	padding: 10px 40px;
}

.data-form .social-navigation {
	width: 100%;
	margin: 10px 0 50px 0;
}

.data-form .social-navigation li {
	float: left;
}

.data-form .social-navigation li a {
	border:1px solid #41a3f9;
}

.data-form #msj-matriculados {
	float: left;
	height: 200px;
}

.data-form #msj-matriculados .i-alerta {
	float: none;
	margin: 0 auto;
}

.data-form #msj-matriculados p {
	color: #4d4d4d;
	text-align: center;
}

#msj-matriculados2 {
	display: none;
}


/* Noticias */
.content-single img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}

.detalle-noticia {
	border: 1px solid #dde8ed;
	padding: 20px;
}

.detalle-noticia p {
	width: 100%;
    float: left;
}

.content-titulo {
	margin-top: 15px;
	padding-top: 20px;
	color: #1d58a0;
	border-top: 1px solid #dde8ed;
}

.content-titulo h1 {
	margin-top: 1rem;
	margin-top: 16px;
	font-size: 32px;
	font-size: 3.2rem;
}

.detalle-noticia #info-banner {
	min-height: auto;
}

.detalle-noticia #info-banner h4 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 0;
}

.flex-direction-nav a {
	top:35%;
}

.compartir {
	float: left;
	margin-top: 20px;
	padding-top: 25px;
	width: 100%;
	border-top: 1px solid #dde8ed;
}

.compartir p {
	float: left;
	margin: 6px 0 0 0;
	color: #889fb5;
}

.addthis_sharing_toolbox {
	float: right;
}

.noticias-relacionadas {
	float: left;
	padding: 40px 0 60px 0;
	background-color: #dde8ed; 
}

.noticias-relacionadas h3 {
	clear: none;
	float: left;
	margin: 27px 0 0 10px;
}

.noticias-relacionadas ul.noticias {
	margin-top: 30px;
}


/* Resoluciones */
.resoluciones article {
	margin: 30px 0 0 !important;
}

.resoluciones .info-content {
	width: 90%;
	margin: 5px 0 0 0;
}

.resoluciones .info-content h5, .resoluciones .info-content p {
	margin: 0;
	width: 100%;
}

.resoluciones .info-content a {
	margin-right: 10px;
}


/* Resultados de Busqueda y Error 404 */
section#search, section.error-404 {
	float: left;
	margin: 40px 0;
}

section#search h1 {
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
}

.search-resolucion {
	padding: 20px;
	min-height: 140px;	
	background: #dde8ed;
}

section#search .info-content {
	margin: 5px 0 0;
	width: 90%;
}

section#search .info-content p, section#search .info-content h5 {
	margin: 0;
	width: 100%;
}

section#search .info-content a {
	margin-right: 10px;
}

section#search #search-container, section.error-404 #search-container {
	float: left;
	margin-top: 0;
	width: 40%;
}

section#search #search-container input.text-field, section.error-404 #search-container input.text-field {
	width: 100%;
	color: #b3b3b3;
	border: 1px solid #cccccc;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

section#search #search-container input.text-field:hover, section.error-404 #search-container input.text-field:hover {
	border: 1px solid #41a3f9;
	outline: 0;
}

section#search #search-container input.text-field:focus, section.error-404 #search-container input.text-field:focus {
	border: 1px solid #438fec;
	color: #438fec;
	outline: 0;
}


/* 5.5 Footer */

#boxes {
	padding: 50px 0;
}

.boxes li {
	min-height: 300px;
	text-align: center;
	border-right: 1px dotted #ffffff;
}

.boxes li:last-child {
	border-right: none;
}

.boxes li img {
	margin: 0 auto;
}

.boxes li h3 {
	margin-bottom: 30px;
	color: #ffffff;
}

.boxes li a {
	float: left;
	width: 100%;
	line-height: 3.0rem;
	line-height: 30px;
}

.boxes li a:hover {
	color: #ffffff;
}

section#contactos {
	position: relative;
	min-height:300px;
}

a#boton-top {
	position: absolute;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 2px 2px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow:	2px 2px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.23);
    background: url(img/sprite.png) no-repeat 2px -237px;
	background-color: #ffffff;
}

a#boton-top:hover {
	background-color: #f2f2f2;
}

#content-datos {
	padding: 60px 0;
	height: 300px;
	width: 480px;
	color: #ffffff;
}

#content-datos p#mobile {
	display: none;
}

#content-datos a {
	color: #ffffff;
}

#content-datos a:hover {
	color: #438fec;
}

#content-datos .search-form {
	position: relative;
	margin: 10px 8px 0 0;
}

#content-datos nav {
	margin-top: 20px;
}

#content-newsletter {
	position: relative;
	padding: 60px 0 60px 80px;
	height: 300px;
	width: 480px;
	color: #ffffff;	
}

#content-newsletter h3 {
	float: left;
	margin-bottom: 20px;
	color: #ffffff;
}

#content-newsletter input#e-mail {
	margin: 26px 4% 10px 0;
	padding: 5px 10px;
	min-height: 40px;
	width: 60%;
	color: #41a3f9;
	line-height: normal;
	border-radius: 2px;
	border: none;
}

#content-newsletter input:hover {
	border: none;
	outline: 0;
}

#content-newsletter input[type="submit"]#btn_submit {
	margin: 0;
	width: 35%;
	border: none;
	font-size: 1.5rem;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	background-color: #1d58a0;
}

#content-newsletter input[type="submit"]#btn_submit:hover {
	border: none;
	background-color: #113560;

}

#legales {
	padding: 20px 0 15px 0px;
	font-size: 1.3rem;
	font-size: 13px;
	color:#cccccc;
}

#legales span#d+d {
	margin-right:5px;
}

.marca-sujeto {
	display: block;
    width: 100px;
    height: 20px;
    background: transparent url('img/sujeto-pie-web.png') no-repeat;
}

/* 7.0 MEDIA QUERIES */

/* Tablets */
@media (max-width: 1023px) {
	.wrapper {
		padding: 0 5%;
	}
	
	.site-header, #site-navigation {
		height: auto;
	}
	
	.site-header {
		background: url('img/bg-nav-tablet.jpg') repeat-x;
	}
		
	.site-header .wrapper {
		padding: 0;
	}
	
	.logo {
		margin-left: 5%;
	}
	
	#content-nav-mobile {
		margin-right: 5%;
	}
	
	#secondary-toggler {
		margin-right: 0;
	}
	
	.site-header #social-navigation {
		display: none;
	}
	
	#contacto, #secondary-toggler {
		display: block;
	}
	
	#search-container {
		float:none;
		clear:both;
		margin-top:0;
	}
	
	#search-container.collapse {
		display:none;
	}

	#search-toggler, #search-container.collapse.in {
		display:block;
	}
	
	#search-container {
		padding: 0 5%;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow:	0 1px 2px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);		
	}
	
	input.submit-btn {
		right: 5%;
	}
	
	#search-container input.text-field {
		margin: 1em 0;
		width: 100%;
		background: none;
		border: 1px solid #cccccc;
	}
	
	#search-container input.text-field:focus {
		border: 1px solid #438fec;
		outline: 0;
	}
	
	#search-container input.submit-btn {
		margin: 1em 0;		
	}
		
	.secondary {
		display: none;
	}

	.secondary.toggled-on {
		display: block;
		width: 100%;
	}
	
	.secondary #site-navigation {
		box-shadow: none;
		-webkit-box-shadow:	none;
		-moz-box-shadow: none;
	}
	
	.main-navigation li {
		width: 100%;
	}

	.main-navigation li a {
		padding: 1em 20px;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #e6e6e6;
	}
		
	.main-navigation li a:hover {
		color: #438fec;
		background-color: transparent;
	}
	
	.main-navigation li li a {
		padding: 1em 40px;
	}
	
	.dropdown-toggle {
		background: url('img/dropdown-01.png') no-repeat right top;
	}
	
	.toggle-on {
		background: url('img/dropdown-01.png') no-repeat right bottom;
	}

	li#menu-item-23	.dropdown-toggle {
		background: url('img/dropdown-02.png') no-repeat right top;
	}
	
	li#menu-item-23 .toggle-on {
		background: url('img/dropdown-02.png') no-repeat right bottom;
	}

	.sub-menu {
		position: relative;
		background-color: #ffffff;
	}

	.sub-menu li a {
		border-bottom: 1px dotted #e6e6e6;
	}

	.sub-menu li a:last-child {
		border-bottom: 1px dotted #e6e6e6;
	}

	li#menu-item-23 a:hover {
		color: #f7931e;
		background-color: transparent;
	}
	
	section#banner {
		padding: 20px 0 0 0;
		height: auto;
		background: url('img/bg-banner-tablet.jpg') repeat-x;
	}
	
	section#banner .wrapper {
		padding: 0;
	}
	
	.content-slider-mobile {
		margin: 0 5%;
	}
	
	#slider-home {
		width: 100%;
	}
	
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
	
	.flex-control-nav {
		display: none;
	}

	.autogestion {
		margin-top: 40px;
		width: 100%;
	}
	
	.autogestion div, #botonAutogestion {
		padding: 20px 33%;
		height: 100px;
	}

	.autogestion li {
		height: 100px;
	}
	
	li.noticia {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}
	
	li.noticia:nth-child(3n+3) {
		margin-right: 4%;
	}
	
	li.noticia:nth-child(2n+2) {
		margin-right: 0;
	}
	
	#dist-tabs {
		padding: 60px 30px;
		width: 50%;
	}
	
	#msj-matriculados {
		padding: 10px 2%;
	}
	
	ul.banners li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}

	ul.banners li:nth-child(2n+2) {
		margin-right: 0;
	}
	
	#newsletter {
		float: left;
		width: 100%;
		background: url('img/newsletter-big.png') no-repeat  360px bottom #29abe2;
	}
	
	#content-newsletter {
		margin: 0 auto;
		padding: 70px 0;
		width: 80%;
	}
		
	#content-newsletter h3, #content-newsletter p {
		width: 100%;
	}
	
	#content-newsletter input#e-mail {
		margin: 16px 2% 10px 0;
	}
	
	#content-newsletter input[type="submit"]#btn_submit {
		width: 37%;
	}
	
	.i-newsletter {
		display: none;
	}
	
	a#boton-top {
		top: 300px;
	}
	
	#datos {
		width: 100%;
	}
	
	#datos #site-navigation {
		margin-top: 20px;
		background-color: transparent;
		box-shadow: none;
	}
	
	#datos .main-navigation li a {
		color: #ffffff;
		border-bottom: 1px solid #0071bc;
	}
	
	#datos .main-navigation li a.dropdown-toggle {
		background: url('img/dropdown-03.png') no-repeat right top;
	}
	
	#datos .main-navigation li a.toggle-on {
		background: url('img/dropdown-03.png') no-repeat right bottom;
	}
		
	#content-datos {
		float: left;
		margin: 0 auto;
		padding: 60px 5% 40px 5%;
		height: auto;
		width: 100%;
	}
	
	#content-datos p#mobile {
		display: block;
	}
	
	#content-datos p#desktop {
		display: none;
	}
	
	#content-datos input#s {
		width: 250px;
	}
	
	#datos-legales {
		width: 85%;
	}
	
	#diseno {
		width: 15%;
	}
	
	span#dd {
		display: none;
	}
	
	#primary {
		float: left;
		margin: 0;
	}

	#primary .wrapper {
		padding: 0;
	}
	
	article {
		margin: 40px 0 0 5% !important;
	}

	#main.contenido-interior{
		border: none;
		width: 100%;
	}
	
	.content-category {
		width: 100%;
	}
	
	.content-category article {
		width: 75%;
	}
	
	.botonera-secundaria {
		display: none;
	}

	.content-category h1, #primary h1 {
		font-size: 3.2rem;
		font-size: 32px;
	}
	
	#primary h1 {
		margin: 0;
		padding: 40px 5% 20px;	
		background-color: #dde8ed;
	}
	
	.lista-noticias {
		padding: 40px 5%;
		width: 100%;
	}
	
	.lista-noticias .content-category article {
		width: 100%;
	}
	
	.sidebar-noticias {
		padding: 0 5% 40px 5%;
		width: 100%;
		background-color: #dde8ed;	
	}
	
	.sidebar-header-noticias {
		float: left;
		width: 100%;
		background-color: transparent;		
	}
	
	.i-noticias-mas-leidas {
		float: left;
	}
	
	.sidebar-header-noticias h4 {
		clear: none;
		float: left;
		margin: 27px 0 0 15px;
	}
	
	.sidebar-noticias a {
		padding: 30px 0 20px;
		height: 230px;
		width: 45%;
		border-bottom: 1px solid #ffffff;
	}
	
	.sidebar-noticias a:nth-child(odd) {
		float: right;
	}

	.detalle-noticia {
		margin: 5%;
		width: 90%;
	}
	
	#primary .content-titulo h1 {
		padding: 0;
		margin-bottom: 2rem;
		background-color: transparent;
	}

	.noticias-relacionadas li.noticia {
		width: 100%;
		min-height: auto;
		margin-right: 0;
	}
	
	.noticias-relacionadas li.noticia a.img-noticia {
		float: left;
		height: 230px;
		width: 45%;	
	}

	.noticias-relacionadas li.noticia a.resumen-noticia {
		height: 230px;
		width: 55%;	
	}
	
	.resoluciones {
		margin: 10px 0 40px 0;
	}
	
	.resoluciones article {
		margin: 30px 5% 0 5% !important;
		width: 90%;
	}
	
	.form {
		float: left;
		margin:40px 0 40px 5%;
		width: 45%;
	}
	
	.data-form {
		float: left;
		margin:40px 5% 40px 5%;
		padding: 10px 0;
		width: 40%;
	}
	
	#colegio, #instituto {
		margin: 20% 0 10%;
	}
	
	#colegio {
		margin-right: 2%;
	}

	#instituto {
		margin-left: 2%;
	}

	#splash-contactos {
		position: inherit;
		background-color: transparent;
	}

	#splash-contactos a {
		color: #ffffff;
	}	
}

/* Celulares */
@media (max-width: 767px) {
	.content-distritos-mobile {
		background: #1d58a0;
	}
	
	#distritos h1 {
		font-size: 3.2rem;
		font-size: 32px;
	}
	
	ul#btns-distritos li {
		margin-right: 0;
		padding: 10px 0;
		height: auto;
		width: 100%;
		border-top: 1px dotted #113560;
	}
	
	ul#btns-distritos li:last-child {
		border-bottom: 1px dotted #113560;
	}
	
	.contenidoDistrito, .contenidoDistrito h4 {
		color: #ffffff;
	}
	
	#msj-matriculados {
		display: none;
	}
		
	#msj-matriculados2 {
		display: block;
		margin: 0 auto;
		margin-top: 40px;
		width: 90%;
		height: auto;
		padding: 10px 3%;
		border: 1px dotted #cccccc;
	}
	
	.i-alerta {
		float: none;
		margin: 0 auto;
	}
	
	#msj-matriculados2 p {
		float: none;
		margin-top: 1.5rem;
		text-align: center;
	}
	
	section#legales .wrapper {
		padding: 0;
	}
		
	#boxes {
		padding: 0;
	}
	
	.boxes li {
		padding: 40px 0;
		min-height: auto;
		width: 100%;
		border-right: none;
		border-bottom: 1px dotted #ffffff;
	}
	
	.boxes li:last-child {
		border-bottom: none;
	}
	
	#datos-legales {
		float: none;
		padding-bottom: 20px;
		width: 100%;
		text-align: center;
		border-bottom: 1px dotted #e6e6e6;
	}
	
	#diseno {
		float: none;
		padding-top: 20px;
		width: 100%;
	}
	
	.marca-sujeto {
		float: none;
		margin: 0 auto;
	}
	
	.content-category h1 {
    	padding: 15px 5% 10px;				
	}
	
	.content-category article {
		margin: 40px 5% 0 !important;
		width: 90%;
	}
	
	.lista-noticias .content-category article {
		margin: 0 0 30px 0 !important;
	}

	.resoluciones .info-content {
		width: 85%;
	}

	.form {
		float: left;
		margin:40px 5% 0;
		width: 90%;
	}
	
	.styled-select select {
		margin: 0 5px 10px 0;
	}
	
	.styled-select {
		background-position: right 0;
	}
	
	.data-form {
		float: left;
		margin:40px 5% 0;
		padding: 0;
		width: 90%;
	}
	
	.form .i-msj-ok, .form .mensaje-ok, .form .i-msj-error, .form .mensaje-error {
		margin-top: 0;	
	}

	#colegio, #instituto {
		margin: 8% 0 0 0;
	}

	#colegio {
		margin-right: 2%;
	}

	#instituto {
		margin-left: 2%;
	}
	
	#splash-contactos {
		padding: 30px;
		height: 20px;
	}
	
}

@media (max-width: 639px) {
	.site-header {
		background: url('img/bg-nav-mobile-h.jpg') repeat-x;
	}

	.logo {	
		width:230px;
		height:50px;
		text-indent: -9999px;
		background:url('img/logo-02.png') no-repeat left top;
	}

	.logo a {
		display:block;
		height:50px;
	}

	#content-nav-mobile button {
		display: inline;
		margin: 40px 10px 20px 0;
	}
	
	#content-nav-mobile button:first-child {
		margin: 40px 0 20px 0;
	}
	
	.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
		display: none;
	}

	section#banner {
		background: url('img/bg-banner-mobile-h.jpg') repeat-x;
	}
	
	.autogestion {
		margin-top: 20px;
	}
	
	.autogestion div, #botonAutogestion {
		padding: 20px 28%;
	}
	
	section#noticias {
		padding: 25px 0;
	}
		
	li.noticia {
		margin-right: 0;
		width: 100%;
	}
		
	ul.banners li {
		margin-right: 0;
		width: 100%;	
	}
	
	#distritos h1 {
		font-size: 2.4rem;
		font-size: 24px;
	}

	#msj-matriculados {
		padding: 10px 10%;
	}

	section#noticias a#noticias-listado {
		display: none;
	}
	
	li.noticia {
		min-height: auto;
	}
	
	a.resumen-noticia {
		height: auto;
	}
	
	#newsletter {
		height: 350px;
		background-position: 50% -35px;
	}
	
	#content-newsletter {
		width: 90%;
	}
	
	#content-newsletter h3, #content-newsletter p {
		text-align: center;
	}
	
	#content-newsletter input#e-mail, #content-newsletter input#btn_submit[type="submit"] {
		width: 100%;
	}
		
	a#boton-top {
		top: 350px;
	}
	
	.content-category h1 {
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	.content-category article h1 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	.content-category h4 {
		font-size: 18px;
		font-size: 1.8rem;
	} 
		
	.content-category.descargas .icono-content {
		margin-right: 5px;
		height: 50px;
		width: 35px;
	}
		
	.content-category.descargas .info-content a {
		margin-top: 20px;
		text-transform: none;
	}
	
	.lista-noticias article a.img-noticia, .lista-noticias article a.resumen-noticia {
		width: 100%;
	}
	
	.i-noticias-mas-leidas {
		float: none;
	}
	
	.sidebar-header-noticias h4 {
		clear: both;
		float: none;
		margin: 0;
	}
	
	.sidebar-noticias a {
		padding: 30px 0 20px;
		height: auto;
		width: 100%;
		border-bottom: 1px solid #ffffff;
	}
	
	.detalle-noticia {
		padding: 0;
		border: none;
	}
	
	.i-noticias-relacionadas {
		float: none;
	}

	.noticias-relacionadas h3 {
		float: none;
		margin: 10px 0 0 0;
		text-align: center;
	}
	
	.noticias-relacionadas li.noticia a.img-noticia {
		width: 100%;
	}
	
	.noticias-relacionadas li.noticia a.resumen-noticia {
		width: 100%;
		height: auto;
	}
	
	.content-category article {
		margin: 20px 5% 0 !important;
	}
	
	.resoluciones .icono-content {
		margin-right: 5px;
		height: 50px;
		width: 35px;
	}
	
	.resoluciones .info-content p {
		display: none;
	}
	
	#form-contacto button {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.wrapper {
		padding: 0 5%;
	}
		
	.site-header {
		background: url('img/bg-nav-mobile-v.jpg') repeat-x;
	}

	.logo {
		float: none;
		margin: 0 auto;
		margin-top: 30px;
	}
		
	#content-nav-mobile {
		margin: 0 auto;
		width: 140px;
	}
	
	#content-nav-mobile button {
		display: inline;
		margin: 20px 10px 20px 0;
	}
	
	#content-nav-mobile button:first-child {
		margin: 20px 0 20px 0;
	}

	section#banner {
		padding: 10px 0 0 0;
		height: auto;
		background: url('img/bg-banner-mobile-v.jpg') repeat-x;
	}
	
	.content-slider-mobile {
		margin: 0 10px;
	}

	#slider-home {
		height: 320px;
	}

	#info-banner {
		padding: 20px;
		min-height: auto;
	}

	#info-banner h4 {
		margin: 0;
		font-size: 2.1rem;
		font-size: 21px;
	}
	
	#info-banner p {
		display: none;
	}
		
	.autogestion div, #botonAutogestion {
		padding: 20px 16%;
	}
	
	.i-ultimas-noticias {
		margin-left: 10%;
	}
	
	a.resumen-noticia p {
		display: none;
	}
	
	#newsletter {
		height: 370px;	
		background: url("img/newsletter-small.png") no-repeat 15px 20px #29abe2;
	}

	#content-newsletter h3 {
		font-size: 2.1rem;
		font-size: 21px;
	}
	
	a#boton-top {
		top: 370px;
	}
		
	#content-datos p#mobile {
		text-align: center;
	}
	
	#content-datos input#s {
		width: 160px;
	}
	
	.content-category.descargas .info-content a {
		margin-top: 5px;
		max-width: 80%;
	}
	
	.content-category.autoridades .icono-content {
		margin-right: 5px;
		width: 60px;
		height: 60px;
	}
	
	.content-category.autoridades .info-content {
		margin: 10px 0;
	}
	
	.content-category.autoridades .info-content p {
		margin: 0;
	}
	
	.compartir p {
		margin: 0 0 15px 0;
	}
	
	.addthis_sharing_toolbox {
		float: left;
	}
	
	.form .i-msj-ok, .form .mensaje-ok, .form .i-msj-error, .form .mensaje-error {
		margin-top: 0;	
	}
	
	#colegio, #instituto {
		width: 100%;
		margin: 8% 0 0 0;
	}
	
	#splash-contactos {
		height: auto;
		background-color: #1d58a0; 
	}
}

.mensaje{
    padding: 15px 12%;
    border: 1px dotted #cccccc;
    background: #F4FCFF;
}
