body {
	background: #fff;
	margin: 0;
	padding: 0;
	}
body, input, option, textarea, th, td {
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	color: #333;
	}
a {
	color: #369;
	}
a:hover, a:focus {
	border-color: #58b;
	color: #58b;
	}
h1, h2, h3, h4 {
	margin: 0;
	}
h2 {
	background: #707380;
	border: 2px solid #5e616a;
	border-width: 2px 0 1px;
	color: #eee;
	font: normal 16px/18px Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 15px 0 15px;
	padding: 2px 12px 4px;
	text-transform: uppercase;
	}
img {
	border: 0;
	}
	img.screenshot {
		border: 1px solid #ddd;
		padding: 3px;
		}
	img, iframe {
		max-width: 100%;
		}
big {
	font-size: 20px;
	line-height: 28px;
	}
p, ul, ol {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	}
ul, ol {
	margin-left: 25px;
	}
	ul li {
		list-style: disc outside;
		}
	ol li {
		list-style: lower-alpha outside;
		}
	ul.lista, ul.lista li {
		display: block;
		margin: 0;
		padding: 0;
		}
		ul.lista {
			border-top: 1px solid #ddd;
			margin-bottom: 10px;
			}
		ul.lista li {
			border-bottom: 1px solid #ddd;
			padding: 2px 0 4px 10px;
			}
	ul.empresas, ul.empresas li {
		display: block;
		margin: 0;
		padding: 0;
		}
		ul.empresas {
			margin-bottom: 10px;
			}
		ul.empresas li {
			border: 1px solid #ddd;
			margin-bottom: 2px;
			padding: 10px;
			}
		div.logo {
			margin-bottom: 10px;
			}
		div.nombre {
			font: bold 16px/17px Tahoma, Arial, Helvetica, sans-serif;
			}
		div.logoGrande {
			border-bottom: 1px solid #ddd;
			padding-bottom: 10px;
			margin-bottom: 10px;
			}
		div.plano {
			margin: 10px 0;
			}
		div.nombre a {
			text-decoration: none;
			}
		div.palabrasClave, div.direccion, div.web, div.email {
			margin-top: 3px;
			}
		div.palabrasClave, div.web {
			color: #666;
			font-style: italic;
			}
	table.formulario {
		margin: -2px 0 10px;
		width: 100%;
		}
		table.formulario td, table.formulario td, table.formulario td {
			display: block;
			}
		table.formulario tr td:first-child {
			border-top: 1px solid #ddd;
			display: block;
			margin-top: 5px;
			padding: 5px 0 0;
			}
	table.empresa {
		width: auto;
		}
	table.empresa td.clave {
		color: #666;
		font-style: italic;
		padding-right: 20px;
		}
	td.separador {
		line-height: 10px;
		height: 10px;
		overflow: hidden;
		}
td {
	vertical-align: top;
	}
.actividades {
	font-size: 0;
	line-height: 0;
	margin: -10px -9px 0 -9px;
	text-align: center;
	vertical-align: top;
	}
	.actividad {
		display: inline-block;
		margin: 10px 9px 0 9px;
		text-align: left;
		width: 146px;
		}
	.actividad-imagen {
		height: 146px;
		width: 146px;
		}
		.actividad-imagen img {
			height: 146px;
			width: 146px;
			}
	.actividad-nombre {
		font-size: 14px;
		line-height: 16px;
		height: 32px;
		font-weight: bold;
		overflow: hidden;
		}

#header {
	background: #0099ff;
	border-bottom: 2px solid #008df0;
	border-top: 1px solid #2f3035;
	height: 68px;
	padding: 1px 0;
	text-align: center;
	}
	#header h1 a {
		background: url('../imagenes/movil/logo.png');
		display: block;
		font-size: 0;
		height: 52px;
		line-height: 0;
		margin: 8px auto;
		text-indent: -2000px;
		overflow: hidden;
		width: 200px;
		}
#body {
	clear: both;
	background: #fff;
	border-top: 1px solid #005ea0;
	overflow: hidden;
	}
#menu {
	background: #008df0;
	}
	#menu ul, #menu li {
		margin: 0;
		padding: 0;
		display: inline;
		}
	#menu a {
		border-left: 1px solid #005ea0;
		border-right: 1px solid #19a0ff;
		border-bottom: 1px solid #005ea0;
		color: #fff;
		float: right;
		font-weight: bold;
		padding: 5px 10px;
		text-decoration: none;
		}
	#menu a:hover {
		background: #005ea0;
		}
#main {
	padding: 5px;
	}
#search {
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 5px 10px;
	margin-top: 2px;
	text-align: center;
	}
#flags {
	margin-top: 10px;
	text-align: center;
	}
	#flags ul, #flags li {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		}
	#flags li {
		width: 100%;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
		}
	#flags li.active {
		width: 100%;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		}
#path, div.error, div.mensaje {
	background: #f3f3f3;
	border: 1px solid #ddd;
	margin: -13px 0 15px;
	padding: 8px 10px;
	}
	div.error {
		background: #fee;
		}
	div.mensaje {
		background: #ffd;
		}
	div.error p, div.mensaje p, div.error ul, div.mensaje ul {
		margin-bottom: 0;
		}

.box {
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 10px 10px 5px;
	margin-bottom: 10px;
	}
	.box .enlace {
		float: left;
		margin: 0 5px 5px 0;
		}
#footer {
	color: #999;
	margin-top: 20px;
	}
table.anuncio {
	margin-bottom: 10px;
	}
.thumb {
	max-width: 170px;
	width: 33%;
	}
	.thumb-small {
		max-width: 170px;
		width: 12.5%;
		}
	.thumb-big {
		max-width: 510px;
		width: 100%;
		}

.break {
	height: 0;
	clear: both;
	}

/* 5 ... 5x200 + 5x18 + 30 = 1000 + 90 + 30 = 1120 */
@media only screen and (max-width: 1120px) {
	.actividades {
		margin: -10px -18px 0 0;
		}
	.actividad {
		box-sizing: border-box;
		display: block;
		float: left;
		margin: 10px 0 0;
		padding-right: 18px;
		width: 20%;
		}
	.actividad-imagen {
		height: auto;
		width: auto;
		}
	.actividad img {
		height: auto;
		width: 100%;
		}
}
/* 4 ... 4x200 + 4x18 + 30 = 800 + 72 + 30 = 902 */
@media only screen and (max-width: 902px) {
	.actividad {
		width: 25%;
		}
}
/* 3 ... 3x200 + 3x18 + 30 = 600 + 54 + 30 = 668 */
@media only screen and (max-width: 684px) {
	.actividad {
		width: 33.33%;
		}
}
/* 3 ... 3x146 + 2x18 + 30 = 438 + 36 + 30 = 504 */
@media only screen and (max-width: 504px) {
	.actividad {
		width: 50%;
		}
}