html {
	overflow-x: hidden;
}

body {
	font-family: serif;
	background-color: #e5e5e5;
	margin: 2px;
}

.cabecera .outLnkCabecera {
	font-size: 15px;
}

.fondoCabecera {
	background-image: url(./css-imagenes/texturaCabecera2.GIF);
	background-repeat: repeat-x;
	width: 100%;
}

.outLnkCabecera:HOVER {
	color: white;
	text-decoration: underline;
}

.outLnkCabecera {
	color: white;
	text-decoration: none;
}

.outLnkPie:HOVER {
	color: black;
	text-decoration: underline;
}

.outLnkPie {
	color: black;
	text-decoration: none;
}

.barraDeHerramientas1 {	}

.marcoCallejero {
	border: 1px;
	border-color: #e6c670;
	border-style: solid;
	height: 650px;
}

.marcoCallejero #callejero {
	width: 100%; 
	height: 100%;
}

.marcoEntorno {
	border: 1px;
	border-color: #e6c670;
	border-style: solid;
	height: 300px;
}

.marcoEntorno #vistaEntorno {
	width: 100%;
	height: 300px;
}

.clearer {
	height: 10px;
}

.pie {
	float: none;
	clear: both;
}


.ayu {
	font-size: 16px;
}

.rec {
	float: right;
}

.rec .icePnlGrdRow2, .icePnlGrdRow1 {
	font-size: 12px;
	background-color: transparent;
}

.contenido {
	width: 79%;
	float: left;
	clear: left;
}

.menu {
	height: auto;
	width: 20%;
	float: right;
	clear: right;
}

.menu .icePnlGrd {
	width: 100%;
}

.menu .icePnlGrdHdr {
    background-color: #EFEFEF;
    background-image: url( "./css-imagenes/texturaCabecera2.GIF" );
    background-position: bottom;
    background-repeat: repeat-x;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    color: #000000;
    border: 1px solid #e6c670;
    border-bottom: none;
    padding-left: 2px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
}

.menu .icePnlGrdHdr .iceOutTxt {
	background-color: transparent;
	background-image: url("./css-imagenes/PnlHdr_file.gif");
	background-repeat: no-repeat;
	padding-left: 18px;
	width: 100%;
}

.menu .icePnlGrdRow1, .icePnlGrdRow2 {
    background-color: #DADAE9;
    padding-left: 5px;
    padding-right: 5px;
   	font-size: 12px;
   	width: 100%;
}

.menu #nombreParada {
	overflow-x: hidden;
}

.menu #gNombreParada {
	padding-left: 5px;
}

.menu #datosParadaForm p {
	padding-left: 5px;
	padding-right: 5px;
}

#ovMen {
	position: absolute;
	background-color: #e6c670;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 2em;
	border-width: 2px;
	border-color: #f3a800;
	border-style: solid;
	opacity: .75;
	filter: alpha(opacity=75);
	z-index: 100;
	width: 40%;
	top: 300px;
	left: 200px;
}

#ovMen .iceOutTxt {
	background-image: url(./css-imagenes/connect_active.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 30px;
	font-weight: bold;
}



