body {
	text-align: center;
}
#general {
	text-align: left;
	width: 950px;
	height: 500px;
	margin: 0px auto;
}
#sidecontainer {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 0px 4px;
	text-align: left;
	width: 240px;
}
#sidecontainer table{
	width: 240px;
	height: 80px;
}
#dircontainer {
	border: 1px solid #CCCCCC;
	height: 472px;
	overflow: auto;
	margin: 4px auto;
}
#dircontainer table{
	width: 200px;	
}
#formSuperior {
	width: 692px;
	text-align: left;
	border: 1px solid #CCCCCC;
	float: right;
	margin-bottom: 12px;
}
#formSuperior table {
	margin-left: 50px;
	height: 150px;
}
.formulario label, input {
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
}
.boton {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 22px;
	width: 90px;
}
.textoMapas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #375783;
	text-decoration: none;
}
a.ayto, a.ayto:link, a.ayto:visited, a.ayto:hover, a.ayto:active {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}

a.ayto12, a.ayto12:link, a.ayto12:visited, a.ayto12:hover, a.ayto12:active {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}

a.version_movil, a.version_movil:link, a.version_movil:visited, a.version_movil:hover, a.version_movil:active {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #004466;
}

a.texto_playas, a.texto_playas:link, a.texto_playas:visited, a.texto_playas:hover, a.texto_playas:active {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF0000;
}

.columna_categoria {
	width:25%;
	float:left;
}

.columna_categoria_interna {
	width:33%;
	float:left;
}

.text_direccion {
	width:180px;
}

.text_direccion_desfibriladores {
	width:180px;
}




.fondoPrevioPlayas{
	background-image: url("images/fondo_estadoPlayas2.png");
	background-position: 100% 100%;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.contenedor {
	position: relative;
}

.contenedorHijo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.texto_playas1{
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	/*font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";*/
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

.texto_playas2{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #fff;
	font-weight:lighter;
	font-size: 20px;
}

.texto_playas3{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #fff;
	font-weight:lighter;
	font-size: 20px;
}

@media (max-width: 1000px) { 
	.columna_categoria {
		width:100%;
		float:left;
	}
	
	.columna_categoria_interna {
		width:100%;
		float:left;
	}
	
	.text_direccion {
		width:120px;
	}
	
	.text_direccion_desfibriladores {
		width:90px;
	}
	
	.div_categorias {
		height:30vh;
		overflow:auto;
	}
}