* {margin:0;padding:0;border: 0;}

body {
	height: 100%;
	overflow-y: hidden;
}

#container {
	width: 100%;
	margin: 0px;
	background: white;
	height: 100%;
}

/* HEADER */
#container #header .top {
	height: 70px;
}
#container #header .top .left {
	height: 100%;
	width: 60%;
	float: left;	
}
#container #header .top .left .escudo {
	max-width: 55px;
	height: auto;	
	margin-left: 10px;
	margin-top: -27px;
}
#page_main_title {	
	font-size: 32px;
	color: #B72230;	
	margin-top: 15px;
	margin-left: 15px;
	display: inline-block;
}
#container #header .top .right {
	height: 100%;
	width: 40%;
	float: left;	
}
#container #header .top .right div {
	height: 50px;
	float: right;	
	margin: 5px 15px 0px 0px;
}
#container #header .top .right div a {
	display: inline;	
}
#container #header .top .right div img {
	height: 30px;
	width: 30px;	
}
#container #header .slider {
	width: 940px;
	margin: 0px auto 0px auto;	
}
#container #header .bx-pager {
	display: none;	
}
#container #header .bx-controls-auto {
	display: none;	
}
/* END HEADER */




/* NAVBAR */
#container .navbar {
	width: 95%;
	margin: 0px auto 0px auto;
	font-weight: bold;
	font-size: 17px;
	font-family: "vBMyriad-ExtraBold",Verdana,Tahoma,"DejaVu Sans",sans-serif;
}
#container .navbar hr.hr1 {
	margin: 0px 0px 10px 0px;	
}
#container .navbar hr.hr2 {
	margin: 10px 0px 0px 0px;
}
/* END NAVBAR */





/* BODY */
#container .body {
	height: 100%;
}





/* BODY TAB1 */
#container .body#body-tab1 {
	width: 900px;
	margin: 0px auto 0px auto;
}
#container .body#body-tab1 > div#descripcion {
	width: 700px;
	margin: 0px auto 0px auto;
}
#container .body#body-tab1 .donde_estamos {
	margin-bottom: 5px;
	font-weight: bold;	
	font-size: 18px;
}
#container .body#body-tab1 #map{
	height: 300px;	
	border: 5px solid #e5e5e5;
	width: 700px;
}
/* END BODY TAB1 */






/* BODY TAB2 */
#container .body#body-tab2 > div#descripcion_rutas {
	width: 700px;
	margin: 0px auto 0px auto;
}
#container .body#body-tab2 > div.left {
	width: 30%;
	position: relative;
	height: 100%;
	float: left;
}

#container .body#body-tab2 > div.left #modal {
	background-color: black;
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 40;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}
#container .body#body-tab2 > div.left #modal > img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 135px;
	left: 166px;	
}


#container .body#body-tab2 > div.left div#filtros {
	border-bottom: 1px solid #DDD;
	background-color: #e5e5e5;
	padding: 5px;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
#container .body#body-tab2 > div.left div#filtros .title {
	font-weight: bold;
}
#container .body#body-tab2 > div.left div#filtros .title span {
	font-size: 25px;
	font-weight: bold;
}
#container .body#body-tab2 > div.left div#filtros hr {
	margin: 10px 0px 10px 0px;
}
#container .body#body-tab2 > div.left div#filtros p {
	margin: 0px;	
}

#container .body#body-tab2 > div.left div#filtros div.paso1 ul {
	margin-bottom: 0px;	
}
#container .body#body-tab2 > div.left div#filtros div.paso1 ul li:hover {
	cursor: pointer;	
}
#container .body#body-tab2 > div.left div#filtros div.paso1 ul li p {
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	padding: 8px;
	line-height: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
#container .body#body-tab2 > div.left div#filtros div.paso1 ul li p.active {
	color: #555555;
	cursor: default;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

#container .body#body-tab2 > div.left div#filtros div.paso2 {
	padding: 10px 5px 5px 5px;
	height: 151px;
	border: 1px solid #ddd;
	border-top: 0px;
	background-color: #ffffff;
	border-radius: 0px 5px 5px 5px;	
}
#container .body#body-tab2 > div.left div#filtros div.paso2 .todas {
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;	
	float: right;
	color: #B72230;
}
#container .body#body-tab2 > div.left div#filtros div.paso2 .todas:hover {
	cursor: pointer;
	text-decoration: underline;	
}
#container .body#body-tab2 > div.left div#filtros div.paso2 #filtrar-rutas select {
	width: 194px;	
	margin-bottom: 7px;
}
#container .body#body-tab2 > div.left div#filtros div.paso2 #filtrar-rutas input {
	width: 194px;
	height: 30px;	
	margin-bottom: 0px;
}
#container .body#body-tab2 > div.left div#filtros div.paso2 #filtrar-puntos select {
	width: 194px;
}

#container .body#body-tab2 > div.left div#filtros div.paso3 {
	margin-top: 10px;	
	position: relative;
}
#container .body#body-tab2 > div.left div#filtros div.paso3 button {
	margin: 5px 0px 5px 20px;	
}
#container .body#body-tab2 > div.left div#filtros div.paso3 #num_resultados {
	position: absolute;
	/*top: 36px;*/
	top: 10px;
	left: 180px;
	font-weight: bold;
	font-size: 15px;	
}


#container .body#body-tab2 > div.left ul.lista {
	list-style-type: none;	
	height: 408px;
	overflow: auto;
	margin: 5px 0px 5px 0px;
	padding: 5px;
}
#container .body#body-tab2 > div.left ul.lista > p {
	margin: 0px;
	font-weight: bold;
	text-decoration: underline;	
}
#container .body#body-tab2 > div.left ul.lista li {
	padding: 5px;
	font-size: 14px;	
	border-radius: 5px;
}
#container .body#body-tab2 > div.left ul.lista li:hover {
	background-color: #FFBF4D;
	cursor: pointer;	
}
#container .body#body-tab2 > div.left ul.lista li hr {
	margin: 5px 0px 5px 0px;	
}
#container .body#body-tab2 > div.left ul.lista li p {
	margin: 0px; /*bootstrap hack*/
}
#container .body#body-tab2 > div.left ul.lista li .nombre {
	font-weight: bold;	
	text-decoration: underline;
}
#container .body#body-tab2 > div.left ul.lista li .mas_info {
	font-size: 11px;
	font-weight: bold;	
	color: #B72230;
}
#container .body#body-tab2 > div.left ul.lista li .mas_info:hover {
	text-decoration: underline;	
}


#container .body#body-tab2 > div.right {
	width: 70%;
	position: relative;
	height: 100%;
	float: left;
}
#container .body#body-tab2 > div.right #map {
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#container .body#body-tab2 > div.right #map-panel {
	position: absolute;
	top: 10px;
	left: 50px;
	z-index: 100;
	background: rgba(0, 60, 136, 0.5);
	border-radius: 10px;	
	border: 3px solid #d3e3e3;
	color: white;
	font-size: 10px;
	padding: 0px 5px 0px 5px;
}
#container .body#body-tab2 > div.right div#leyenda_puntos_clicker {
	position: absolute;
	background-color: red;
	z-index: 100;
	top: 10px;
	left: 435px;
	background: rgba(0, 60, 136, 0.5);
	border-radius: 10px;	
	border: 3px solid #d3e3e3;
	color: white;
	font-size: 10px;
	padding: 0px 5px 0px 5px;
}
#container .body#body-tab2 > div.right div#leyenda_puntos {
	position: absolute;
	font-size: 10px;
	width: 117px;
	max-height: 250px;
	overflow: auto;
	background-color: green;
	z-index: 100;
	top: 46px;
	left: 436px;
	background: rgba(0, 60, 136, 0.5);
	border-radius: 10px;
	border: 3px solid #d3e3e3;
	color: white;
	border-right: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#container .body#body-tab2 > div.right div#leyenda_puntos img { 
	height: 20px;
	width: auto;
	margin-bottom: 2px;
}
#container .body#body-tab2 > div.right div#leyenda_puntos p.title {
	display: block;	
	font-weight: bold;
	text-decoration: underline;
	margin-left: 10px;
	margin-bottom: 0px;
}
#container .body#body-tab2 > div.right div#leyenda_puntos p.leyenda_ruta {
	display: block;
	margin-bottom: 0px;
	font-weight: bold;
	margin-left: 5px;
}
#container .body#body-tab2 > div.right div#leyenda_puntos p {
	display: inline;	
}
/* END BODY TAB2 */







/* BODY TAB3 */
#container .body#body-tab3 > div {
	height: 100%;
	width: 670px;
	margin: 20px auto 0px auto;
}
#container .body#body-tab3 > div > p {
	text-align: center;
	font-weight: bold;	
}
#container .body#body-tab3 > div > p.p1 {
	font-size: 18px;
}
#container .body#body-tab3 > div > form > p {
	margin-bottom: 2px;	
}
#container .body#body-tab3 > div > form > input {
	width: 500px;
	margin-bottom: 20px;
}
#container .body#body-tab3 > div > form > textarea {
	width: 500px;
	height: 200px;	
}
#container .body#body-tab3 > div > form > input[type="submit"] {
	width: initial;
	float: right;	
	margin-top: 20px;
}
/* END BODY TAB3 */



/* BODY TAB4 */
#container .body#body-tab4 > div {
	width: 700px;
	margin: 0px auto 0px auto;
}
/* END BODY TAB4 */




/* BODY FICHA */
.body#body-ficha > div {
	/*width: 700px;*/
	margin: 10px auto 10px auto;
	background-color: white;
	padding: 20px;
	border-radius: 10px;	
}
.body#body-ficha p {
	font-size: 25px;
}
.body#body-ficha .sin_resultados {
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	margin-top: 40px;
}
.body#body-ficha .header {
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
	text-decoration: underline;
}
.body#body-ficha .title {
	font-weight: bold;
	text-decoration: underline;	
}
.body#body-ficha i {
	margin-top: 3px;
	margin-right: 5px;	
}
.body#body-ficha > div > div {
	text-align: justify;
	margin-bottom: 20px;
	background-color: #DDD;
	padding: 10px;	
	border-radius: 5px;
}
.body#body-ficha #foto {
	text-align: center;	
}
.body#body-ficha #foto .title {
	text-align: left;	
}
.body#body-ficha #foto img {
	/*max-width: 675px;*/
	height: auto;	
}
.body#body-ficha #map {
	height: 400px;
	/*width: 680px;*/
	background-color: white;
}
.body#body-ficha .main-title {
	font-family: 'Kavoon', cursive;
	font-size: 32px;
	color: #B72230;	
	margin-top: 15px;
	margin-left: 15px;
	display: inline-block;
}
/* END BODY FICHA */





/* FOOTER */
#container #footer {
	height: 50px;	
}
#container #footer hr {
	margin-bottom: 0px;	
}
#container #footer p {
	margin: 15px 0px 0px 10px;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
/* END FOOTER */





/* DESCRIPTION MODAL */
#desc_modal {
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 50;
	border-radius: 10px;
}
#desc_modal p {
	margin: 0px;	
}
#desc_modal .modal-header {
	background-color: #B72230;
	height: 44px;
	overflow: auto;	
}
#desc_modal .modal-header img {
	width: 40px;
	height: auto;	
	margin-bottom: 5px;
}
#desc_modal .modal-header h3 {
	display: inline;
	color: #FFFFFF;
	font-family: "vBMyriad-ExtraBold",Verdana,Tahoma,"DejaVu Sans",sans-serif;
	font-size: 20px;
	line-height: 0px;
	padding: 5px 10px 10px 10px;	
}
#desc_modal .modal-header button {
	color: #FFFFFF;
	opacity: 0.6;	
}
#desc_modal .modal-content {
	background-color: #e5e5e5;	
	height: 673px;
	padding: 5px;
	overflow: auto;
}
#desc_modal .modal-content p.title {
	text-decoration: underline;
	font-weight: bold;
}
#desc_modal .modal-content div {
	text-align: justify;
	margin-bottom: 10px;
	background-color: white;
	padding: 10px;	
	border-radius: 5px;
}
#desc_modal .modal-content div i {
	margin-right: 5px;	
}
#desc_modal .modal-content #foto {
	text-align: center;	
}
#desc_modal .modal-content #foto img {
	max-width: 341px;
	height: auto;	
}
/* END DESCRIPTION MODAL */







/* BOOTSTRAP MODAL */
/*#myModal p {
	margin: 0px;	
}
#myModal .modal-header {
	background-color: #B72230;	
}
#myModal .modal-header img {
	width: 40px;
	height: auto;	
	margin-bottom: 5px;
}
#myModal .modal-header h3 {
	display: inline;
	color: #FFFFFF;
	font-family: "vBMyriad-ExtraBold",Verdana,Tahoma,"DejaVu Sans",sans-serif;
	font-size: 1.538em;
	padding: 5px 10px 10px 10px;	
}
#myModal .modal-header button {
	color: #FFFFFF;
	opacity: 0.6;	
}
#myModal .modal-body {
	background-color: #e5e5e5;	
}
#myModal .modal-body p.title {
	text-decoration: underline;
	font-weight: bold;
}
#myModal .modal-body div {
	text-align: justify;
	margin-bottom: 10px;
	background-color: white;
	padding: 10px;	
	border-radius: 5px;
}
#myModal .modal-body div i {
	margin-right: 5px;	
}
#myModal .modal-body #foto {
	text-align: center;	
}
#myModal .modal-body #foto img {
	max-width: 495px;
	height: auto;	
}*/
/* END BOOTSTRAP MODAL */


/* GENERIC CSS */
.float-left {
	float: left;	
}
.clear-both {
	clear: both;
}
.display-none {
	display: none;	
}
.ruta-active {
	background-color: #e5e5e5;
}
.bold {
	font-weight: bold;	
}
.display-inline {
	display: inline;	
}
.margin-right5px {
	margin-right: 5px;	
}
.margin-right10px {
	margin-right: 10px;	
}
.margin-right15px {
	margin-right: 15px;	
}
.italic {
	font-style: italic;
}
.height20px {
	height: 20px;	
}
.font-size17px {
	font-size: 17px;	
}
.margin-bottom22px {
	margin-bottom: 22px;	
}
.margin-bottom22px {
	margin-bottom: 22px;	
}
.text-align-center {
	text-align: center;	
}
/* END GENERIC CSS */

