@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:700,400);@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body {
	font-family: 'Merriweather Sans', sans-serif; 
	font-size:12px;
	color:#777;
	background:#CFD8DC;
	font-weight:400;
line-height: 1.5em;
}
.main-container {
max-width:1500px;
margin:0 auto;
box-shadow:0 0 12px rgba(0,0,0,0.2);
background:#fff;
} 
.main {
	width:960px;
	margin:0 auto;
}
.clearfix {
	clear:both;
} 
h1 {
	color:#333; 
	font-family: 'Lora', serif;
	font-weight:400;
	font-size:2.5em;	
    margin: 1em 0 1.3em;
line-height: normal;
}
h2, h3 
{
	font-family: 'Lora', serif;
	font-weight:400;
	background:#EFF2F5;
	margin-top:0;
	color:#333;
	font-size:20px;
	padding:13px 20px;	
}
h3 {
	background:none;
	padding-top:1em;
}
.white-content {
	background:#fff;
	padding:60px 40px;
}
.grey-content {
	background:#F2F4F4 url(../img/bg.jpg) center center no-repeat;
	background-size:cover;
	padding:6em 0;
	border-bottom:1px solid #EDEFF0;
}
.home-grey {
	border-bottom:0;
}
figure {
	margin:0;
}
.link {
	color:#20A5F0;
	background:transparent;
	text-decoration:none;
	border:1px solid #BCE4FA;
	display:inline-block;
	line-height:36px;
	text-align:center;
	font-weight:700;
	transition:background 0.3s ease;
	-webkit-transition:background 0.3s ease;
	-moz-transition:background 0.3s ease;
	padding:0 20px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.link:hover, .home-grey .link {
	background:#20A5F0;
	color:#fff;
}
.padding {
	padding:20px;
}
.break, .break2 {
	background:url(../img/break.jpg) center 0 no-repeat;
	height:16px;
	margin:1em 0;
}
.break2 {
	margin:2em 0 1em;
}
.pic-left {
	float:left;
	margin:0 20px 20px 0; 
}
.pp {
	display:none;
}
.pp h3 {
	margin:0 0 1em;
	padding:0;
	text-align:center;
}
.pp .form {
	padding-top:10px;
}

.top-header {
height:34px;
color:#C6C9D0;
overflow:hidden;
background:#495766;    
line-height: 34px;
font-size:11px;
}
.top-header .left-side {
display:inline-block;
width:50%;
float:left;
}
.top-header .left-side img {
	height:18px;
}
.top-header .left-side span {
display:inline-block;
margin-right:15px;
}
.top-header .right-side {
display:inline-block;
width:50%;
float:left;
text-align:right;
}
.top-header img {
height: 24px;    
opacity: 0.7;
vertical-align:middle;
position: relative;
top: -1px;
}

header {
display:none;

	background:#fff;
	padding:10px 0;
	/*overflow:hidden;*/
	border-bottom:3px solid #B8C4CE;

position: fixed;
    width: 100%; 
    top: 34px;
    z-index: 10;
    line-height: 90px;
    transition: all 0.4s ease;
}
.logo {
	float:left;

line-height:normal;
}
.logo img {
    height: 90px;
    transition: all 0.4s ease;
}
.fixed img {
    height: 50px;            
} 
.fixed {
    line-height: 52px;
    height: 52px;      
box-shadow:0 1px 10px rgba(0,0,0,0.2);  
top:0;
}
nav {
	float:right;
}
nav ul {
	list-style:none;
margin:0;
	padding:0;
}
nav, nav span {
    display:block;
}
nav li {
	display:inline-block;
    line-height:normal;
}
nav a {
	color:#333;
	text-decoration:none;
	font-weight:700;
	display:block; 
padding: 10px 12px;
	transition:color 0.3s ease;
	-webkit-transition:color 0.3s ease;
	-moz-transition:color 0.3s ease;
}
nav a:hover {
	color:#21A6F0;
	border-bottom:2px solid #21A6F0;
}
.top-content {
	background:#6C7A89 url(../img/top-content.jpg) center 0 no-repeat;
	padding:40px 0;
	overflow:hidden;
    margin-top: 116px;
}
.banner {
	width:640px;
	height:312px;
	float:left;
	box-shadow:0 1px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 8px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 8px rgba(0,0,0,0.3);
}
.notifications {
	width:300px;
	height:312px;
	float:right;
	background:#fff;
	box-shadow:0 1px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 8px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 8px rgba(0,0,0,0.3);
}
.notifications ul {
	margin:0 20px;
	padding:0;
	list-style:none;
}
.notifications li, .list li {
	border-bottom:1px solid #eee;
	background:url(../img/news.png) 0 14px no-repeat;
	padding:12px 0 12px 25px; 
}
.notifications li:last-child {
	border-bottom:0;
}
.notifications .title {
	margin:0;
}
.notifications .title a {
	color:#333;
	text-decoration:none;
font-family: 'Lora', serif;
    font-size: 14px;
}
.notifications .title a:hover {
	color:#21A6F0;
}
.notifications .desc {
	margin-top:5px;
margin-bottom:0;
width : 230px;
  overflow:hidden;
  display:inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
aside {
	width:300px;
	border:1px solid #E5E8EB;
	float:right;
}
aside h2 {
	margin-bottom:0;
}
aside .link {
	display:block;
}
.content {
	width:620px;
	float:left;	
} 
.content p, .home-grey p {
	text-align:justify;
}
.home-grey figure {
	float:left;
	margin-right:30px;
}  
.blocks-footer {
	border-top:1px solid #E5E8EB;
}
.blocks-footer .block {
	width:320px;
	float:left;
	box-sizing:border-box;
	border-right:1px solid #E5E8EB;
	padding:20px;
	text-align:center;
}
.blocks-footer .block:nth-child(3) {
	border-right:0;
}
.blocks-footer .title {
	color:#333;
	font-size:20px;
	font-family: 'Lora', serif;
}
	

footer {
	background:#495766 url(../img/footer.jpg) 0 0 repeat-x;
	padding:60px 40px 20px;
	color:#C6C9D0;
}
footer .block {
	width:240px;
	float:left;
}
footer .title {
	color:#fff; 
}
footer ul {
	margin:0 0 40px;
	padding:0;
	list-style:none;
}
footer li {
	margin-bottom:10px;
}
footer a {
	color:#C6C9D0;
	text-decoration:none;
}
footer a:hover {
	color:#fff;
	text-decoration:underline;
}
footer strong {
	color:#fff;
}
footer .copy {
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #5C6876;
	overflow:hidden;
}
footer .copy .copyright {
    float:left;
}
footer .copy .social {
    float:right;
    position: relative;
    top: -10px;
}

/*****************/
/*** SECCIONES ***/

.submenu {
	list-style-image:url(../img/bullet.png);
	margin:0 0 0 20px;
	padding:0;
}
.submenu li {
	border-bottom:1px solid #eee;
	padding:10px 0;
}
.submenu li:last-child {
	border-bottom:0;
}
.submenu a {
	text-decoration:none;
	color:#333;
	display:block;
}
.submenu a:hover {
	color:#20A5F0;
}
.content h3 {
	padding-left:0;
}
.pic-list {
	margin:0;
	padding:0;
	list-style:none;
}
.pic-list li {
	display:inline-table;
	margin-bottom:20px;
	margin-right:20px;
transition: box-shadow 0.2s ease;
} 
.pic-list li:hover {
box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.pic-list figure img {
	vertical-align:top;
}

.pic-list .title {
	background:#EFF2F5;
	color:#333;
	margin:0;
	text-align:center;
	padding:10px 5px;
}
.form {
	padding:20px 0;
}
.form label {
	display:block;
	margin:10px 0;
}
.form label span {
	display:inline-block;
	width:100px;
}
.form input[type=text], .form textarea {
	border:1px solid #ddd;
	padding:8px;
	vertical-align:top;
	width:300px;
} 
.form textarea {
	height:100px;
}
.form button {
	margin-left:100px;
	width:120px;
}
#map-canvas {
	height:200px;
} 
.list {
	padding:0;
	margin:2em 0;
	list-style:none;
}
.list li {
	margin:20px 0;
}
.list .title {
	margin:0;
	color:#333;
	font-size:14px;
}
.list li a {
	color:#20A5F0;
	text-decoration:none;
    font-style: italic;
}
.list li a:hover {
	text-decoration:underline;
}
.pag a {
	background:#EFF2F5;
	display:inline-block;
	margin-right:2px;
	text-decoration:none;
	color:#666;
	padding:5px 8px;
}
.pag .active, .pag a:hover {
	color:#fff;
	background:#6C7A89;
}
.blog li {
	background:url(../img/posts.png) 0 12px no-repeat;
}
.nav-content {
	border-bottom:1px solid #E5E8EB;
	padding:0 0 10px;
	font-size:11px;
	color:#999;
	margin-bottom:20px;
}
.nav-content span {
	display:inline-block;
	width:8px;
	height:8px;
	background:url(../img/arrow.jpg) 0 0 no-repeat;
	margin:0 10px;
}
.nav-content a {
	color:#999;
	text-decoration:none;
}
.nav-content a:hover {
	color:#333;
}
.logias h3 {
border-bottom:1px solid #E5E8EB;
}
ul.det-publicaciones-thumbs {
margin:0;
padding:0;
list-style:none;
}
ul.det-publicaciones-thumbs li {
display:inline-block;
float:left;
text-align:center;
height:40px;
width:70px; 
margin:10px;
overflow:hidden;
}
ul.det-publicaciones-thumbs li img {
vertical-align:middle;
max-width:100%;
}
ul.det-publicaciones-thumbs a {
display:block;
}
ul.det-publicaciones-thumbs a:hover {
box-shadow:0 2px 8px rgba(0,0,0,0.3);
}

.mobile-menu {
    display: none;
    width: 36px;
    height: 36px;
    background: url(../img/menu.png) 0 0 no-repeat;
    background-size: 22px;
    position: absolute;
    top: 28px;
    right: 10px;
}

/*******************/

@media screen and (max-width:480px) {
    * {
        box-sizing: border-box;
    }
    body {
        font-size: 13px;
    }
	.top-header {
		display:none;
	}
    .mobile-menu {
        display: block; 
    }
    .fixed img, .theme-default .nivoSlider {
        height: inherit !important;            
    } 
    .fixed {
        line-height: inherit;
        height: inherit;      
        box-shadow:none;  
    }
    .main-container { 
        max-width: inherit;
        margin: 0;
    }
    .main-container, .main, .banner, .content, aside, .blocks-footer .block,
    aside img, .grey-content img, .blocks-footer .block img {
        width: 100%;
    }
    nav, .content, aside, .blocks-footer .block {
        float: none;
    }
    header {
        position: inherit;
        z-index: inherit;
        top: inherit;
        padding: 10px;
        border-bottom: 0;
    } 
    .logo img {
        height: 60px;        
    }
    nav li { 
        display: list-item;
        border-top: 1px solid #eee;
        line-height:42px;
    } 
    .top-content {
        padding: 0;
        clear: both;
        background: transparent;
		margin-top:0;
    }
    nav {
        clear: both;
    } 
    nav span {
        width: 5px;
        display: inline-block;
    }
    nav ul, .notifications {
        display: none;
    }
    .banner {
        height: auto;
        box-shadow: none;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
    }
    .white-content, .grey-content {
        padding: 20px;
    }    
    h1 {
        margin: 0 0 1em;
    } 
    .home-grey figure {
         float: none;
        margin-right: inherit;
    }
    h3 {
        padding: 1em 0;
    } 
    .blocks-footer .block {
        border: 0;
    }
}
@media screen and (min-width:481px) and (max-width:1024px) {
* {
        box-sizing: border-box;
    }
    body {
        font-size: 13px;
    }
    .mobile-menu {
        display: block; 
    }
.top-header {
		display:none;
	}
    .fixed img, .theme-default .nivoSlider {
        height: inherit !important;            
    } 
    .fixed {
        line-height: inherit;
        height: inherit;      
        box-shadow:none;  
    }
    .main-container { 
        max-width: inherit;
        margin: 0;
    }
    .main-container, .main, .banner, .blocks-footer .block,
    aside img, .grey-content img, .blocks-footer .block img {
        width: 100%;
    }
    nav, nav br, .blocks-footer .block {
        float: none;
    }
    header {
        position: inherit;
        z-index: inherit;
        top: inherit;
        padding: 10px;
        border-bottom: 1px solid #E5E8EB;
    } 
    .logo img {
        height: 60px;        
    }
    nav li { 
        display: list-item;
        border-top: 1px solid #eee;
        line-height: 32px;
    }
    nav span {
        width: 5px;
        display: inline-block;
    }
    .top-content {
        padding: 0;
        clear: both;
        background: transparent;
		margin-top:0;
    }
    nav {
        clear: both;
    }
    nav ul, .notifications {
        display: none;
    }
    .content {
        width:60%;
    }
    aside {
        width:35%;
    }
    .home-grey {
        padding: 40px;
    }
    .home-grey figure {
        width:245px;
    }     
    footer .block {
        width:50%;  
        height:170px;      
    }
}