/*FORMATO*/
body{
	text-align:center;
	margin:0px;
	padding:0px;
	font:.73em Calibri,Arial,Verdana,sans-serif;
	color:#666;
}
/*-------------------------TODO--------------------*/
#todo{
	padding:0px;
	width:940px;
	margin:0px auto;
	text-align:left;
}
#todo a{
	font-weight: bold !important;
	text-decoration: none !important;
	color: #8B8B8B !important;
}
/*------------------------TOP---------------------*/
#top{
	width:765px;
	height:20px;
	background-color:#fff;
	padding-top:5px;
	float: left;
	margin-top: 25px;
}
#top a{
	margin-left: 10px;
	margin-right: 10px;
}
/*--------------------------HEADER-----------------*/
#header{
	height:100px;
	width:170px;
	float: left;
	background-color: transparent;
}

/*-------------------------MENU------------------*/
#menu{
	width: 940px;
	float:left;
	margin:10px 0 0 0;
	padding:0;
	border-bottom: 1px solid #EBEBEB;
}
#menu a{
	font-weight:bold;
	color:#0094DB;
}
#menu ul{
	margin:0px;
	padding:0px;
	padding-bottom: 10px;
	z-index: 4;
	float:left;
}
#menu li{
	list-style-type:none;
	float: left;
	margin:0;
	padding:0;
	margin-right: 6px;
	margin-left: 6px;
}

#menu li a{
	font-size: 14px;
}

#menu span{
	display: block;
}


/*-------------------------SUBMENU------------------*/
#submenu{
	width:940px;
	float:left;
	color:#fff;
	margin:0;
	padding:0;
	margin-top: 5px;
}
#submenu a{
	font-weight:bold;
	color:#0094DB;
}
#submenu ul{
	margin:0px;
	padding:0px;
}
#submenu li{
	list-style-type:none;
	float: left;
	margin:0;
	padding:0;
	margin-left: 6px;
	margin-right: 6px;
}
#submenu li a{
	font-size: 13px;
}
#submenu span{
	display: block;
}

/*------------------BANNER INICIO-----------------*/

#banner_inicio{
	float: left;
	width: 940px;
}

/*-------------------BANNER---------------------------*/
#banner{
	float: left;
	margin-top: 10px;
	z-index: 1;
}


/*------------------CONTENIDOS INICIO--------------*/
#contenidos_inicio{
	width:940px;
	float:left;
	margin:0;
	padding:0;
	margin-top: 205px;
}
/*------------------CONTENIDOS----------------------*/
#contenidos{
	width:940px;
	float:left;
	margin:0;
	padding:0;
}
/*---------------CONTENIDOS DENTRO----------------*/
#contenidos_dentro{
	padding-top: 15px;
	padding-bottom: 10px;
}
#contenidos_dentro ul{
	margin-bottom: 15px;
}
#contenidos_dentro li{
	margin-top: 3px;
	margin-bottom: 3px;
}
#contenidos_dentro a{
	color: #002469 !important;
	font-weight: bold !important;
}

/*------------------LATERAL----------------------*/
#lateral{
	width:940px;
	float:left;
	margin:0;
	padding:0;
}
/*---------------LATERAL DENTRO----------------*/
#lateral_dentro{
	padding-top: 10px;
	padding-bottom: 10px;
}
#lateral_dentro a{
	color: #002469 !important;
	font-weight: bold !important;
}


/*----------------------BOTTOM------------------*/
#bottom{
	width:940px;
	padding:0;
	margin:0;
	padding-top:22px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size:1.0em;
	text-align:center;
	border-top: 1px solid #EBEBEB;
}
#bottom a{
	color: #002469 !important;
	font-weight: bold !important;
}
/*---------------------FLASH INICIAL---------------------*/
/*#flash_inicial{
	float: left;
	margin-top: 30px;
}*/
#flash_inicial{
	position:absolute;
	top: 150px;
	z-index: 0;
}


/*------------------- DELEGACIONES ----------------------*/

.delegacion{
	border-top:1px solid #949494;
	border-bottom: 1px solid #949494;
	width:100%;
	margin-top: 15px;
	padding-top:2px;
	padding-bottom:2px;
	clear:both;
	display:block;
	float:left;
	
}
.datosdelegacion{
	float:left;
	width:520px;
	margin-right: 4px;
}
.datosdelegacion .nombredelegacion{
	background-color: #949494;
	color:#fff;
	font-size: 14px;
	padding: 3px 0px 3px 4px;
	font-weight: bold;
}
.datosdelegacion .otrodatodelegacion{
	margin:10px 0px 10px 0px;
}
.datosdelegacion .labeldato{
	font-weight: bold;
}
.imagengoogle{
	width:416px;
	float: left;
	padding:0px !important;
	margin:0px !important;
	
}
.imagengoogle img{
	padding:0px !important;
	margin:0px !important;
	
}
/*----------------Nuestro Grupo Portada--------------------*/
.item_grupo{
	width: 300px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.item_grupo p{
	margin:0;
	padding:0;
	margin-left: 5px;
}
.item_grupo img{
	border: none !important;
	background-image: none !important;
	padding-top: 23px;
}
.titulogrupo{
	margin:0;
	padding:0;
	font-weight: bold;
	margin-bottom: 3px;
}
/* REDEFINICIONES */
img{
	border:0;
}
h1{
	display:none;
}

h2{
	color:#8B8B8B;
	letter-spacing:0;
	width: 99%;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding-top:4px;
	padding-bottom: 3px;
	padding-right:5px;
	border-bottom: 1px solid #EBEBEB;
}

h2 span{
	display:block;
}

h3{
	color: #F9F9F9;
	letter-spacing:0;
	font-size: 15px;
	font-weight:bold;
	margin:0;
	padding:0;
}
h3 span{
	display:block;
}
dt{
	font-weight:bold;
}
dd{
	margin:5px 0px 10px 0px;
	font-size:11px;
	color:#777;
}
p.cuadroamarillo, p.cuadrogris{
	margin:0px;
	padding:10px;
	margin-bottom:10px;
}
p.cuadrogris{
	
	background-color:#D9DDDC;
}
p.cuadroamarillo{
	background-color:#FFF9E4;
}
.invisible{
	display:none;
}
/* LISTADOS - DETALLES */
.registro_listado{
	margin-top:20px;
	margin-bottom:10px;
	clear:both;
}
.foto {
	border:1px solid #EFF8FC;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}
.prueba{
	border: 1px solid red;
	float: left;
}
.paginado {
	text-align:center;
	clear:both;
	padding-top:10px;
}
.titulodetalle{
	font-size:13px;
	color:#002469;
	font-weight:bold;
}
.transparente{
	behavior: url("/css/png.htc");
	margin-right: 320px;
	width: 282px;
	height: 85px;
}
.marcotransparente{
	padding:0;
	margin:0;
	behavior: url("/css/png.htc");
	width:108px;
	height:82px;
}
.fotonoticia{
	padding:0;
	margin:0;
	float:left;
	background-position: 10px 8px;
	background-repeat:no-repeat;
}

/* FORMULARIOS */
input,select,textarea{
	border:1px solid #ccc;
	color:#555;
	font-family:arial, sans-serif;
}
input.sinborde{
	border:none;
}

input.boton{
 	font-size:10px;
}
#contenidos .formulario dt{
	border:0px;
	float:left;
	clear:both;
	width:150px;
}
#contenidos .formulario dd{
	border:0px;
	padding-bottom:5px;
	margin:0px;
}
#lateral form dt{
	border:0px;
	clear:both;
	width:100px;
}
#lateral form dd{
	border:0px;
	padding-bottom:5px;
	margin:0px;
}
li .on{ 
	color:#000;
}
.error{
	color:#f00;
	font-weight: bold;
}


/*** mapaweb ***/

#mapaweb ul{
	list-style-type:none;
}
#mapaaweb ul ul{
	list-style-type:none;
	padding-left: 10px;
}
#mapaweb ul ul ul{
	font-size:9px;
	list-style-type:none;
}
#mapaweb a{
	color:#424242;
	text-decoration:none;
}

#mapaweb li li{
	margin:0;
	padding: 10px 0px 0px 15px;
	background-image:url(/i/li.gif);
	background-repeat: no-repeat;
	background-position:  0px 0px;
}


#mapaweb li .ultima{
	margin:0;
	padding: 10px 0px 0px 15px;
	background-image:url(/i/liultima.gif);
	background-repeat: no-repeat;
	background-position:  0px 0px;
}

#mapaweb div{
	margin:0;
	width:140px;
	border-color: #626F6A;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding:3px 1px 3px 15px;
} 

/***        ***/




/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
