@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/pfondo.jpg);
	background-repeat:  repeat-y;
	background-position: center;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#770000;
	font-weight:bold;
	font-size:14px;
}
p{
	text-align:justify;
}

.tabla1{
	background-image: url(img/tabla1.jpg);
	height: 24px;
	width: 24px;
}
.tabla2{
	background-image: url(img/tabla2.jpg);
	background-repeat: repeat-x;
}
.tabla3{
	background-image: url(img/tabla3.jpg);
	height: 24px;
	width: 24px;
}
.tabla4{
	background-image: url(img/tabla4.jpg);
	background-repeat: repeat-y;
}
.tablac{
	background-color:#f6efd3;
	text-align:center;
	font-size:12px;
}
.tabla5{
	background-image: url(img/tabla5.jpg);
	background-repeat: repeat-y;
}
.tabla6{
	background-image: url(img/tabla6.jpg);
	height: 24px;
	width: 24px;
}
.tabla7{
	background-image: url(img/tabla7.jpg);
	background-repeat: repeat-x;
}
.tabla8{
	background-image: url(img/tabla8.jpg);
	height: 24px;
	width: 24px;
}
.fotocasa{
	display:none;
	text-align:justify;
}
#divruta{
	margin:0px;
	float:left;
	width:240px;
	height:400px;
	border:1px solid black;
	display:none;
	overflow:scroll;
	background-color:#FFFFFF;
	text-align:left
}
#divmapa{
	margin:0px;
	float:right;
	width:678px;
	height:400px;
	border:1px solid black
}
.enlace{
	text-decoration:none;
	background-image:url(img/enlaceoff.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:18px;
	color:#65a2c5;
	font-size:14px;
}
.enlace:hover{
	background-image:url(img/enlaceon.gif);
}
.imp{
	display:none;
}
