@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
a:link, a:visited, a:active, a:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a:link, a:visited, a:active { color: #666 }
a:hover { color: #999; }
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 2px;
	width: 100%;
}
table {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
td {
	text-align: left;
}
td.centrado {
	font-size: 12px;
	font-weight: bold;
}
.titulo {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.derecha {
	float: right;
	display: inline;	
}
.centrado {
	text-align: center;	
}
.avatar {
	max-width: 150px;
	max-height: 150px;
	float: left;
	margin: 0 10px 0 10px;
	display: block;
}
.avamap {
	max-width: 50px;
	max-height: 50px;
	display: block;
}
.avatar:after {
    content: "";
    display: block;
    clear: left;
}
#contenedor {
	margin: auto;
	width: 900px;
}
#cabecera {
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#cabecera h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
}
#cabecera h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	padding-left: 20px;
	margin-top: -15px;
}
#map {
	width: 900px;
	height: 500px;
	border: dashed 1px #666;
	margin: auto;	
}
#perfil {
	width: 900px;
	height: 150px;
	margin: 10px auto 10px auto;
}
#pie {
	font-size: 10px;
	margin-top: 10px;
	line-height: 2;
	padding: 1px;
	width: 100%;
	background-color: #CCC;
}
#pie a {
	font-size: 10px;	
}