/* CSS Document */

#nosotros
{
	/*background-image:  url("../img/nosotros/fondo.png");
	background-position: left top;
	background-repeat: no-repeat;
	*/
	width: 790px;
	height: 700px;
}


/* Marco superior */

#nosotros .marco_superior
{

	width: 790px;
	height: 389px;

}


#nosotros .marco_superior .izquierda
{

	float: left;

	background-image:  url("../img/nosotros/soporte_izquierda_superior.png");
	background-position: left top;
	background-repeat: no-repeat;
	
	width: 54px;
	height: 389px;

}

#nosotros .marco_superior .centro
{

	float: left;

	background-image:  url("../img/nosotros/marco1.png");
	background-position: left top;
	background-repeat: no-repeat;
	
	width: 685px;
	height: 389px;

}

#nosotros .marco_superior .derecha
{
	
	float: left;

	background-image:  url("../img/nosotros/soporte_derecha_superior.png");
	background-position: left top;
	background-repeat: no-repeat;
	
	width: 51px;
	height: 389px;

}



/* Marco inferior */

#nosotros .marco_inferior
{

	width: 790px;
	height: 403px;

}


#nosotros .marco_inferior .izquierda
{

	float: left;

	background-image:  url("../img/nosotros/soporte_izquierda_bajo.png");
	background-position: left top;
	background-repeat: no-repeat;
	
	width: 54px;
	height: 403px;

}

#nosotros .marco_inferior .centro
{

	float: left;

	background-image:  url("../img/nosotros/marco2.png");
	background-position: left top;
	background-repeat: no-repeat;
	
	width: 685px;
	height: 403px;

}

#nosotros .marco_inferior .derecha
{
	
	float: left;

	background-image:  url("../img/nosotros/soporte_derecha_bajo.png");
	background-position: left top;
	background-repeat: no-repeat;
	
	width: 51px;
	height: 403px;

}
