@charset "utf-8";
/* CSS Document */

#logo_container{
	margin: 12px 8px 32px;
}

#logos{
	text-align: center;
	margin-top: 65px;
	margin-bottom: 50px;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.modulo_cliente{
	width: 180px;
	height: 120px;
	float: left;
}

.modulo_cliente a{
	display: block;
	width: 180px;
	height: 120px;
}

.modulo_cliente a img{
	display: none;
	border: none;
}

.modulo_cliente a:hover img{
	display: inherit;
}

#contenido{
	text-align: left;
	padding: 10px;
}

#trabajo_detalles{
	padding: 5px;
	font-size: 11px;
	margin: 40px 5px 10px;
	color: #9A9B9D;
	width: 720px;
}

.titulo, .texto{
	font-size: 10px;
	text-transform: uppercase;
}

.titulo{
	color: #60D6FE;
	font-weight: bold;
}

.texto{
	color: #9A9B9D;	
}

#volver {
	float: right;
	font-size: 10px;
	position: relative;
	text-transform: uppercase;
	top:10px;
	width:120px;
	font-weight: bold;
}

#volver a {
	color: #60D6FE;
	text-decoration: none;
}
