/* CSS Document */
.boton-wtsp {
	height:50px;
	width: 50px;
	background: white;
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);

		
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size:24px;
	line-height:50px;
	padding:0 20px;
	
	}
h2 {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	line-height:40px;
	padding:0 20px;
	
	}

h1.izquierda {
	text-align:left;}
#menu li {
	background:rgba(01,65,106,1.00);
	}
body {
	background: #f9f9f9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f9f9f9 1%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f9f9f9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9f9f9 1%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9f9f9 1%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9f9f9 1%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9f9f9 1%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */


	}
#col-mapa li.ubicacion {
	background-image:url(../img/icono-mapa.png);
	background-position:right;
	background-repeat:no-repeat;}
	

#formulario {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
    border-radius:2px;
	}
#col-mapa li {
		width:100%;
		height:50px;
	background:rgba(82,114,36,1.00);
	-webkit-border-top-right-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
-moz-border-radius-topright: 25px;
-moz-border-radius-bottomright: 25px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
margin:0 0 10px 0;
text-align:left}


#col-reservas li.reservas {
	background:rgba(82,114,36,1.00);
	background-image: url(../img/icono-reservas.png);
	background-repeat:no-repeat;}
	
li.certificacion {
	background:rgba(82,114,36,1.00);
	background-image:url(../img/visto.png);
	background-position:left;
	background-repeat:no-repeat;
	width:100%;
	height:50px;	
	-webkit-border-top-left-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-bottomleft: 25px;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
margin:0 0 10px 0;
text-align:right}		

#col-reservas li {
	width:100%;
	height:50px;	
	-webkit-border-top-left-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-bottomleft: 25px;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
margin:0 0 10px 0;
text-align:right
	}	
#formulario {
	background:rgba(82,114,36,1.00)}
.sombra {-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;}

#menu li:hover {
	background:rgba(82,114,36,1.00)
	}

#footer {
	width:60%;
	height:auto;
	min-height:140px;
	padding:20px 20% 20px 20%;
	position:relative;
	margin:20px auto 0 auto;
	text-align:center;
	color:rgba(211,211,211,1.00);
	background: rgb(1,65,106); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAxNDE2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDQ1NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(1,65,106,1) 1%, rgba(16,69,102,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(1,65,106,1)), color-stop(100%,rgba(16,69,102,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(1,65,106,1) 1%,rgba(16,69,102,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(1,65,106,1) 1%,rgba(16,69,102,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(1,65,106,1) 1%,rgba(16,69,102,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(1,65,106,1) 1%,rgba(16,69,102,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01416a', endColorstr='#104566',GradientType=0 ); /* IE6-8 */
}

#redes {
	position:relative;
	width:100%;
	min-width:300px;
	height:auto;
	min-height:70px;
	text-align:center;
	margin:10px auto 30px auto ;
	padding:0;}
#redes li.botones-sociales {
	width:auto;
	height:50px;
	margin:5px;
	float: right;
	-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;}

#contenidos {
	position:relative;
	padding:20px 2% 30px 2%;
	width:92%;
	height:auto;
	margin:10px 2%;
	list-style:none;
	background:#CEE5AC;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}
#contenidos p {
	color:rgba(40,73,91,1.00);
	padding:0 10px 20px 10px;
	font-size:16px;
	text-indent:20px;
	text-align:justify}
#contenidos p.galeria {
	text-indent:0px;
	text-align:center}	

#contenidos a {
	width:auto;}
	
	
	
#contenidos a img {
	width:120px;
	height:80px;
	border:rgba(255,255,255,1.00) solid 4px;}
#contenidos a img:hover {
	border: rgba(82,114,36,0.60) solid 4px;}
	
#contenidos ul.caracteristicas {
	text-align:left;
	font-size:16px;
	color:rgba(40,73,91,1.00);
	padding:10px 0 20px 0;}

#contenidos ul.caracteristicas li {
width:80%;	
margin:0 auto;
text-align:left}

#contenidos li.empresa {
	width:50%;
	height:40px;
	background:rgba(1,65,106,1.00);
	background-repeat:no-repeat;
	background-size:38px auto;
	background-position:right;
	margin:0 auto 0 1.6%;
		-webkit-border-top-right-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
-moz-border-radius-topright: 25px;
-moz-border-radius-bottomright: 25px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;}
#contenidos li.vision {
	background-image:url(../img/icono-vision.png)
	}
#contenidos li.mision {
	background-image: url(../img/icono-mision.png);
	}