@charset "UTF-8";

@font-face {
    font-family: Palatino;
    src: url('fonts/pala.ttf');
}
body {
	background-color: #F9F9F9;
}
header {
    width: 100%;
    background: #666666;
    box-shadow: 1px 1px 2px 0 rgba(0.5, 0.5, 0.5, 0.3);
	z-index: 12;	
} 

#btn-menu {
    display: none;
} 

header label {
    display: none;
    width:25px;
    height: 25px;
    padding: 10px;
    border-right: 1px solid #fff;
} 

header label:hover {
    cursor: pointer;
}

.menu ul{
	background: rgba(100, 100, 100, 0.2);
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}

.menu li{
    border-right: 1px solid #fff;
	text-align: right;
	background: rgba(100, 100, 100, 0.8);
} 

.menu li>a {
    display: block;
    padding: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
.menu li>a:hover {
    background: #000000;
	color: #DDFFFF;
} 
  
.contenido{
	z-index: 0;
	margin: auto;
	width: 96%;
    max-width: 1400px;
    box-shadow: 5px 5px 5px 0 rgba(150, 150, 150, 0.5);
}
.container {
    width: 100%;
    margin-top: 10px;
    padding: 0px;
    border: 2px solid #666666;
    box-shadow: 0 0 5px #000;
    height: 720px;
}
#map {
    height: 100%;
    width: 100%;
}
img.img-place {
    width: 120px;
    height: 80px;
    border: 2px solid #666666;
}
.texto {
	position: relative;
	width:96%;
	top: 10px;
	font-family: Palatino;
	font-size: 20px;
	line-height: 1.3;
	padding: 5px 10px 15px 10px;
	color: #666666;
	font-style: normal;
	text-align: justify;
	min-width:180px;
    max-width:440px;
	margin-right:20px;
	float:left;
}
.textodir {
	position: relative;
	width:96%;
	top: 5px;
	font-family: Palatino;
	font-size: 20px;
	line-height: 1.3;
	color: #666666;
	font-style: normal;
	text-align: left;
	min-width:180px;
    max-width:500px;
	margin:20px 10px 15px 20px;
	float:left;
}
.foto {
	position: relative;
	width:80%;
	top:10px;
	min-width:180px;
    max-width:1200px;
	margin:auto;
    margin-bottom: 20px;
	float:center;
	box-shadow: 3px 3px 3px 0 rgba(0.5, 0.5, 0.5, 0.3);
}
.foto2 {
	position: relative;
	width:55%;
	top:5px;
	min-width:180px;
    max-width:1200px;
	margin:auto;
	float:center;
	box-shadow: 3px 3px 3px 0 rgba(0.5, 0.5, 0.5, 0.3);
}
.letrero{
    width:100%;
	min-width:50px;
    max-width:360px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: -10px;
	box-shadow: 2px 2px 2px 0 rgba(0.5, 0.5, 0.5, 0.3);
}
.cajalarga {
	position: relative;
	width:100%;
	top: 10px;
	background-color:#FFFFFF;
	min-width:300px;
    max-width:1440px;
    margin-bottom: 20px;
	float:left;
	box-shadow: 3px 3px 3px 0 rgba(0.5, 0.5, 0.5, 0.3);
}
.columna {
	position: relative;
	width:80%;
	margin:auto;
	float:center;
}
a {
	color: #333399;	
	text-decoration: none;
}
a:hover {
	color: #2244BB;	
	font-style: bold;
	text-decoration: none;
	text-shadow: 1px 1px #999999;
}
h2 {
	color: #2244BB;	
    font-family: Palatino;
	font-style: bold;
	text-decoration: none;
	text-shadow: 2px 2px 2px #999999;
	text-align: center;
	font-size: 36px;
    margin-top: 25px;
}
.dos {
	position: relative;
	width:100%;
	box-shadow: 15px 15px 5px 0 rgba(0.5, 0.5, 0.5, 0.3);
	margin:auto;
	font-size: 20px
}
button{
   background-image: url("../imagenes/tocagua/boton1.jpg");
   font-family: Palatino;
   font-size: 16px; 
   padding: 5px 10px 5px 10px;
}
button:hover{
   background-image: url("../imagenes/tocagua/boton2.jpg")
}
.carousel-caption {
        margin-bottom: -55px;
        font-family: Palatino;
		font-size: 16px;
		font-weight: normal;
		color:#FFFFFF;
		text-shadow: 2px 2px #000000;
	}

@media (max-width:1400px){
    .foto2 {
	position: relative;
	width:90%;
	top:5px;
	min-width:200px;
    max-width:800px;
	box-shadow: 2px 2px 3px 0 rgba(0.5, 0.5, 0.5, 0.3);
    }	
    .texto {
	position: relative;
	width:96%;
	top: 10px;
	font-family: Palatino;
	font-size: 20px;
	line-height: 1.3;
	padding: 5px 10px 15px 10px;
	color: #666666;
	font-style: normal;
	text-align: justify;
	min-width:200px;
    max-width:800px;
	margin-right:20px;
	float:left;
}
    .carousel-caption {
        margin-bottom: -50px;
        font-family: Palatino;
		font-size: 14px;
		font-weight: normal;
		color:#FFFFFF;
		text-shadow: 2px 2px #000000;
	}
    }

@media (max-width:1000px){
    .foto2 {
	top:5px;
	min-width:200px;
    max-width:700px;
	box-shadow: 2px 2px 3px 0 rgba(0.5, 0.5, 0.5, 0.3);
    }	   
     .texto {
	position: relative;
	width:96%;
	top: 10px;
	font-family: Palatino;
	font-size: 20px;
	line-height: 1.3;
	padding: 5px 10px 15px 10px;
	color: #666666;
	font-style: normal;
	text-align: justify;
	min-width:200px;
    max-width:700px;
	margin-right:20px;
	float:left;
}
}

@media (max-width:700px){
    header label{
        display: block;
    } 
    .menu {
        position: absolute;
		align: right;
		background: rgba(180,180,180,0.2);
		z-index: 22;
        width: 60%;
        margin-left: -60%;
		margin-top: 4px;
        transition: all 1s;
    } 
    .menu ul {
        flex-direction: column;
    } 
    .menu li {
        border: 1px solid #fff;
		margin-top: 20px;
		
    }
    #btn-menu:checked ~ .menu {
        margin: 1px;
    } 
    .imagenes {
        display: none;
    } 
    .foto2 {
	position: relative;
	width:90%;
	top:10px;
	margin:auto;
	float:center;
	box-shadow: 2px 2px 3px 0 rgba(0.5, 0.5, 0.5, 0.3);
}
	.texto {
	font-size: 18px;
		line-height: 1.4;
		text-align: left;
}
    .textodir {
	position: relative;
	width:96%;
	top: 10px;
	font-family: Palatino;
	font-size: 18px;
	line-height: 1.4;
	color: #666666;
	min-width:180px;
    max-width:500px;
	margin:20px 10px 15px 20px;
	float:left;
}
	.carousel-caption {
		font-size: 12px;
        margin-bottom: -45px;
	}
} 
@media (max-width:480px){
	
	.carousel-caption {
	font-size: 11px;
    margin-bottom: -45px;
	}
	.cajalarga {
	min-width:200px;
	margin:5px;
	float:left;
    }
	.texto {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
    }
    .foto2 {
	position: relative;
	width:90%;
	top:10px;
	margin:auto;
	float:center;
	box-shadow: 2px 2px 3px 0 rgba(0.5, 0.5, 0.5, 0.3);
}
}