
body{
	background-image:url(imagenes/rayita.png);
	background-repeat:repeat;
	background-color:#FFF;
	margin:0;
	padding:0;
	height:500px; 
	}
	
#pagina{
	margin:auto;
	width:700px;
    height: 800px;
	margin-top:10px;
	background-color:#e6ebf2;
    
}


/* area navegacion*/

header{
	width:100%;
	height:24px;
	}

header nav{
	width:100%;
	height:30px;
	position:relative;
	
	}

header nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

header nav ul li{
	float:left;
	margin-left:8px;
	width:156px;
	height:24px;
	background-color:#069;
	
}

header nav ul li a{
	text-decoration:none;
	color:#FFF;
	background-color:#069;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	width:80px;
	height:24px;
	text-align:center;
	line-height:24px;
	margin-left:40px;
}

header nav ul li a:hover{
	color:#9cf;
	}
/*fin area de navegacion*/


#imagen{
	
	float: left;
    height: 80%;
    width: 80%;
	background-image: url(imagenes/fondofadu.gif);
    background-repeat: no-repeat;
    margin-top: 30px;

}

article{
	float: left;
	text-align:right;
	width:690px;
	height:500px;
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#393939;
    clear: both;
 

}

/*----------------------------------MAPA---------------------------------*/

#linea1{
    width: 0.5%;
    height: 30px;
    float: left;
    margin-left: 50%;
    background-color: white;
    margin-top: -12%;
}

#linea2{
    height: 1%;
    width: 40%;
    margin-left: 30%;
    float: left;
    margin-top: -17%;
    background-color: white;
}

#linea3{
    width: 0.5%;
    height: 60px;
    margin-top: -5%;
    margin-left: 30%;
    background-color: white;
}

#linea4{
     width: 0.5%;
    height: 60px;
    margin-top: -6.9%;
    margin-left: 70%;
    background-color: white;
}

#mapa{
    height: 400px;
    padding: 20px;
}

#mapa a{
    display: block;
    width: 100%;
    text-decoration: none;
}

#jt15{
    background-color: white;
    width: 10%;
    margin: auto;
    padding: 10px;
    border-radius: 40px;
}

#jt15 h1{
    color: #626262;
    text-align: center;
}

#tp{
    background-color: white;
    width: 10%;
    height: 10%;
    margin: auto;
    margin-top: 20px;
    border-radius: 40px;
    display: block;
}

#tp h1{
    display: block;
   padding: 0;
    color: #626262;
    text-align: center;
}


#andrea_mapa{
    float: left;
    background-color: white;
    width: 10%;
    margin-left: 205px;
    margin-top: 0px;
    padding: 10px;
    border-radius: 40px;
}

#andrea_mapa h1{
    color: #626262;
    text-align: center;
    font-size: 15pt;
}


#giuliana_mapa{
    margin-right: 200px;
    float: right;
    background-color: white;
    width: 10%;
    margin-left: 205px;
    margin-top: 0px;
    padding: 10px;
    border-radius: 40px;
}

#giuliana_mapa h1{
    color: #626262;
    text-align: center;
    font-size: 15pt;
}


/*--------------MAPA2-----------------*/

#contenido{
    padding: 20px;
    margin: auto;
    width: 15%;
    margin-top: 0px;
}

#wallkintun{
    float: left;
    margin-top: -60%;
    margin-left: 15%;
    display: block;
    width: 60%;
    height: auto;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    background-color: white;
}

#wallkintun a{
    clear: both;
    margin: 0;
    height: 50px;
    padding: 0;
    color: #626262;
    text-decoration: none;
    font-weight: bold;
}

#contenido nav ul li {
    padding: 0;
    margin-top: 10px;
}

#contenido nav ul li a{
    color: black;
    text-decoration: none;
}

/*fin navegacion */