body{
	background-color: #001487;
	/*background-image:url(imgm/backimage2.jpg);*/
	background-position:top;
	background-repeat:repeat;
}

table, th, td {
   /*border: 1px solid black;*/
   background-color: #FFFFFF;
}

p{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	vertical-align: center;
}

div.vertical-line{
  width: 1px; /* Line width */
  background-color: green; /* Line color */
  height: 80%; /* Override in-line if you want specific height. */
  float: center; /* Causes the line to float to left of content. */
  text-align: center;
  margin: 0 auto; 
}

.desde{
	background-color: #FFFFFF;
	color:#001487;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	vertical-align: center;
	text-align: center;
}

.direccion{
	background-color:  #001487;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	vertical-align: center;
	text-align: center;
	padding-left: 0px;
}

.titulo{
	background-color: #001487;
	color:#FFFFFF;
	font-family:"Berlin Sans FB";
	font-size:60px;
	font-weight:bold;
	vertical-align: center;
	text-align: center;
}

.tituloEmpresas{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	color:blue;

}

.infoElectro{
	background-color: #FFFFFF;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: center;
}

.infoViajes{
    background-color: #FFFFFF;
	/*background-image:url(imgm/main_13.jpg);
	background-repeat:no-repeat;*/
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: center;
}

.infoWeb{
	background-color: #FFFFFF;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: center;
}

.emergencia{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	color:red;

}

a:{ 
	color:blue;

}
a:hover{ 
	color:blue;

}

.font50{
    font-size:50%;

}