/* cabecera */

#cabecera {
	width: 100%;
	height: 104px;
	background-image: url(../media/cabecera_admin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#cabecera_der{
	width: 67%;
	float: right;
}
#logo_ext {
	width: 45%;
	float: left;
	padding-top: 13px;
}
#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #637663;
	width: 73%;
	float: right;
	line-height: 22px;
}
#logo a{
	color: #637663;
	text-decoration:none;
}
#logo a:hover{
	color: #637663;
	text-decoration:none;
}
#buscar {
	float: right;
	width: 40%;
	padding-top: 25px;
}

#ruta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #637663;
	padding-top: 23px;
	float: right;
	clear: both;
	padding-right: 73px;
	width: 51%;
}
#ruta a{
	color: #637663;
	text-decoration:none;
}
#ruta a:hover{
	color: #AAB7AA;
	text-decoration:none;
}

/* cuerpo */

#cuerpo_bor  {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../media/fondo_cuebor_admin.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#cuerpo_cab  {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../media/fondo_cuecab_admin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#cuerpo_pie  {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../media/fondo_cuepie_admin.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

	/* menú principal */

#menu_principal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #637663;
	float: left;
	width: 248px;
}

#menu_principal ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
#menu_principal ul li{
	list-style-type: none;
	list-style-image: url(../media/icono_lateral.gif);
	margin: 7px 0px 7px 34px;
	padding: 0px 0px 0px 2px;
}

#menu_principal ul ul li{
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
	margin: 7px 0px 7px 15px;
	color: #AAB7AA;
}

#menu_principal ul li a   { 
	list-style-image: url(../media/icono_lateral.gif);
	text-decoration: none; 
	color: #637663;
}

#menu_principal ul ul li a { 
	list-style-image: none;
	text-decoration: none; 
	color: #637663;
}
	
#menu_principal a:hover { 
	text-decoration: underline; 
	color: #AAB7AA;
}

	/* contenido datos */

#contenido {
	width: 600px;
	float: left;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-right: 60px;
	padding-left: 20px;
}

	/* contenido pie */
	
#pie {
	color: #637663;
	clear: both;
	width: 100%;
	height: 141px;
}
#pie_tex {
	text-decoration: none;
	color: #637663;
	float: right;
	width: 69%;
	padding-top: 10px;
	font-weight: bold;
}
#pie_tex a { 
	text-decoration: none; 
	color: #637663;
}
	
#pie_tex a:hover { 
	text-decoration: underline; 
	color: #AAB7AA;
}

	/* menu complementos */
	
#complementos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #637663;
	text-align: center;
	float: right;
	width: 52%;
	padding-left: 10px;
	padding-right: 150px;
	padding-top: 30px;
}
#complementos a{
	color: #637663;
	text-decoration:none;
}
#complementos a:hover{
	color: #AAB7AA;
	text-decoration:none;
}
/* plano urbano */

.separador {
	width: 100%;
	color: #CCCCCC;
	height: 1px;
}
#zona_izq_plano{
	float: left;
	width:248px;
}
#contenido_plano {
	float: left;
	width: 617px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 17px;
}
.texto_titulo_plano {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #637663;
	padding-bottom: 10px;
}
.texto_ayuda_plano {
	text-align: justify;
	padding-right: 25px;
}
#busca_calle {
	padding-bottom: 15px;
	width: 80%;
	padding-top: 10px;
	padding-left: 135px;
}
#plano_ref {
	text-align: center;
	width: 247px;
	float: left;
	padding-top: 10px;
	margin-left: 0px;
	padding-left: 1px;
}
.posiciona_plano {
	padding-left: 8px;
}
			/* informe calles */
			
#caja_fotos {
	width: 600px;
	text-align: center;
}
#marco_fotoizq {
	float: left;
	width: 49%;
}
#marco_fotoder {
	float: right;
	width: 49%;
}

