body {
	background-color: #FFF;
	background-image: url(img/Fondo.jpg);
	background-repeat: repeat;
	font-family: 'Open Sans', arial, serif;
	font-size: 14px;
	line-height: 1.1em;
	color: #888;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #007093;
	font-size: 27px;
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
	line-height: 1em;
	text-align: left;
}
h2{
	font-weight: 400;
	font-size: 22px;
	color: #0189a7;
	text-transform: uppercase;
	text-align:left;
	line-height: 1em;
}
.section h1 a, .section h1 a:hover{
	color: #0A8D87;
}
p {
	margin: 10px 0px;
	color: #888;
	font-weight:300;
	letter-spacing: 0.04em;
	line-height: 1.4em;
}
strong {
	font-weight: 400;
}
em {
	text-align:left;
}
.clear{
	display:table;
	clear:both;
}
hr {
	display:block;
	width:100%;
	height:20px;
	border-bottom: 1px dotted #ccc;
	border-top:none;
	border-right:none;
	border-left:none;
	margin: 10px 0px;
}

/* Contenedor Sitio */
#site{
	display:block;
	width: 950px;
	min-height:200px;
	margin: 20px auto 30px auto;
}

/* Header */
header{
	padding: 0px;
	margin:0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #007093 url(img/header.png) no-repeat center 170px;
}
.logo{
	width:540px;
	height: 187px;
	display:block;
	background: transparent;
	margin: 0px auto 15px auto;
	padding-top:20px;
}
.logo h1{
	display:none;
}
.logo img {
	max-width:100%;
	margin:0px;
	display:block;
}

/* Menú */
nav{
	display:block;
	width:100%;
	text-align: center;
	margin: 0px;
	background: #0189a7;
}
#openmenu {
	display: none;
	width: 100%;
	height: 35px;
	background: transparent url(img/menu.png) no-repeat left 3px;
	background-size: 95px auto;
}
nav ul {
	display:block;
}
nav li {
	display:inline-block;
}
nav li a {
	display: inline-block;
	margin: 0;
	padding: 0;
	padding: 13px 10px 9px 10px;
	text-transform: uppercase;
	font-weight: 400;
	color: white;
	font-size:15px;
	border-bottom:3px solid transparent;
	letter-spacing:0.04em;
	vertical-align:top;
}
nav li a:hover {
	text-decoration:none;
	border-color: #007093;
}
nav li a.current {
	color:#024d74;
	border-color: #024d74;
}
nav li a.facebook {
	background: transparent url(img/fb.png) no-repeat center 8px;
	background-size: 23px auto;
	padding:0px;
	width:35px;
	height:37px;
}
nav li a.facebook span {
	display:none;
}

/* Contenido */
section{
	padding: 2% 5%;
	margin: 0px;
	background: white;
	min-height:400px;
	text-align: justify;
	border-width: 0px 1px 0px 1px;
	border-color: #0189a7;
	border-style:solid;
}
section a{
	color: #666;
}
section a:hover{
	color: #444;
}
section img {
	max-width:100%;
}
.columna {
	width: 46%;
	margin: 1% 4% 1% 0px;
	float: left;
}
.columna.big {
	width:58%;
	margin-right: 6%;
}
.columna.small {
	width:36%;
	margin-right:0%;
}
.nocolumna{
	width:100%;
}
.border {
	border:1px solid #ddd;
}
.mapa {
	height: 300px;
	width: 100%;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #CCC;
}
.alerta {
    background: lightgoldenrodyellow;
    color: #d4a168;
	font-size:15px;
	font-weight:300;
	padding: 0.6em 0.8em 0.8em;
	border-radius:5px;
	margin: 5px auto 15px;
	border-right: 1px inset rgba(0,0,0,0.1);
	border-bottom: 1px inset rgba(0,0,0,0.1);
}
.alerta img {
	margin-right:5px;
	margin-bottom: -3px;
	width:18px;
}
.alerta a {
	color:inherit;
	display:inline-block;
	line-height:1.2em;
}
.alerta a:hover {
	color: #FD9C37;
}

/* Footer */
footer{
	display:block;
	width: 100%;
	background: #0189a7;
	clear:both;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align:center;
	padding: 13px 0px 14px;
}
footer p {
	margin:0px;
	padding: 0px 20px;
	color:white;
	font-weight:300;
	font-size:13px;
}

/* Botón para subir */
#scrollUp {
	right: 30px;
	bottom: 25px;
	background: white;
	padding: 6px 8px;
	border-radius: 5px;
	border: solid 2px #007093;
	color: #007093;
}
#scrollUp:hover{
	color: #024d74;
	border-color: #024d74;
	text-decoration:none;
}

/* Inicio */
.inicio h1 {
	margin-top:5px;
	margin-bottom:15px;
}
.inicio.small {
	padding-top:2%;
}
.irgaleria {
	display:block;
	background:#47c1ee;
	color:white;
	text-transform:uppercase;
	font-size:12px;
	padding:6px 8px 0px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.irgaleria:hover {
	text-decoration:none;
	color:white;
}
.inicio .flexslider {
	border-color: #47c1ee;
	border-radius: 0px;
	box-shadow: none;
	margin-top: 0px;
}

/* Galería */
object{
	margin:0;
}
.flexslider .slides li{
	position:relative;
}
.flex-caption {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:10px 15px;
	color:white;
	background: rgba(0,0,0,0.6);
	margin:0;
}

/*** MEDIA QUERIES ***/
@media screen and (max-width:949px) {
	#site {
		width:100%;
		margin:0px;
	}
	header, footer {
		border-radius:0px;
	}
}
@media screen and (max-width:880px) {
	.alerta {
		text-align: center;
	}
	.alerta img {
		display:block;
		margin: 0 auto 5px;
	}
}
@media screen and (max-width:855px) {
	nav li a {
		font-size:13px;
	}
	.columna {
		width:95% !important;
	}
	.logo {
		width:auto;
		height:auto;
		max-width:80%;
		padding:2% 0px 0px 0px;
	}
	.logo img {
		margin: 0px auto;
	}
}
@media screen and (max-width:700px) {
	body {
		background:white;
	}
	#openmenu {
		display:block;
	}
	nav ul {
		display:none;
	}
	nav li {
		width:100%;
	}
	nav li a {
		font-size:14px;
		width:100%;
		border-width: 0px 0px 1px 0px;
		text-align:left;
		padding: 10px;
	}
	nav li a.current, nav li a:active {
		background:#024d74;
		color:white;
	}
	nav li a.facebook {
		background-image:none;
		padding: 10px;
		width:100%;
		height:auto;
	}
	nav li a.facebook span {
		display:inline;
		text-align:left;
	}
	.logo {
		max-width:70%;
	}
	#scrollUp {
		bottom:70px;
	}
}