@charset "UTF-8";


/* ------------------------------------------------------------------------- 
  
   ESTAS SON LAS PROPIEDADES DE LOS ELEMENTOS ESTRUCTURALES DE LA P&Atilde;GINA
   
--------------------------------------------------------------------------- */


/* --- PROPIEDADES GENERALES --- */

#header, #menu, #main, #breadcrumb {
	width: 980px;
	position: relative;
	float: left;
}

/* --- ELEMENTOS GENERALES DEL LAYOUT --- */

#contenedor
{
	margin: 10px auto 0px auto;
	width: 980px;
	padding: 10px;
}

#header {
	height: 100px;
	background:url(../imagenes/header.jpg) no-repeat;
}
#menu {
	background:url(../imagenes/bg-menu.jpg) repeat-x;
	height:25px;
}
#breadcrumb {
	margin-bottom: 0.5em;
	font-size: 0.7em;
	padding: 5px 0px 0px 0px;
}
.cabezal{
	height:30px;
}

/* área principal de contenidos */
#main {
	margin-top:10px;
}
#footer
{
	margin: 0px auto 10px;
	width: 980px;
	padding: 10px;
	background: #005588;
	position: relative;
	height: 90px;
	border-top: 2px solid #99BB00;
	border-right: 1px solid #CCDDEE;
	border-bottom: 1px solid #CCDDEE;
	border-left: 1px solid #CCDDEE;
}
#legales {
	float: left;
	width: 390px;
	margin-right: 10px;
	position: relative;
}
#links {
	float: left;
	width: 285px;
	position: relative;
	margin-right: 10px;
}
#gobernacion {
	float: left;
	width: 285px;
	position: relative;
}


/* --- COLUMNAS --- */

#col-noticias, #col-servicios {
	position:relative;
	float:left;
}
#col-noticias {
	width:732px;
}
#col-servicios {
	width:238px;
	margin-left:10px;
}
.smallLink {
    
}