#fondoHeader{
	background: url("../imgs/tecnologia/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: 682px;
	background: url("imgs/tecnologia/boxTecno_bg.jpg") repeat-y left;
	margin-bottom: 18px;
}

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

.certBox .bottom{
	width: 682px;
	background: url("imgs/tecnologia/boxTecno_bottom.jpg") no-repeat left bottom;
	overflow: hidden;
}

.certBox .certContent{
	width: 430px;
	float: right; 
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 5px;
}

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

.certBox h3{
	padding-bottom: 15px ;
	color: #339933;
}

.certBox p{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.66em;
	font-weight: bold;
	line-height: 1.1;
	color: #959595;
	padding-bottom: 12px;
}

.certBox .certImg{
	float: left;
	padding: 19px 0 10px 25px;
}

.certBox .certImg img{
	display: block;
}

