* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .90em "Times New Roman", Times, serif;
	text-align:center;
}


#wrap {
margin: 50px 5px 50px 5px;
width: 700px;
background: url('images/estilo-rutas/midd.jpg');
}

#top { 
background: url('images/estilo-rutas/topp.jpg');
height: 26px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {
background: url('images/estilo-rutas/bott.jpg') no-repeat;
height: 20px;
}


.header {
height: 100px;
background: #85ACF7 url('images/estilo-rutas/hidr.jpg');
text-align:center;
}

.header h1 { padding-top: 25px; font-size: 22px; color: #FFFFFE; }
.header h1 a { font-size: 22px; color: #FFFFFD; text-decoration: none; }
.header h2 { padding-top: 0px; font-size: 19px; color: #FFFFFC; }

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

div#descrip {
	padding-top: 30px;
	margin:auto;
	position: relative;
	height:auto;
	text-indent: 1em;
	text-align:justify;
}

img.center {
display: block;
text-align: center;
margin: 5px;
background: url("images/estilo-rutas/cargando.gif") no-repeat center center;
}

img.left {
float: left;
display: inline;
margin: 2px 7px 2px 0px;
background: url("images/estilo-rutas/cargando.gif") no-repeat center center;
}

img.right {
float: right;
display: inline;
margin: 2px 0px 2px 7px;
background: url("images/estilo-rutas/cargando.gif") no-repeat center center;
}

img {
border: 1px solid #C6C6C6;
padding: 2px;
margin: 0;
}

img:hover {
background: #E3F5FE;
}
