@charset "utf-8";
/* CSS Document */
	
	select {
	float:left;
	width:300px;
	height:193px;
	margin-bottom:15px;
}
#contenedor {
	background:url(tabletop.gif) no-repeat;
	width:770px;
	height:41px;
}
#bottomlinks {
	clear:both;
	display:block;
	width:100%;
}
textarea {
	float:left;
	width:600px;
	height:100px;
	margin-bottom:12px;
}
input {
	border:1px solid #FC3;
}
#cabecera {
	height:30px;
	background-color:#CCC;
	border-bottom:#999 1px solid;
	padding:15px;
}
.textoGrande {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}
.campoTexto {
	display:block;
	width:40%;
	float:left;
	text-align:left;
}
.campoTexto p {
	margin:5px;
}
#colIzq {
	float:left;
	height:400px;
	width:300px;
	margin-top:15px;
	margin-left:15px;
}
#colDer {
	float:left;
	height:400px;
	width:600px;
	margin-top:15px;
	margin-left:15px;
}
#map_canvas {
	width:768px;
	height:500px;
	z-index:1;
	border:orange 1px solid;
	clear:both;
}
.menu {
	float:left;
	width:100%;
	height:40px;
	background-color:#F3F3F3;
	border:#999 1px solid;
}
#howto {
	width:100%;
	display:block;
	clear:both;
	margin-bottom:20px;
}
.direcc {
	float:left;
	width:80%;
	clear:left;
	margin:10px 0 0 0;
}
.tiempo {
	float:right;
	text-align:right;
	width:20%;
	clear:both;
	margin:10px 0 0 0;
}
.google_note {
	width:100%;
	clear:both;
	text-align:left;
	margin:0;
}
.destinations {
	display:block;
	clear:both;
	width:100%;
	border-top:2px solid #2c5283;
}
.destinations ul {
	list-style-image:url(../images/icons/litick.gif);
	padding:0 0 0 40px;
	margin:0;
	width:90%;
}
.destinations li {
	list-style:url(../images/icons/litick.gif);
	width:50%;
	float:left;
	margin:0 0 10px 0;
	padding:0 0 0 0;
}
.destinations h3 {
	text-align:left;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
	width:100%;
	display:block;
}
