/* trabajos */

#trabajos_all{
	margin-left: 5%;
	margin-right: auto;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 20px;
	}



/** Box de los proyectos para moverse **/


.boxgrid{
	width: 266px;
	height: 167px;
	float:left;
	overflow: hidden;
	position: relative;
	background:url(../gfx/fondos/loader.gif) 50% 50% no-repeat;
	background-color:#FFF;
	border: none;
				}
	
.boxgrid img{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0;
	height: 172px;
	width: 270px;
	}
	
	
.boxgrid h1{
	padding: 5px 2px 5px 2px;
	color:#fff;
	font-weight:normal;
	font-family:Verdana;
	font-weight:bold;
	font-size:16px;
	text-align:left;
	line-height: 11px;
	width:266px;
			}
	
.boxgrid p{
	padding: 1px 2px 1px 2px;
	color:#FFF;
	font-weight:normal;
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	line-height: 11px;
	width:270px;
			}
			
.boxgrid a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	font-size:11px;
}

.boxgrid a:hover {
	text-decoration: none;
	font-weight: normal;
	color:#fff;
	border-bottom:1px dotted #FFF;
	
}

				
	/* MARGIN PARA OCULTAR LOS TEXTOS */			
.boxcaption {
	margin-top: 70px;
	float: left;
	position: absolute;
	background: #000;
	height: 62px;
	width: 266px;
	opacity: .8;
	/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
			
		/* TOP PARA MOVIMIENTO DEL TEXTO */
 	.captionfull .boxcaption {
	top: 106px;
	left: 0px;
 				}
 	.caption .boxcaption {
 	top: 220px;
 	left: 0;
 				}



	/** end modificados **/
	
	
	
	/* botonera */
	
	/*----------------BOTONERA-------------------*/	

ul#btnweb {  
	list-style:none;
	margin:0;
	padding:0;
	}
ul#btnweb li {
	padding:0;
	float:left;
	}
ul#btnweb li a {
	display:block;
	height:37px;
	text-decoration:none;
	margin-left:30px;
	background-position:bottom;
	}
ul#btnweb li a:hover {
	background-position:top;
	}
ul#btnweb li a span {
	display:none;
	}
#web {width: 106px;background-image:url(../gfx/botones/trabajos/web.png);background-repeat:no-repeat;}
#mobile {width: 142px;background-image:url(../gfx/botones/trabajos/mobile.png);background-repeat:no-repeat;}
#olm {width: 108px;background-image:url(../gfx/botones/trabajos/olm.png);background-repeat:no-repeat;
}

	
/*-----------------------------------*/	
/* ------ BOTONES ACTIVOS ------ */

#act_web ul li a#web,	
#act_mobile ul li a#mobile,			
#act_olm ul li a#olm
{
	background-position:top;
}

/*-----------------------------------*/


#fondotrabajosnegro {
	background-color: #000;
	padding: 0;
	margin: 0;
	background-image: url(../gfx/fondos/bgtrabajos.jpg);
	background-repeat:repeat-y;
	background-position: right top;
	
}


div.trabajofooter {
	width: 100%;
	height: 30px;
	background-image: url(../gfx/fondos/f_trabajo.png);
	background-repeat: repeat-x;
	background-position: top center;
	position: absolute;
	z-index: 100;
	left: 0px
}


#volveralintro{
	float:left;
	width:200px;
	height:30px;
	}
	

	#toptrabajos {
	background-color: #000;
 }
