/* comentarios */
@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	background-color: rgb(0, 200, 255);	
	/*background: rgb(0, 200, 255);
	background: -moz-linear-gradient(90deg, rgb(0, 200, 255) 0%, rgb(200, 245, 255) 80%);
	background: -webkit-linear-gradient(90deg, rgb(0, 200, 255) 0%, rgb(200, 245, 255) 80%);
	background: -o-linear-gradient(90deg, rgb(0, 200, 255) 0%, rgb(200, 245, 255) 80%);
	background: -ms-linear-gradient(90deg, rgb(0, 200, 255) 0%, rgb(200, 245, 255) 80%);
	background: linear-gradient(180deg, rgb(0, 200, 255) 0%, rgb(200, 245, 255) 80%);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
	/*background-image: url(../images/background_prueba_01.png);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
	/*-webkit-background-size: contain;
  	-moz-background-size: contain;
  	background-size: contain;
	background-size: 100% auto;
    width: 100%;
    height: auto;*/
}
.contenedor_general {
	margin: 0 auto;
	/*max-width: 800px;*/
	width: 100%;
	overflow: hidden;
	padding: 0px;
	background-image: url(../images/background_01.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: fixed;
}

h1 {
	color: #333;
	margin: 10px auto;
	display: block;
	text-align: center;
	text-shadow: 0px 3px 2px rgba(255, 255, 255, 1);
	vertical-align: top;
}

figure#logotipo {
	/*display: inline-block;*/
	height: auto;
	width: auto;
	vertical-align: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

header {
	box-sizing: border-box;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Clearfix */
.clear:before, .clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

a#pull {
    display: none;
}

/* Menu Nav */
nav {
	height: 35px;
	width: 100%;
	position: fixed;
	z-index: 10;
}

nav ul {
    padding: 0;
    margin: 0 auto;
    width: 840px;
    height: 35px;
}

nav li {
    display: inline;
    float: left;
}

nav a {
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 136px;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	font-size: 11px;
	margin-right: 2px;
	margin-left: 2px;
	background-image: url(../images/tabla_01.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-shadow: 1px 1px 2px #000;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

nav li a {
	/*background-color: rgba(0,0,0,0.4);*/
}

nav li:last-child a {
    border-right: 0;
}

nav a:hover, nav a:active {
	/*background-color: #78D200;*/
	background-image: url(../images/tabla_02.png);
	background-repeat: repeat-x;
	background-position: center top;
	transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
/* Final Menu Nav */

/* SLIDESHOW */
#slider{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
 
ul.bjqs{
	position:relative; 
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden; 
	display:none;
}

li.bjqs-slide{
	position:absolute; 
	display:none;
}

ul.bjqs-controls{
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
}

ul.bjqs-controls.v-centered li a{
	position:absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a{
	right:0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a{
	left:0;
}

ol.bjqs-markers{
	list-style: none; 
	padding: 0; 
	margin: 0; 
	width:100%;
}

ol.bjqs-markers.h-centered{
	text-align: center;
}

ol.bjqs-markers li{
	display:inline;
}

ol.bjqs-markers li a{
	display: inline-block;
}

p.bjqs-caption{
	display:block;
	width:96%;
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0;
}
  
.bjqs-caption{
	color: #333;
	/*background: whitesmoke;
	opacity: .50;*/
	font-size: 20px;
	color: #969696;
}
 
/* BOTONERA SLIDESHOW */
ol.bjqs-markers{
	margin-top: 10px;
	margin-bottom: 20px;
}

ol.bjqs-markers li a{
	padding: 5px;
	color: #fff;
	margin: 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
	transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	background-image: url(../images/tabla_01.png);
	background-repeat: repeat-x;
	background-position: center top;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	font-weight: bold;
	border-radius: 5px;
	height: 14px;
	width: 14px;
}

li.active-marker a, ol.bjqs-markers li a:hover{
	/*background-color: #D11515!important;*/
	background-image: url(../images/tabla_02.png)!important;
	background-repeat: repeat-x;
	background-position: center top;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	border-radius: 5px;
}
 
/* CONTROLES ATRAS Y ADELANTE */
ul.bjqs-controls.v-centered li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px #000;
	background-image: url(../images/tabla_01.png);
	background-repeat: repeat-x;
	background-position: center top;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	border-radius: 5px;
	height: 30px;
	width: 30px;
}

ul.bjqs-controls.v-centered li a:hover{
	color: #fff;
	background-image: url(../images/tabla_02.png);
	background-repeat: repeat-x;
	background-position: center top;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	border-radius: 5px;
}

section#pie {
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 40px;
	width: 100%;
	position: fixed;
	z-index: 11;
	vertical-align: bottom;
	background-image: url(../images/tabla_01.png);
	background-repeat: repeat-x;
	background-position: center top;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px -3px 10px rgba(0,0,0,.4);
	display: block;
	bottom: 0px;
}
section#botones_pie {
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 40px;
	width: 100%;
	position: fixed;
	z-index: 13;
	vertical-align: bottom;
	display: block;
	bottom: 0px;
}

section#inicio {
	box-sizing: border-box;
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 80px;
}

section#quienes_somos {
	box-sizing: border-box;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 100%;
	max-width: 840px;
	min-height: 400px;
	padding-top: 60px;
	padding-bottom: 80px;
}

section#nuestros_servicios {
	box-sizing: border-box;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 100%;
	max-width: 840px;
	min-height: 400px;
	padding-top: 60px;
	padding-bottom: 80px;
}
section#cabanas {
	box-sizing: border-box;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 100%;
	max-width: 840px;
	min-height: 400px;
	padding-top: 60px;
	padding-bottom: 80px;
}

section#galeria_imagenes {
	box-sizing: border-box;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 100%;
	max-width: 840px;
	min-height: 400px;
	padding-top: 60px;
	padding-bottom: 80px;
}

section#contactenos {
	box-sizing: border-box;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 100%;
	max-width: 840px;
	min-height: 400px;
	padding-top: 60px;
	padding-bottom: 80px;
}

section#titulos {
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	width: 100%;
	max-width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 30px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	background-image: url(../images/base_titulo_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	line-height: 26px;
	text-shadow: 1px 1px 2px #000;
}

section#contenidos {
	box-sizing: border-box;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 900px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	/*background-color: rgba(255,255,255,0.4);*/
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

section#principal {
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 32%;
	font-weight: normal;
	padding: 10px;
}

section#contacto {
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 48%;
	font-weight: normal;
	padding: 10px 10px;
}

article#section {
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
	text-align: justify;
	vertical-align: top;
	width: 100%;
}

article#servicios {
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
	text-align: justify;
	vertical-align: top;
	width: 100%;
	background-image: url(../images/tabla_01.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 20px;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

article#contacto {
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
	text-align: justify;
	vertical-align: top;
	width: 100%;
	background-image: url(../images/tabla_01.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 20px;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.titulo_01 {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	width: 100%;
	display: block;
	padding-bottom: 12px;
	padding-top: 12px;
	background-image: url(../images/tabla_02.png);
	background-repeat: repeat;
	background-position: center top;
	text-shadow: 1px 1px 2px #000;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
}

.texto_01 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/tabla_01.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 20px;
	text-shadow: 1px 1px 2px #000;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.texto_02 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-shadow: 1px 1px 2px #000;
}

.texto_botones_grandes {
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgb(245, 245, 245);
	border-left-color: rgb(245, 245, 245);
}
.cuadro_imagenes {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgb(245, 245, 245);
	border-left-color: rgb(245, 245, 245);
}

.texto_negrita_01 {
	color: #fff;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-shadow: 1px 1px 2px #000;
}

figure#articulo {
	height: auto;
	vertical-align: top;
	width: 100%;
	padding-bottom: 15px;
}

figure#logotipo {
	height: auto;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px;
}

figure#logotipo_pie {
	height: auto;
	width: 100%;
	margin-bottom: 2px;
	text-align: center;
	position: fixed;
	z-index: 12;
	vertical-align: bottom;
	display: block;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

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

img#galeria {
	height: auto;
	max-width: 100%;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.6);
	padding: 10px;
}

.boton_sonido {
	background-image: url(../images/sonido_01.png);
	background-repeat: repeat-x;
	background-position: center top;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	height: 30px;
	width: 30px;
	border-radius: 5px;
	margin: 5px 5px 5px 0px;
	float: right;
}

.boton_sonido:hover {
	background-image: url(../images/sonido_02.png);
	background-repeat: repeat-x;
	background-position: center top;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	height: 30px;
	width: 30px;
	border-radius: 5px;
	margin: 5px 5px 5px 0px;
	float: right;
}

.boton_sonido:active {
	background-image: url(../images/sonido_02.png);
	background-repeat: repeat-x;
	background-position: center top;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	height: 30px;
	width: 30px;
	border-radius: 5px;
	margin: 5px 5px 5px 0px;
	float: right;
}

.boton_mute {
	background-image: url(../images/mute_01.png);
	background-repeat: repeat-x;
	background-position: center top;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	height: 30px;
	width: 30px;
	border-radius: 5px;
	margin: 5px 5px 5px 0px;
	float: right;
}

.boton_mute:hover {
	background-image: url(../images/mute_02.png);
	background-repeat: repeat-x;
	background-position: center top;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	height: 30px;
	width: 30px;
	border-radius: 5px;
	margin: 5px 5px 5px 0px;
	float: right;
}

.boton_mute:active {
	background-image: url(../images/mute_02.png);
	background-repeat: repeat-x;
	background-position: center top;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	height: 30px;
	width: 30px;
	border-radius: 5px;
	margin: 5px 5px 5px 0px;
	float: right;
}

.iframe_contacto {
	/*width: 100%;
	position: relative;
	float: left;
	background-color: rgba(255,255,255,0.4);
	border: 4px solid rgba(255,255,255,0.4);
	height: 300px;*/
	border: 0px solid rgba(255,255,255,0);
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
	text-align: justify;
	vertical-align: top;
	width: 100%;
	height: 276px;
	background-image: url(../images/tabla_01.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 15px;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.introducir_txt_formulario {
	width: 100%;
	max-width: 318px;
	max-height: 120px;
	position: relative;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #000000;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgba(255,255,255,0.4);
	font-style: normal;
	/*-webkit-box-shadow: inset 0px 2px 3px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: inset 0px 2px 3px rgba(50, 50, 50, 0.2);
	box-shadow: inset 0px 2px 3px rgba(50, 50, 50, 0.2);*/
	border: 1px solid rgba(255,255,255,0.6);
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

input.submit {
	background-image: url(../images/tabla_01.png);
	background-repeat: repeat;
	background-position: center top;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 136px;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-shadow: 1px 1px 2px #000;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	border-radius: 5px;
	padding: 12px 15px;
}

input.submit:hover {
	background-image: url(../images/tabla_02.png);
	background-repeat: repeat;
	background-position: center top;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 136px;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	float: left;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-shadow: 1px 1px 2px #000;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	border-radius: 5px;
	padding: 12px 15px;
}

input.submit:active {
	background-image: url(../images/tabla_02.png);
	background-repeat: repeat;
	background-position: center top;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 136px;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	float: left;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-shadow: 1px 1px 2px #000;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,.5), inset -1px -1px 2px rgba(0,0,0,.5), 0px 2px 3px rgba(0,0,0,.2);
	border-radius: 5px;
	padding: 12px 15px;
}

table {
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}

th {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #D11515;
	padding: 15px;
}

td {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F6F6F6;
	border-bottom-color: #F8F8F8;
	border-left-color: #F8F8F8;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
}

tr:hover td {
	background-color: #FAFAFA;
}

footer {
	background-image: url(../images/imagen_titulos.png);
	background-repeat: repeat-x;
	background-position: top;
	box-sizing: border-box;
	width: 92%;
	max-width: 840px;
	text-align: center;
	z-index: -1;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

article#footer {
	box-sizing: border-box;
	display: inline-block;
	margin: 5px 10px;
	/*min-width: 398px;*/
	text-align: justify;
	vertical-align: top;
	width: auto;
}

.titulo_footer {
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-right: 5px;
}

figure#footer {
	box-sizing: border-box;
	display: inline-block;
	margin: 10px;
	/*min-width: 398px;*/
	text-align: justify;
	vertical-align: top;
	width: auto;
}

@media screen and (max-width: 700px){
	figure {
		display: block;
		text-align: center;
	}
	
	section#principal {
		width: 100%;
	}
	
	section#contacto {
		width: 100%;
		/*display: none;*/
	}
	
	.iframe_contacto {
		width: 98%;
		position: relative;
		float: left;
		background-color: #666;
		border: 4px solid #666;
		height: 410px;
	}
}

@media only screen and (max-width : 840px) {
	nav {
        border-bottom: 0;
        height: auto;
    }

    nav ul {
        display: none;
        height: auto;
        width: 100%;
    }

    nav li {
        width: 100%;
        float: left;
        position: relative;
    }

    nav a {
        text-align: left;
        width: 100%;
        text-indent: 35px;
    }

    nav a#pull {
	display: block;
	background-color: #003399;
	width: 100%;
	position: relative;
    }

    nav a#pull:after {
        content:"";
        background: url('../images/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 7px;
    }
	
	.boton_icono_grande_01 {
		max-height: 130px;
		min-width: 160px;
		margin-top: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	.boton_icono_grande_01:hover {
		max-height: 130px;
		min-width: 160px;
		margin-top: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	.boton_icono_grande_01:active{
		max-height: 150px;
		min-width: 160px;
		margin-top: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	.boton_icono_grande_02 {
		max-height: 150px;
		min-width: 160px;
		margin-top: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	.boton_icono_grande_02:hover {
		max-height: 150px;
		min-width: 160px;
		margin-top: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	.boton_icono_grande_02:active{
		max-height: 150px;
		min-width: 160px;
		margin-top: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	.boton_activo_grande_02 {
		max-height: 150px;
		min-width: 160px;
		margin-top: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	.introducir_txt_formulario {
		width: 100%;
		max-width: 342px;
		max-height: 220px;
		padding-top: 8px;
		padding-right: 10px;
		padding-bottom: 8px;
		padding-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
