#fondoHeader{
	background: url("../imgs/certificaciones/cabecera.jpg") no-repeat top left;
}

#leftcol h2{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 8px;
	color: #009036;
}

.certBox{
	width: 636px;
	background: url("imgs/certificaciones/boxCert_bg.jpg") repeat-y left;
	margin-bottom: 22px;
}

.certBox .top{
	background: url("imgs/certificaciones/boxCert_top.jpg") no-repeat left top;
}

.certBox .bottom{
	width: 636px;
	background: url("imgs/certificaciones/boxCert_bottom.jpg") no-repeat left bottom;
	overflow: hidden;
}

.certBox .certContent{
	float: left; 
	padding-top: 8px;
	margin-left: 15px;
}

.certBox h3{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
}

.certBox p{
	padding: 10px 0 12px 10px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	line-height: 1.1;
	color: #7F7F7F;
}

.certBox p:first-letter {
	font-size: 1.7em;
	font-weight: bold;
}

.certBox br {
	line-height: 0.6;
}

.certBox .certImg{
	float: right;
	padding: 15px 0 20px;
}

.certBox .certImg img{
	display: block;
}
