.textos {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: normal;

	color: 333333;

	text-decoration: none;

}

.resaltes {



	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: 0E0755;

	text-decoration: none;

}

.infe {

	font-family: Tahoma;

	font-size: 11px;

	font-weight: normal;

	color: #CCCCCC;

	text-decoration: none;

	font-variant: normal;



}

.infe:hover {

	font-family: Tahoma;

	font-size: 11px;

	font-weight: normal;

	color: #ffffff;

	text-decoration: underline;

	font-variant: normal;



}

.enlaces {





	font-family: Tahoma;

	font-size: 11px;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: underline;

}

.enlaces:hover {





	font-family: Tahoma;

	font-size: 11px;

	font-weight: normal;

	color: 4979C1;

	text-decoration: none;

}

.resaltes2 {

	font-family: "Times New Roman", Times, serif;

	font-size: 14px;

	font-weight: bold;

	color: 0053a0;

	text-decoration: none;

	font-style: italic;
}

.caja_proyectos {
	background: url(imagenes/fff.jpg);
	width: 550px;
	height: 190px;
	z-index: 1;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}

.caja_proyectos_interior {
	margin-top: 20px;
	margin-left: 40px;
	height: 170px;
	overflow: auto;
	overflow-y : scroll;
	scrollbar-face-color: #b7d1ef;
	scrollbar-arrow-color: #ededed;
	scrollbar-highlight-color: #b7d1ef;
	scrollbar-3dlight-color: #ededed;
	scrollbar-shadow-color: #b7d1ef;
	scrollbar-darkshadow-color: #ededed;
	scrollbar-track-color:#ffffff;
}

.caja_proyecto {
	float: left;
	display: inline-block;
	height: 120px;
	min-height: 120px;
	width: 86px;
	padding: 0 4px;
	margin: 0;
}
