/*////////////////////////////////////////////////////////////////////////////
ESTILOS COMUNES - colPrincipal
////////////////////////////////////////////////////////////////////////////*/
.colPrincipal #rosa_xerka{
	background-color:#37A0C8;
	background-image:url(../images/fnd-rosa.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-top:100px;
}
	.colPrincipal #rosa_xerka p{ margin:10px 0;}
	.colPrincipal #rosa_xerka p a{ 
		color:white;
		text-decoration:underline;
	}
	.colPrincipal #rosa_xerka p a:hover{
		text-decoration:none;
	}
.colPrincipal #plataforma{
	background-color:#A0A3A5;
	background-image:url(../images/fnd-plataforma-vigilancia.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.colPrincipal #boletin{
	background-color:#F24A0C;
	background-image:url(../images/fnd-noticias.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.colPrincipal #proyectos{
	background-color:#939597;
	background-image:url(../images/fnd-proyectos.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.colPrincipal #casos_exito{
	background-color:#F24A0C;
	background-image:url(../images/fnd-casos-exito.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.colPrincipal #demo{
	background-color:#F24A0C;
	background-image:url(../images/fnd-demo.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.colPrincipal #mas_vigilancia{
	background-color:#7C7A7B;
	background-image:url(../images/fnd-masvigilancia.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
	.colPrincipal #mas_vigilancia h2{ display:none;}
	.colPrincipal #mas_vigilancia p{}
	.colPrincipal #mas_vigilancia p strong{ 
		color:#F64D0B;
		font-size:1.6em;
	}
	.colPrincipal #mas_vigilancia p.enlace{
		text-align:center;
		margin:10px auto;
	}
		.colPrincipal #mas_vigilancia p.enlace a{
			font-weight:bold;
			color:white;
			text-decoration:underline;
		}
			.colPrincipal #mas_vigilancia p.enlace a:hover{
				text-decoration:none;
			}
	
.colPrincipal .bloque{
	color:white;
	margin-bottom:10px;
	padding:10px;
}
/*//////////////////////////////////////////////////////////////////////////*/
.colPrincipal h2{
	font-size:1.4em;
	color:white;
	padding-bottom:1px;
	border-bottom:1px solid #FE6714;
}
	.colPrincipal #plataforma h2, .colPrincipal #proyectos h2{
		border-bottom:1px solid #fff;
	}
.colPrincipal h3{
	font-size:1.2em;
	color:white;
	margin:5px;
}
/*//////////////////////////////////////////////////////////////////////////*/
#contenedor .colPrincipal ul{ 
	margin:15px 5px;
	}
#contenedor .colPrincipal ul li{
	line-height:1.4em;
	padding-left:8px;
	background-image:url(../images/ico-ul.gif);
	background-position:0 0.5em;
	background-repeat:no-repeat;
}
#contenedor .colPrincipal ul li a{ 
	color:#fff;
	text-decoration:underline;
}
#contenedor .colPrincipal ul li a:hover{
	text-decoration:none;
}
#contenedor .colPrincipal ul li a.activo{ color:#000;}			