/* CSS Document */

#intro #header{ /*cabecera de la pagina*/
	background-image:url(../img/cabecera_trabajos2.jpg);

}

.foto{
	float:left;
	padding-right:10px;
}

.foto .f1{
	background-image:url(../img/rect_1.jpg);
	background-repeat:no-repeat;
	width:160px;
	height:9px;
	font-size:1px;
}

.foto .f2{
	background-image:url(../img/rect_2.jpg);
	background-repeat:repeat-y;
	width:160px;
}

.foto .f2 img{
	border:0px;
	padding-left:10px;
	padding-top:5px;
}

.foto .f3{
	background-image:url(../img/rect_3.jpg);
	background-repeat:no-repeat;
	width:160px;
	height:8px;
	font-size:1px;
}
.clear{
	clear:both;
}
.trabajos{
	padding:10px 0px;
}
.trabajos .cuerpo .textos{
	padding:5px 0px 0px 20px;
}

.textos .titulo{
	color:#003333;
	font-size:14px;
}

/**************************************************************
**************************************************************/

.lista_foto{
}

.lista_foto .f1{
	background-image:url(../img/rect_1.jpg);
	background-repeat:no-repeat;
	width:160px;
	height:9px;
	font-size:1px;
}

.lista_foto .f2{
	background-image:url(../img/rect_2.jpg);
	background-repeat:repeat-y;
	width:160px;
}

.lista_foto .f2 img{
	border:0px;
	padding-left:10px;
	padding-top:5px;
}

.lista_foto .f3{
	background-image:url(../img/rect_3.jpg);
	background-repeat:no-repeat;
	width:160px;
	height:8px;
	font-size:1px;
}

.lista_imagenes{
	width:170px;
	float:left;
}

