/* Imagen con texto */
div.imagen_con_texto strong {
	font-weight: bold;
	color: #002469;
}

div.imagen_con_texto img {
	float:left;
	border-right:.4em solid #fff;
	margin-top:.2em;
	margin-left:.8em;
}

div.imagen_con_texto ul {
	background-color:#EDF2F6;
	float:right;
	margin-top:.2em;
	padding-top:.5em;
	width:19em;	
}

div.imagen_con_texto ul li {
	margin:0 .3em .3em .5em;
	background:url(../img/ico_flor.gif) 0 .4em  no-repeat; 
	padding:0; 
	padding-left:.6em;
}

/* Grafica Pastel */
div.grafica_pastel img {
	margin-top:1.5em;
	margin-bottom:.8em;
	float:left;	
}

div.grafica_pastel div {
	float:right;
	width:50%;
	border-left:8px solid #EDF2F6;
	height:8em;
}

div.grafica_pastel div ul {
	margin-top:.5em;
	margin-left:.5em;
}

div.grafica_pastel div ul li {
	float: left;
	display:block;
	width: 6.5em;
	margin-right:.8em;
	padding-left:1.4em;
}

div.grafica_pastel div ul li.naranja {
	background:url(../img/ico_vidagraf.gif) 0 .3em no-repeat;
}

div.grafica_pastel div ul li.marron {
	background:url(../img/ico_autosgraf.gif) 0 .3em no-repeat;
}

div.grafica_pastel div ul li.azul {
	background:url(../img/ico_hogargraf.gif) 0 .3em no-repeat;
}

div.grafica_pastel div ul li.amarillo {
	background:url(../img/ico_otros.gif) 0 .3em no-repeat;
}

/* Tabla 2 Columnas */
div.tabla_2_columnas table {
	border: 1px solid #DCDBE3;
	margin-left:.8em;
	border-collapse:collapse;
	font-size:1.2em;
	text-align:right;
	margin-bottom:.3em;
	width: 95%;	
}

div.tabla_2_columnas table tbody tr.cabecera {
	background:#002469;
	color:#FFF;
	border-right:1px solid #FFF;
}

div.tabla_2_columnas table tbody tr th.celda_izquierda {
	padding:.4em .5em .6em 1.8em;
	border-right:1px solid #DCDBE3;
	text-align:left;
	width:75%;		
}

div.tabla_2_columnas table tbody tr th.celda_derecha,
div.tabla_2_columnas table tbody tr td.celda_derecha {
	padding:.4em .5em .6em 1.8em;
	border-right:1px solid #DCDBE3;
}

div.tabla_2_columnas p {
	font-size: 1em;
}

/* Ficha Equipo */
div.ficha_equipo{
	margin-top:1.8em;
	width:98%;
}

div.ficha_equipo  ul{
	list-style:none;
}

div.ficha_equipo  ul li {
	width:45%;
	float:left;
	margin-right:3em;
	margin-bottom: 1.8em;
}

div.ficha_equipo  ul li p.nombre {
	color:#002469;
	font-size:1.2em;
	margin:0;
	margin-left:1em;
	background:#ECF4FD;
	padding:.3em 0 .3em 0;
	font-weight:bold;
}


div.ficha_equipo  ul li p.cargo{
	font-weight:bold;
	color:#666;
	margin:0;
	margin-left:1em;
	padding:.3em 0 .3em 0;
}

div.ficha_equipo table {
	width:100%;
	border: 0px;
	margin-left:1em;
}
div.ficha_equipo table tr td {
	border: 0px;
}
div.ficha_equipo table tr td.nombre {
	width:45%;
	font-size:1.2em;
	color:#002469;
	font-size:1.2em;
	background:#ECF4FD;
	padding:.3em 0 .3em 0;
	font-weight:bold;
}
div.ficha_equipo table tr td.cargo{
	width:45%;
	font-size:1.2em;
	font-weight:bold;
	color:#666;
	padding:.3em 0 .3em 0;
}


/* Titulos contenido central */
div.contenido_generico h1 {
	font-size:2em;
	color:#002469;
	font-weight:bold;
	margin:0;
	margin-left:.6em;
}

div.contenido_generico h2 {
	font-size:1.5em;
	color:#002469;
	font-weight:bold;
	margin-left:.5em;
	margin-top:.6em;
}

div.contenido_generico h3 {
	margin-top: 0.6em; 
	font-size: 1.5em;
	margin-left: 0.5em;
	color: #002469;
	font-weight: bold;
}