#seccionesWrapper {
	top:20px;
	position:relative;
	width:900px;	
	height:275px;
	margin:auto;
}

#cab_educacion {
	position:relative;
	z-index:1;
	top:0;
	width:455px;
	height:275px;
	background-image:url(../../img/educacion.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	cursor:pointer;
}

#tit_educacion {
	position:relative;
	z-index:2;
	float:right;
	margin-right:1px;
	border:none;
	top:87px;
	_top:200px;
	height:42px;
	width:279px;
}

 
.educacion_reposo {
	background-image:url(../Images/portada_educacion.jpg);
	background-repeat:no-repeat;
}

.educacion_hover {
	background-image:url(../Images/portada_educacion_hover.jpg);
	background-repeat:no-repeat;
}

#cab_informatica {
	position:relative;
	top:0;
	width:455px;
	height:275px;
	background-image:url(../../img/informatica.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	cursor:pointer;
}

#tit_informatica {
	position:relative;
	float:left;
	margin-left:0px;
	top:87px;
	_top:200px;
	height:42px;
	width:278px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#cab_educacion {
		width:450px;
		height:275px;
		background-image:url(../../img/educacion.jpg);
		background-repeat:no-repeat;
		background-position:0% 0%;
		cursor:pointer;
	}
		
}
.informatica_reposo {
	background-image:url(../Images/portada_informatica.jpg);
	background-repeat:no-repeat;	
}
.informatica_hover {
	background-image:url(../Images/portada_informatica_hover.jpg);
	background-repeat:no-repeat;
}

.tit_destacado {
	font-size:9pt;
	padding-left:5pt;
	height:30px;
	background-color:#b5b5b5;
	color:white;	
	border-right:solid 1px white;
	
}
#tit_destacado {
	font-family:arial;	
}
.tit_destacado_hover {
	font-size:9pt;
	padding-left:5pt;
	height:30px;
	background-color:black;
	color:white;	
	border-right:solid 1px white;
}
a.blanco {

}

a:active {
	color:white;
	text-decoration:none;	
}
a:link {
	color:white;
	text-decoration:none;	
}
a:visited {
	color:white;
	text-decoration:none;	
}
a:hover {
	color:#ededed;
	text-decoration:none;	
}



