@charset "utf-8";
/* CSS Document */

#presentacion {
	background: url(../images/box-bg-abajo.gif) repeat-x center bottom;
	border-bottom: solid 1px #999;
	padding: 0 20px 20px;
	height: 240px;
}

.tpc_slider {
	width: 600px;
	margin: 0;
}
#scroll {
	height: 200px;
	width: 600px;
}
#scrollContainer div.panel {
	padding: 0 10px 0 0;
	height: 200px;
	width: 591px;
	color: #CCC;
} 
#scrollContainer div.panel img {
	border-right: 1px solid #444;
	padding-right: 10px; 
	margin-right: 10px;
}
#scroll h1, #scroll h2, #scroll h3 {
	font-size: 14px;
	color: #FFF;
	margin-top: 10px;
}

#noti-presentacion {
	float: right;
	width: 260px;
	height: 240px;
}
#noti-presentacion #header {
	background: #333;
	color: #FFF;
	padding: 4px 10px 2px;
	margin-bottom: 3px;
}
#noti-presentacion #vermasnoti {
	float: right;
	width: 30%;
	text-align: right;
	font-size: 12px;
	padding: 3px 0 0;
	color: #DDD;
}
#noti-presentacion #header h2 {
	width: 60%;
	display: inline;
	color: #FFF;
}
#noti-presentacion #header h2 a {
	color: #FFF;
}
#noti-presentacion .noticia {
	padding: 3px 0;
	border-bottom: dotted 1px #666;
}
#noti-presentacion .noti-imagen {
	float: right;
	margin: 3px 5px 2px;
	text-align: right;
}
#noti-presentacion .noti-imagen img {
	width: 60px;
	border: solid 1px #000;
}
#noti-presentacion h4 {
	display: inline;
	font-size: 12px;
}
#noti-presentacion h4 a {
}
#noti-presentacion .noti-texto {
	text-align: justify;
	font-size: 10px;
}

#trabajos .clase1 {
	padding-right: 15px;
}
#trabajos .clase2 {
	border-left: solid 1px #BBB;
	padding-left: 15px;
	padding-right: 15px;
}
#trabajos .clase3 {
	border-left: solid 1px #BBB;
	padding-left: 15px;
	padding-right: 15px;
}
#trabajos .clase4 {
	border-left: solid 1px #BBB;
	padding-left: 15px;
}

.trabajo {
	float: left;
	width: 22.3%;
}
.trabajo .imagen {
	text-align: center;
	margin-bottom: 15px;
}
.trabajo .textDiv {
	margin-top: -35px;
	position: relative;
	height: 125px;
}
.trabajo .textDiv h6 {
	margin: 0 0 7px;
	font-size: 12px;
	font-weight: bold;
	color: #004499;
}
.trabajo .vermas {
	position: absolute;
	bottom: 0;
	right: 0;
}
