@charset "utf-8";
/* CSS Document */

.bold {font-weight:bold;}
.bordo {color:#993300;}
#listas ul li {
	list-style:inside disc;
	}
/*--PREDIO--*/
#fondos_predio {
	background:#FFFFCC;
	padding:15px;
	}
/*-- CONTENEDOR --*/

#contenedor {
	width:800px;
	margin:0 auto;
	}

/*-- CABECERA --*/

#banner_top {
	width:770px;
	height:158px;
	margin-top:0;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/_img/banner_top.png);
	}

/*--MENU--*/

#menu {
	text-align:center;
	font-size:12px;
	padding:5px;
	border-width:1px 0;
	border-top:#666666 1px double;
	border-bottom:#666666 1px double;
	background:#FFFFFF;
	margin-bottom:15px;
	}
#menu ul li{
	display:inline;
	padding:3px 2px;
	}
#menu a {
	color:#000000;
	font-weight:bold;
	}
#menu a:hover {
	color:#FFFFFF;
	background:#999999;
	}

/*-- CONTENIDO --*/

#contenido_top {
	width:800px;
	height:15px;
	background:url(/_img/cont_top.png);
	}
#contenido_mid {
	width:770px;
	padding:0 15px;
	background:url(/_img/cont_mid.png) repeat-y;
	text-align:justify;
	}
#contenido_bot {
	width:800px;
	height:15px;
	background:url(/_img/cont_bot.png);
	}
#delegaciones_index {
	width:260px;
	height:230px;
	margin:0 20px 20px 20px;
	float: right;
	text-align:center;
	}	

/*--CONTACTO--*/

.ancho_form {
	width:250px;
	}
#form {
	width:250px;
	padding:20px;
	margin:0 auto;
	background:#F2F2F2;
	border:#CCCCCC 1px solid;
	}

/*--PIE--*/

#pie {
	width:810px;
	padding:10px;
	margin:20px auto;
	background-color:#e7f5fe;
	text-align:center;
	}
#pie a {
	color:#0000FF;
	text-decoration:none;
	}
#pie a:hover {
	color:#0066FF;
	text-decoration:underline;
	}