@charset "utf-8";
/* CSS Document */

#moduloweb{
	position:relative;
	float:left;
	width:240px;
	padding-top:20px;
}
#moduloweb .ultimosproyectos{
	position:relative;
	float:right;
	padding-right:50px;
	font-size:0.85em;
	margin-top:4px;	
}
html:first-child #moduloweb h2{}
#moduloweb h2{
	color:transparent;
	background:url(../img/estructura/web.jpg) no-repeat;
}
/*hack opera*/
html:first-child #moduloweb h2{
	color:#FFFFFF;
	font-size:0.1em;
}
*html #moduloweb h2{
	color:#FFFFFF;
	font-size:0.1em;
	height:24px;
	width:60px;
}
#modulofrase{
	position:relative;
	float:left;
	background:url(../img/estructura/background_modulocentral.jpg) no-repeat top;
	width:260px;
	padding:140px 40px 0 40px;
	height:260px;
	font-size:1.2em;
	text-align:center;
	line-height:140%;
}
*html #modulofrase{
	height:190px;
}
#modulografica{
	position:relative;
	float:left;
	width:240px;
	padding-top:20px;
}
#modulografica .ultimosproyectos{
	position:relative;
	float:right;
	padding-right:18px;
	font-size:0.85em;
	margin-top:4px;
}
#modulografica h2{
	color:transparent;
	background:url(../img/estructura/grafica.jpg) no-repeat;
}
*html #modulografica h2{
	color:#FFFFFF;
	background:url(../img/estructura/grafica.jpg) no-repeat;
	font-size:0.1em;
	height:24px;	
}
/*******	MUESTRAS DE TRABAJOS	*********/
#imagenweb{
	position:absolute;
	z-index:1;
	background:url(../img/web/home.jpg) no-repeat top left;
	width:200px;
}
#imagengrafica{
	position:absolute;
	z-index:1;
	background:url(../img/grafica/home.jpg) no-repeat top;
	width:200px;
}
.nombreproyectomuestra{
	position:absolute;
	z-index:2;
	width:200px;
	padding-left:10px;
	text-align:center;
	margin-top:-26px;
	font-size:0.8em;
}
.contenedorimagen{
	width:100%;
	position:relative;
	float:left;
	height:210px;
}
.textoampliatorio{
	font-size:0.75em;
	line-height:110%;
}
.derecha{
	position:relative;
	float:right;
	width:80px;
	margin-right:60px;
}
.izquierda{
	position:relative;
	float:left;
	width:720px;
	margin-top:20px;
	padding-left:60px;
}