body,html{height:100%;}
#contenedor_trabajo{
	top:10px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	position:relative;
}
#contenedor_img{position:relative;}
#anterior{
display:block;
top:0px;
left:0px;
width:50%;
height:100%;
position:absolute;
background-image:url(../../img/flecha_left.gif);
background-repeat:no-repeat;
background-position:left -30px;
outline:0;
outline:none 0px;
/*background-color:#FF0000;*/}
#anterior:hover{
	background-position:left 30px;
}
#siguiente{
	display:block;
	top:0px;
	width:50%;
	height:100%;
	position:absolute;
	right:0px;
	background-image:url(../../img/flecha_right.gif);
	background-repeat:no-repeat;
	background-position:right -30px;
	outline:0;
	/*background-color:#33CCCC;*/
}
#siguiente:hover{
	background-position:right 30px;
}
#contenedor_trabajo p{
margin:0px;
padding:0px;
display:none;}
